Color Hex Logo

#475239 Color Hex

#475239
(71,82,57)
0 Favorites   0 Comments

Color spaces of #475239

RGB 718257
HSL0.240.180.27
HSV86°30°32°
CMYK 0.130.000.30   0.68
XYZ6.35437.66965.0164
Yxy7.66960.33370.4028
Hunter Lab27.6940-7.50848.6463
CIE-Lab33.2851-9.505713.2762

#475239 color RGB value is (71,82,57).

#475239 hex color red value is 71, green value is 82 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #475239 hue: 0.24 , saturation: 0.18 and the lightness value of 475239 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010010 00111001
Octal 107 122 71
Decimal 71 82 57
Hex 47 52 39

RGB Percentages of Color #475239

%33.81
%39.05
%27.14

CMYK Percentages of Color #475239

%13
%0
%30
%68

Triadic Colors of #475239

#475239 #394752 #523947

Analogous Colors of #475239

#475239 #3b5239 #525139

Monochromatic Colors of #475239

#475239

Complementary Color

#475239 #443952

#475239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475239 Color CSS Codes

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

#475239 Text Font Color

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

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


#475239 Background Color

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

This div background color is #475239


#475239 Border Color

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

This div border color is #475239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475239


Comments

No comments written yet.

Please login to write comment.