Color Hex Logo

#47480e Color Hex

#47480E
(71,72,14)
0 Favorites   0 Comments

Color spaces of #47480e

RGB 717214
HSL0.170.670.17
HSV61°81°28°
CMYK 0.010.000.81   0.72
XYZ4.99526.00601.3115
Yxy6.00600.40570.4878
Hunter Lab24.5071-6.504513.9821
CIE-Lab29.4276-8.521432.4777

#47480e color RGB value is (71,72,14).

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

The process color (four color CMYK) of #47480e color hex is 0.01, 0.00, 0.81, 0.72. Web safe color of #47480e is #333300. Color #47480e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001000 00001110
Octal 107 110 16
Decimal 71 72 14
Hex 47 48 E

RGB Percentages of Color #47480e

%45.22
%45.86
%8.92

CMYK Percentages of Color #47480e

%1
%0
%81
%72

Triadic Colors of #47480e

#47480e #0e4748 #480e47

Analogous Colors of #47480e

#47480e #2a480e #482c0e

Monochromatic Colors of #47480e

#47480e

Complementary Color

#47480e #0f0e48

#47480e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47480e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47480e Color CSS Codes

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

#47480e Text Font Color

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

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


#47480e Background Color

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

This div background color is #47480e


#47480e Border Color

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

This div border color is #47480e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47480e


Comments

No comments written yet.

Please login to write comment.