Color Hex Logo

#4b5421 Color Hex

#4B5421
(75,84,33)
0 Favorites   0 Comments

Color spaces of #4b5421

RGB 758433
HSL0.200.440.23
HSV71°61°33°
CMYK 0.110.000.61   0.67
XYZ6.34657.94632.6381
Yxy7.94630.37480.4693
Hunter Lab28.1892-9.143714.1837
CIE-Lab33.8708-12.113328.1114

#4b5421 color RGB value is (75,84,33).

#4b5421 hex color red value is 75, green value is 84 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #4b5421 hue: 0.20 , saturation: 0.44 and the lightness value of 4b5421 is 0.23.

The process color (four color CMYK) of #4b5421 color hex is 0.11, 0.00, 0.61, 0.67. Web safe color of #4b5421 is #336633. Color #4b5421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01010100 00100001
Octal 113 124 41
Decimal 75 84 33
Hex 4B 54 21

RGB Percentages of Color #4b5421

%39.06
%43.75
%17.19

CMYK Percentages of Color #4b5421

%11
%0
%61
%67

Triadic Colors of #4b5421

#4b5421 #214b54 #54214b

Analogous Colors of #4b5421

#4b5421 #325421 #544421

Monochromatic Colors of #4b5421

#4b5421

Complementary Color

#4b5421 #2a2154

#4b5421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b5421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b5421 Color CSS Codes

.mybgcolor {background-color:#4b5421; } 
.myforecolor {color:#4b5421; }
.mybordercolor {border:3px solid #4b5421; }

#4b5421 Text Font Color

<p style="color:#4b5421">Text here</p>

This sample text font color is #4b5421
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4b5421 Background Color

<div style="background-color:#4b5421">
Div content here</div>

This div background color is #4b5421


#4b5421 Border Color

<div style="border:3px solid #4b5421">
Div here</div>

This div border color is #4b5421


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,84,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b5421; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b5421;
  -webkit-box-shadow: 1px 1px 3px 2px #4b5421;
  box-shadow:         1px 1px 3px 2px #4b5421; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,84,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4b5421">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4b5421;
  -webkit-box-shadow: 1px 1px 3px 2px #4b5421;
  box-shadow:         1px 1px 3px 2px #4b5421;">
Div content here</div>

This div box has shadow with color #4b5421


Comments

No comments written yet.

Please login to write comment.