Color Hex Logo

#47614e Color Hex

#47614E
(71,97,78)
0 Favorites   0 Comments

Color spaces of #47614e

RGB 719778
HSL0.380.150.33
HSV136°27°38°
CMYK 0.270.000.20   0.62
XYZ8.248410.43908.7879
Yxy10.43900.30020.3799
Hunter Lab32.3094-10.97166.4902
CIE-Lab38.6191-14.05967.7394

#47614e color RGB value is (71,97,78).

#47614e hex color red value is 71, green value is 97 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #47614e hue: 0.38 , saturation: 0.15 and the lightness value of 47614e is 0.33.

The process color (four color CMYK) of #47614e color hex is 0.27, 0.00, 0.20, 0.62. Web safe color of #47614e is #336666. Color #47614e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100001 01001110
Octal 107 141 116
Decimal 71 97 78
Hex 47 61 4E

RGB Percentages of Color #47614e

%28.86
%39.43
%31.71

CMYK Percentages of Color #47614e

%27
%0
%20
%62

Triadic Colors of #47614e

#47614e #4e4761 #614e47

Analogous Colors of #47614e

#47614e #47615b #4d6147

Monochromatic Colors of #47614e

#47614e

Complementary Color

#47614e #61475a

#47614e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47614e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47614e Color CSS Codes

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

#47614e Text Font Color

<p style="color:#47614e">Text here</p>

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


#47614e Background Color

<div style="background-color:#47614e">
Div content here</div>

This div background color is #47614e


#47614e Border Color

<div style="border:3px solid #47614e">
Div here</div>

This div border color is #47614e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,97,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47614e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47614e;
  -webkit-box-shadow: 1px 1px 3px 2px #47614e;
  box-shadow:         1px 1px 3px 2px #47614e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47614e


Comments

No comments written yet.

Please login to write comment.