Color Hex Logo

#475331 Color Hex

#475331
(71,83,49)
0 Favorites   0 Comments

Color spaces of #475331

RGB 718349
HSL0.230.260.26
HSV81°41°33°
CMYK 0.140.000.41   0.67
XYZ6.24627.74794.0720
Yxy7.74790.34570.4289
Hunter Lab27.8350-8.655810.8110
CIE-Lab33.4522-11.383518.3800

#475331 color RGB value is (71,83,49).

#475331 hex color red value is 71, green value is 83 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #475331 hue: 0.23 , saturation: 0.26 and the lightness value of 475331 is 0.26.

The process color (four color CMYK) of #475331 color hex is 0.14, 0.00, 0.41, 0.67. Web safe color of #475331 is #336633. Color #475331 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010011 00110001
Octal 107 123 61
Decimal 71 83 49
Hex 47 53 31

RGB Percentages of Color #475331

%34.98
%40.89
%24.14

CMYK Percentages of Color #475331

%14
%0
%41
%67

Triadic Colors of #475331

#475331 #314753 #533147

Analogous Colors of #475331

#475331 #365331 #534e31

Monochromatic Colors of #475331

#475331

Complementary Color

#475331 #3d3153

#475331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475331 Color CSS Codes

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

#475331 Text Font Color

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

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


#475331 Background Color

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

This div background color is #475331


#475331 Border Color

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

This div border color is #475331


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,83,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475331


Comments

No comments written yet.

Please login to write comment.