Color Hex Logo

#475847 Color Hex

#475847
(71,88,71)
0 Favorites   0 Comments

Color spaces of #475847

RGB 718871
HSL0.330.110.31
HSV120°19°35°
CMYK 0.190.000.19   0.65
XYZ7.22568.77407.2740
Yxy8.77400.31050.3770
Hunter Lab29.6209-8.29416.1748
CIE-Lab35.5455-10.36787.7192

#475847 color RGB value is (71,88,71).

#475847 hex color red value is 71, green value is 88 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #475847 hue: 0.33 , saturation: 0.11 and the lightness value of 475847 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011000 01000111
Octal 107 130 107
Decimal 71 88 71
Hex 47 58 47

RGB Percentages of Color #475847

%30.87
%38.26
%30.87

CMYK Percentages of Color #475847

%19
%0
%19
%65

Triadic Colors of #475847

#475847 #474758 #584747

Analogous Colors of #475847

#475847 #475850 #505847

Monochromatic Colors of #475847

#475847

Complementary Color

#475847 #584758

#475847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475847 Color CSS Codes

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

#475847 Text Font Color

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

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


#475847 Background Color

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

This div background color is #475847


#475847 Border Color

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

This div border color is #475847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475847


Comments

No comments written yet.

Please login to write comment.