Color Hex Logo

#475244 Color Hex

#475244
(71,82,68)
0 Favorites   0 Comments

Color spaces of #475244

RGB 718268
HSL0.300.090.29
HSV107°17°32°
CMYK 0.130.000.17   0.68
XYZ6.65927.79156.6218
Yxy7.79150.31600.3697
Hunter Lab27.9133-6.26395.4740
CIE-Lab33.5448-7.43006.7715

#475244 color RGB value is (71,82,68).

#475244 hex color red value is 71, green value is 82 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #475244 hue: 0.30 , saturation: 0.09 and the lightness value of 475244 is 0.29.

The process color (four color CMYK) of #475244 color hex is 0.13, 0.00, 0.17, 0.68. Web safe color of #475244 is #336633. Color #475244 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010010 01000100
Octal 107 122 104
Decimal 71 82 68
Hex 47 52 44

RGB Percentages of Color #475244

%32.13
%37.10
%30.77

CMYK Percentages of Color #475244

%13
%0
%17
%68

Triadic Colors of #475244

#475244 #444752 #524447

Analogous Colors of #475244

#475244 #445248 #4e5244

Monochromatic Colors of #475244

#475244

Complementary Color

#475244 #4f4452

#475244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475244 Color CSS Codes

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

#475244 Text Font Color

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

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


#475244 Background Color

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

This div background color is #475244


#475244 Border Color

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

This div border color is #475244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475244


Comments

No comments written yet.

Please login to write comment.