Color Hex Logo

#47824e Color Hex

#47824E
(71,130,78)
0 Favorites   0 Comments

Color spaces of #47824e

RGB 7113078
HSL0.350.290.39
HSV127°45°51°
CMYK 0.450.000.40   0.49
XYZ11.956317.854910.0239
Yxy17.85490.30010.4482
Hunter Lab42.2551-23.438815.5136
CIE-Lab49.3196-31.022322.3129

#47824e color RGB value is (71,130,78).

#47824e hex color red value is 71, green value is 130 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #47824e hue: 0.35 , saturation: 0.29 and the lightness value of 47824e is 0.39.

The process color (four color CMYK) of #47824e color hex is 0.45, 0.00, 0.40, 0.49. Web safe color of #47824e is #339966. Color #47824e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000010 01001110
Octal 107 202 116
Decimal 71 130 78
Hex 47 82 4E

RGB Percentages of Color #47824e

%25.45
%46.59
%27.96

CMYK Percentages of Color #47824e

%45
%0
%40
%49

Triadic Colors of #47824e

#47824e #4e4782 #824e47

Analogous Colors of #47824e

#47824e #47826c #5e8247

Monochromatic Colors of #47824e

#47824e

Complementary Color

#47824e #82477b

#47824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47824e Color CSS Codes

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

#47824e Text Font Color

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

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


#47824e Background Color

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

This div background color is #47824e


#47824e Border Color

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

This div border color is #47824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47824e


Comments

No comments written yet.

Please login to write comment.