Color Hex Logo

#47837f Color Hex

#47837F
(71,131,127)
0 Favorites   0 Comments

Color spaces of #47837f

RGB 71131127
HSL0.490.300.40
HSV176°46°51°
CMYK 0.460.000.03   0.49
XYZ14.545619.104522.9996
Yxy19.10450.25680.3372
Hunter Lab43.7087-17.0881-0.6024
CIE-Lab50.8092-20.5259-3.9222

#47837f color RGB value is (71,131,127).

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

The process color (four color CMYK) of #47837f color hex is 0.46, 0.00, 0.03, 0.49. Web safe color of #47837f is #339966. Color #47837f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000011 01111111
Octal 107 203 177
Decimal 71 131 127
Hex 47 83 7F

RGB Percentages of Color #47837f

%21.58
%39.82
%38.60

CMYK Percentages of Color #47837f

%46
%0
%3
%49

Triadic Colors of #47837f

#47837f #7f4783 #837f47

Analogous Colors of #47837f

#47837f #476983 #478361

Monochromatic Colors of #47837f

#47837f

Complementary Color

#47837f #83474b

#47837f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47837f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47837f Color CSS Codes

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

#47837f Text Font Color

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

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


#47837f Background Color

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

This div background color is #47837f


#47837f Border Color

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

This div border color is #47837f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,131,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 #47837f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47837f


Comments

No comments written yet.

Please login to write comment.