Color Hex Logo

#476713 Color Hex

#476713
(71,103,19)
0 Favorites   0 Comments

Color spaces of #476713

RGB 7110319
HSL0.230.690.24
HSV83°82°40°
CMYK 0.310.000.82   0.60
XYZ7.566311.08712.3573
Yxy11.08710.36010.5277
Hunter Lab33.2973-17.708919.1106
CIE-Lab39.7268-25.112640.3388

#476713 color RGB value is (71,103,19).

#476713 hex color red value is 71, green value is 103 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #476713 hue: 0.23 , saturation: 0.69 and the lightness value of 476713 is 0.24.

The process color (four color CMYK) of #476713 color hex is 0.31, 0.00, 0.82, 0.60. Web safe color of #476713 is #336600. Color #476713 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100111 00010011
Octal 107 147 23
Decimal 71 103 19
Hex 47 67 13

RGB Percentages of Color #476713

%36.79
%53.37
%9.84

CMYK Percentages of Color #476713

%31
%0
%82
%60

Triadic Colors of #476713

#476713 #134767 #671347

Analogous Colors of #476713

#476713 #1d6713 #675d13

Monochromatic Colors of #476713

#476713

Complementary Color

#476713 #331367

#476713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476713 Color CSS Codes

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

#476713 Text Font Color

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

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


#476713 Background Color

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

This div background color is #476713


#476713 Border Color

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

This div border color is #476713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476713


Comments

No comments written yet.

Please login to write comment.