Color Hex Logo

#475f35 Color Hex

#475F35
(71,95,53)
0 Favorites   0 Comments

Color spaces of #475f35

RGB 719553
HSL0.260.280.29
HSV94°44°37°
CMYK 0.250.000.44   0.63
XYZ7.33339.78114.8696
Yxy9.78110.33360.4449
Hunter Lab31.2748-12.876212.6606
CIE-Lab37.4467-17.515321.1577

#475f35 color RGB value is (71,95,53).

#475f35 hex color red value is 71, green value is 95 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #475f35 hue: 0.26 , saturation: 0.28 and the lightness value of 475f35 is 0.29.

The process color (four color CMYK) of #475f35 color hex is 0.25, 0.00, 0.44, 0.63. Web safe color of #475f35 is #336633. Color #475f35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011111 00110101
Octal 107 137 65
Decimal 71 95 53
Hex 47 5F 35

RGB Percentages of Color #475f35

%32.42
%43.38
%24.20

CMYK Percentages of Color #475f35

%25
%0
%44
%63

Triadic Colors of #475f35

#475f35 #35475f #5f3547

Analogous Colors of #475f35

#475f35 #355f38 #5c5f35

Monochromatic Colors of #475f35

#475f35

Complementary Color

#475f35 #4d355f

#475f35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475f35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475f35 Color CSS Codes

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

#475f35 Text Font Color

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

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


#475f35 Background Color

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

This div background color is #475f35


#475f35 Border Color

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

This div border color is #475f35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475f35


Comments

No comments written yet.

Please login to write comment.