Color Hex Logo

#47510e Color Hex

#47510E
(71,81,14)
0 Favorites   0 Comments

Color spaces of #47510e

RGB 718114
HSL0.190.710.19
HSV69°83°32°
CMYK 0.120.000.83   0.68
XYZ5.62027.25621.5198
Yxy7.25620.39040.5040
Hunter Lab26.9373-9.898115.5110
CIE-Lab32.3832-13.754735.2646

#47510e color RGB value is (71,81,14).

#47510e hex color red value is 71, green value is 81 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #47510e hue: 0.19 , saturation: 0.71 and the lightness value of 47510e is 0.19.

The process color (four color CMYK) of #47510e color hex is 0.12, 0.00, 0.83, 0.68. Web safe color of #47510e is #336600. Color #47510e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010001 00001110
Octal 107 121 16
Decimal 71 81 14
Hex 47 51 E

RGB Percentages of Color #47510e

%42.77
%48.80
%8.43

CMYK Percentages of Color #47510e

%12
%0
%83
%68

Triadic Colors of #47510e

#47510e #0e4751 #510e47

Analogous Colors of #47510e

#47510e #26510e #513a0e

Monochromatic Colors of #47510e

#47510e

Complementary Color

#47510e #180e51

#47510e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47510e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47510e Color CSS Codes

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

#47510e Text Font Color

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

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


#47510e Background Color

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

This div background color is #47510e


#47510e Border Color

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

This div border color is #47510e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47510e


Comments

No comments written yet.

Please login to write comment.