Color Hex Logo

#71935a Color Hex

#71935A
(113,147,90)
0 Favorites   0 Comments

Color spaces of #71935a

RGB 11314790
HSL0.270.240.46
HSV96°39°58°
CMYK 0.230.000.39   0.42
XYZ19.089225.116313.5147
Yxy25.11630.33070.4351
Hunter Lab50.1162-19.712819.0927
CIE-Lab57.1886-22.657626.4220

#71935a color RGB value is (113,147,90).

#71935a hex color red value is 113, green value is 147 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #71935a hue: 0.27 , saturation: 0.24 and the lightness value of 71935a is 0.46.

The process color (four color CMYK) of #71935a color hex is 0.23, 0.00, 0.39, 0.42. Web safe color of #71935a is #669966. Color #71935a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010011 01011010
Octal 161 223 132
Decimal 113 147 90
Hex 71 93 5A

RGB Percentages of Color #71935a

%32.29
%42.00
%25.71

CMYK Percentages of Color #71935a

%23
%0
%39
%42

Triadic Colors of #71935a

#71935a #5a7193 #935a71

Analogous Colors of #71935a

#71935a #5a9360 #8e935a

Monochromatic Colors of #71935a

#71935a

Complementary Color

#71935a #7c5a93

#71935a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71935a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71935a Color CSS Codes

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

#71935a Text Font Color

<p style="color:#71935a">Text here</p>

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


#71935a Background Color

<div style="background-color:#71935a">
Div content here</div>

This div background color is #71935a


#71935a Border Color

<div style="border:3px solid #71935a">
Div here</div>

This div border color is #71935a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,147,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71935a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71935a;
  -webkit-box-shadow: 1px 1px 3px 2px #71935a;
  box-shadow:         1px 1px 3px 2px #71935a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71935a


Comments

No comments written yet.

Please login to write comment.