Color Hex Logo

#475513 Color Hex

#475513
(71,85,19)
0 Favorites   0 Comments

Color spaces of #475513

RGB 718519
HSL0.200.630.20
HSV73°78°33°
CMYK 0.160.000.78   0.67
XYZ5.96467.88361.8234
Yxy7.88360.38060.5031
Hunter Lab28.0777-11.217015.8041
CIE-Lab33.7393-15.699734.5887

#475513 color RGB value is (71,85,19).

#475513 hex color red value is 71, green value is 85 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #475513 hue: 0.20 , saturation: 0.63 and the lightness value of 475513 is 0.20.

The process color (four color CMYK) of #475513 color hex is 0.16, 0.00, 0.78, 0.67. Web safe color of #475513 is #336600. Color #475513 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 00010011
Octal 107 125 23
Decimal 71 85 19
Hex 47 55 13

RGB Percentages of Color #475513

%40.57
%48.57
%10.86

CMYK Percentages of Color #475513

%16
%0
%78
%67

Triadic Colors of #475513

#475513 #134755 #551347

Analogous Colors of #475513

#475513 #265513 #554213

Monochromatic Colors of #475513

#475513

Complementary Color

#475513 #211355

#475513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475513 Color CSS Codes

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

#475513 Text Font Color

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

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


#475513 Background Color

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

This div background color is #475513


#475513 Border Color

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

This div border color is #475513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475513


Comments

No comments written yet.

Please login to write comment.