Color Hex Logo

#47938e Color Hex

#47938E
(71,147,142)
0 Favorites   0 Comments

Color spaces of #47938e

RGB 71147142
HSL0.490.350.43
HSV176°52°58°
CMYK 0.520.000.03   0.42
XYZ17.914724.160029.3103
Yxy24.16000.25100.3384
Hunter Lab49.1528-20.9597-0.9482
CIE-Lab56.2476-24.7346-4.5719

#47938e color RGB value is (71,147,142).

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

The process color (four color CMYK) of #47938e color hex is 0.52, 0.00, 0.03, 0.42. Web safe color of #47938e is #339999. Color #47938e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010011 10001110
Octal 107 223 216
Decimal 71 147 142
Hex 47 93 8E

RGB Percentages of Color #47938e

%19.72
%40.83
%39.44

CMYK Percentages of Color #47938e

%52
%0
%3
%42

Triadic Colors of #47938e

#47938e #8e4793 #938e47

Analogous Colors of #47938e

#47938e #477293 #479368

Monochromatic Colors of #47938e

#47938e

Complementary Color

#47938e #93474c

#47938e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47938e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47938e Color CSS Codes

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

#47938e Text Font Color

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

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


#47938e Background Color

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

This div background color is #47938e


#47938e Border Color

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

This div border color is #47938e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47938e


Comments

No comments written yet.

Please login to write comment.