Color Hex Logo

#47935d Color Hex

#47935D
(71,147,93)
0 Favorites   0 Comments

Color spaces of #47935d

RGB 7114793
HSL0.380.350.43
HSV137°52°58°
CMYK 0.520.000.37   0.42
XYZ15.008022.997314.0039
Yxy22.99730.28860.4422
Hunter Lab47.9555-28.059316.2551
CIE-Lab55.0696-36.084921.5791

#47935d color RGB value is (71,147,93).

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

The process color (four color CMYK) of #47935d color hex is 0.52, 0.00, 0.37, 0.42. Web safe color of #47935d is #339966. Color #47935d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010011 01011101
Octal 107 223 135
Decimal 71 147 93
Hex 47 93 5D

RGB Percentages of Color #47935d

%22.83
%47.27
%29.90

CMYK Percentages of Color #47935d

%52
%0
%37
%42

Triadic Colors of #47935d

#47935d #5d4793 #935d47

Analogous Colors of #47935d

#47935d #479383 #579347

Monochromatic Colors of #47935d

#47935d

Complementary Color

#47935d #93477d

#47935d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47935d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47935d Color CSS Codes

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

#47935d Text Font Color

<p style="color:#47935d">Text here</p>

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


#47935d Background Color

<div style="background-color:#47935d">
Div content here</div>

This div background color is #47935d


#47935d Border Color

<div style="border:3px solid #47935d">
Div here</div>

This div border color is #47935d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47935d


Comments

No comments written yet.

Please login to write comment.