Color Hex Logo

#47918e Color Hex

#47918E
(71,145,142)
0 Favorites   0 Comments

Color spaces of #47918e

RGB 71145142
HSL0.490.340.42
HSV178°51°57°
CMYK 0.510.000.02   0.43
XYZ17.606423.543429.2076
Yxy23.54340.25020.3346
Hunter Lab48.5215-20.1427-1.7246
CIE-Lab55.6277-23.7166-5.4898

#47918e color RGB value is (71,145,142).

#47918e hex color red value is 71, green value is 145 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #47918e hue: 0.49 , saturation: 0.34 and the lightness value of 47918e is 0.42.

The process color (four color CMYK) of #47918e color hex is 0.51, 0.00, 0.02, 0.43. Web safe color of #47918e is #339999. Color #47918e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010001 10001110
Octal 107 221 216
Decimal 71 145 142
Hex 47 91 8E

RGB Percentages of Color #47918e

%19.83
%40.50
%39.66

CMYK Percentages of Color #47918e

%51
%0
%2
%43

Triadic Colors of #47918e

#47918e #8e4791 #918e47

Analogous Colors of #47918e

#47918e #476f91 #479169

Monochromatic Colors of #47918e

#47918e

Complementary Color

#47918e #91474a

#47918e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47918e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47918e Color CSS Codes

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

#47918e Text Font Color

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

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


#47918e Background Color

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

This div background color is #47918e


#47918e Border Color

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

This div border color is #47918e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47918e


Comments

No comments written yet.

Please login to write comment.