Color Hex Logo

#47864d Color Hex

#47864D
(71,134,77)
0 Favorites   0 Comments

Color spaces of #47864d

RGB 7113477
HSL0.350.310.40
HSV126°47°53°
CMYK 0.470.000.43   0.47
XYZ12.463218.925610.0173
Yxy18.92560.30100.4571
Hunter Lab43.5036-24.993316.8001
CIE-Lab50.6000-33.049724.5403

#47864d color RGB value is (71,134,77).

#47864d hex color red value is 71, green value is 134 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #47864d hue: 0.35 , saturation: 0.31 and the lightness value of 47864d is 0.40.

The process color (four color CMYK) of #47864d color hex is 0.47, 0.00, 0.43, 0.47. Web safe color of #47864d is #339966. Color #47864d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000110 01001101
Octal 107 206 115
Decimal 71 134 77
Hex 47 86 4D

RGB Percentages of Color #47864d

%25.18
%47.52
%27.30

CMYK Percentages of Color #47864d

%47
%0
%43
%47

Triadic Colors of #47864d

#47864d #4d4786 #864d47

Analogous Colors of #47864d

#47864d #47866d #618647

Monochromatic Colors of #47864d

#47864d

Complementary Color

#47864d #864780

#47864d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47864d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47864d Color CSS Codes

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

#47864d Text Font Color

<p style="color:#47864d">Text here</p>

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


#47864d Background Color

<div style="background-color:#47864d">
Div content here</div>

This div background color is #47864d


#47864d Border Color

<div style="border:3px solid #47864d">
Div here</div>

This div border color is #47864d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,134,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47864d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47864d;
  -webkit-box-shadow: 1px 1px 3px 2px #47864d;
  box-shadow:         1px 1px 3px 2px #47864d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47864d


Comments

No comments written yet.

Please login to write comment.