Color Hex Logo

#475921 Color Hex

#475921
(71,89,33)
0 Favorites   0 Comments

Color spaces of #475921

RGB 718933
HSL0.220.460.24
HSV79°63°35°
CMYK 0.200.000.63   0.65
XYZ6.44548.59422.7580
Yxy8.59420.36210.4829
Hunter Lab29.3159-12.057714.9432
CIE-Lab35.1909-16.755329.5237

#475921 color RGB value is (71,89,33).

#475921 hex color red value is 71, green value is 89 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #475921 hue: 0.22 , saturation: 0.46 and the lightness value of 475921 is 0.24.

The process color (four color CMYK) of #475921 color hex is 0.20, 0.00, 0.63, 0.65. Web safe color of #475921 is #336633. Color #475921 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011001 00100001
Octal 107 131 41
Decimal 71 89 33
Hex 47 59 21

RGB Percentages of Color #475921

%36.79
%46.11
%17.10

CMYK Percentages of Color #475921

%20
%0
%63
%65

Triadic Colors of #475921

#475921 #214759 #592147

Analogous Colors of #475921

#475921 #2b5921 #594f21

Monochromatic Colors of #475921

#475921

Complementary Color

#475921 #332159

#475921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475921 Color CSS Codes

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

#475921 Text Font Color

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

This sample text font color is #475921
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.


#475921 Background Color

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

This div background color is #475921


#475921 Border Color

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

This div border color is #475921


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,89,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 #475921">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475921


Comments

No comments written yet.

Please login to write comment.