Color Hex Logo

#47896a Color Hex

#47896A
(71,137,106)
0 Favorites   0 Comments

Color spaces of #47896a

RGB 71137106
HSL0.420.320.41
HSV152°48°54°
CMYK 0.480.000.23   0.46
XYZ14.145720.271516.8029
Yxy20.27150.27620.3958
Hunter Lab45.0239-22.71039.3897
CIE-Lab52.1428-28.747710.2110

#47896a color RGB value is (71,137,106).

#47896a hex color red value is 71, green value is 137 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #47896a hue: 0.42 , saturation: 0.32 and the lightness value of 47896a is 0.41.

The process color (four color CMYK) of #47896a color hex is 0.48, 0.00, 0.23, 0.46. Web safe color of #47896a is #339966. Color #47896a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001001 01101010
Octal 107 211 152
Decimal 71 137 106
Hex 47 89 6A

RGB Percentages of Color #47896a

%22.61
%43.63
%33.76

CMYK Percentages of Color #47896a

%48
%0
%23
%46

Triadic Colors of #47896a

#47896a #6a4789 #896a47

Analogous Colors of #47896a

#47896a #478789 #478949

Monochromatic Colors of #47896a

#47896a

Complementary Color

#47896a #894766

#47896a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47896a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47896a Color CSS Codes

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

#47896a Text Font Color

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

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


#47896a Background Color

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

This div background color is #47896a


#47896a Border Color

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

This div border color is #47896a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47896a


Comments

No comments written yet.

Please login to write comment.