Color Hex Logo

#80935f Color Hex

#80935F
(128,147,95)
0 Favorites   0 Comments

Color spaces of #80935f

RGB 12814795
HSL0.230.210.47
HSV82°35°58°
CMYK 0.130.000.35   0.42
XYZ21.401426.282914.7716
Yxy26.28290.34270.4208
Hunter Lab51.2669-15.202018.8035
CIE-Lab58.3046-16.093425.3447

#80935f color RGB value is (128,147,95).

#80935f hex color red value is 128, green value is 147 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #80935f hue: 0.23 , saturation: 0.21 and the lightness value of 80935f is 0.47.

The process color (four color CMYK) of #80935f color hex is 0.13, 0.00, 0.35, 0.42. Web safe color of #80935f is #999966. Color #80935f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010011 01011111
Octal 200 223 137
Decimal 128 147 95
Hex 80 93 5F

RGB Percentages of Color #80935f

%34.59
%39.73
%25.68

CMYK Percentages of Color #80935f

%13
%0
%35
%42

Triadic Colors of #80935f

#80935f #5f8093 #935f80

Analogous Colors of #80935f

#80935f #66935f #938c5f

Monochromatic Colors of #80935f

#80935f

Complementary Color

#80935f #725f93

#80935f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80935f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80935f Color CSS Codes

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

#80935f Text Font Color

<p style="color:#80935f">Text here</p>

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


#80935f Background Color

<div style="background-color:#80935f">
Div content here</div>

This div background color is #80935f


#80935f Border Color

<div style="border:3px solid #80935f">
Div here</div>

This div border color is #80935f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,147,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80935f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80935f;
  -webkit-box-shadow: 1px 1px 3px 2px #80935f;
  box-shadow:         1px 1px 3px 2px #80935f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80935f


Comments

No comments written yet.

Please login to write comment.