Color Hex Logo

#47814a Color Hex

#47814A
(71,129,74)
0 Favorites   0 Comments

Color spaces of #47814a

RGB 7112974
HSL0.340.290.39
HSV123°45°51°
CMYK 0.450.000.43   0.49
XYZ11.684817.53459.2472
Yxy17.53450.30380.4558
Hunter Lab41.8742-23.470316.2188
CIE-Lab48.9266-31.238824.0307

#47814a color RGB value is (71,129,74).

#47814a hex color red value is 71, green value is 129 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #47814a hue: 0.34 , saturation: 0.29 and the lightness value of 47814a is 0.39.

The process color (four color CMYK) of #47814a color hex is 0.45, 0.00, 0.43, 0.49. Web safe color of #47814a is #339933. Color #47814a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000001 01001010
Octal 107 201 112
Decimal 71 129 74
Hex 47 81 4A

RGB Percentages of Color #47814a

%25.91
%47.08
%27.01

CMYK Percentages of Color #47814a

%45
%0
%43
%49

Triadic Colors of #47814a

#47814a #4a4781 #814a47

Analogous Colors of #47814a

#47814a #478167 #618147

Monochromatic Colors of #47814a

#47814a

Complementary Color

#47814a #81477e

#47814a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47814a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47814a Color CSS Codes

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

#47814a Text Font Color

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

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


#47814a Background Color

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

This div background color is #47814a


#47814a Border Color

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

This div border color is #47814a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,129,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47814a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47814a;
  -webkit-box-shadow: 1px 1px 3px 2px #47814a;
  box-shadow:         1px 1px 3px 2px #47814a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47814a


Comments

No comments written yet.

Please login to write comment.