Color Hex Logo

#475247 Color Hex

#475247
(71,82,71)
0 Favorites   0 Comments

Color spaces of #475247

RGB 718271
HSL0.330.070.30
HSV120°13°32°
CMYK 0.130.000.13   0.68
XYZ6.75327.82917.1165
Yxy7.82910.31120.3608
Hunter Lab27.9805-5.88434.5067
CIE-Lab33.6244-6.80774.9970

#475247 color RGB value is (71,82,71).

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

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

Base Numbers

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

RGB Percentages of Color #475247

%31.70
%36.61
%31.70

CMYK Percentages of Color #475247

%13
%0
%13
%68

Triadic Colors of #475247

#475247 #474752 #524747

Analogous Colors of #475247

#475247 #47524d #4d5247

Monochromatic Colors of #475247

#475247

Complementary Color

#475247 #524752

#475247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475247 Color CSS Codes

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

#475247 Text Font Color

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

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


#475247 Background Color

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

This div background color is #475247


#475247 Border Color

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

This div border color is #475247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475247


Comments

No comments written yet.

Please login to write comment.