Color Hex Logo

#47877f Color Hex

#47877F
(71,135,127)
0 Favorites   0 Comments

Color spaces of #47877f

RGB 71135127
HSL0.480.310.40
HSV173°47°53°
CMYK 0.470.000.06   0.47
XYZ15.093320.199823.1821
Yxy20.19980.25810.3454
Hunter Lab44.9442-18.70790.8793
CIE-Lab52.0624-22.6118-2.0758

#47877f color RGB value is (71,135,127).

#47877f hex color red value is 71, green value is 135 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #47877f hue: 0.48 , saturation: 0.31 and the lightness value of 47877f is 0.40.

The process color (four color CMYK) of #47877f color hex is 0.47, 0.00, 0.06, 0.47. Web safe color of #47877f is #339966. Color #47877f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000111 01111111
Octal 107 207 177
Decimal 71 135 127
Hex 47 87 7F

RGB Percentages of Color #47877f

%21.32
%40.54
%38.14

CMYK Percentages of Color #47877f

%47
%0
%6
%47

Triadic Colors of #47877f

#47877f #7f4787 #877f47

Analogous Colors of #47877f

#47877f #476f87 #47875f

Monochromatic Colors of #47877f

#47877f

Complementary Color

#47877f #87474f

#47877f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47877f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47877f Color CSS Codes

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

#47877f Text Font Color

<p style="color:#47877f">Text here</p>

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


#47877f Background Color

<div style="background-color:#47877f">
Div content here</div>

This div background color is #47877f


#47877f Border Color

<div style="border:3px solid #47877f">
Div here</div>

This div border color is #47877f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,135,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47877f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47877f;
  -webkit-box-shadow: 1px 1px 3px 2px #47877f;
  box-shadow:         1px 1px 3px 2px #47877f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47877f


Comments

No comments written yet.

Please login to write comment.