Color Hex Logo

#47867f Color Hex

#47867F
(71,134,127)
0 Favorites   0 Comments

Color spaces of #47867f

RGB 71134127
HSL0.480.310.40
HSV173°47°53°
CMYK 0.470.000.05   0.47
XYZ14.954419.922123.1358
Yxy19.92210.25780.3434
Hunter Lab44.6342-18.30450.5114
CIE-Lab51.7490-22.0943-2.5365

#47867f color RGB value is (71,134,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000110 01111111
Octal 107 206 177
Decimal 71 134 127
Hex 47 86 7F

RGB Percentages of Color #47867f

%21.39
%40.36
%38.25

CMYK Percentages of Color #47867f

%47
%0
%5
%47

Triadic Colors of #47867f

#47867f #7f4786 #867f47

Analogous Colors of #47867f

#47867f #476e86 #478660

Monochromatic Colors of #47867f

#47867f

Complementary Color

#47867f #86474e

#47867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47867f Color CSS Codes

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

#47867f Text Font Color

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

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


#47867f Background Color

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

This div background color is #47867f


#47867f Border Color

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

This div border color is #47867f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47867f


Comments

No comments written yet.

Please login to write comment.