Color Hex Logo

#809674 Color Hex

#809674
(128,150,116)
0 Favorites   0 Comments

Color spaces of #809674

RGB 128150116
HSL0.270.140.52
HSV99°23°59°
CMYK 0.150.000.23   0.41
XYZ22.960827.662820.6523
Yxy27.66280.32210.3881
Hunter Lab52.5954-14.117013.5358
CIE-Lab59.5829-14.387615.4031

#809674 color RGB value is (128,150,116).

#809674 hex color red value is 128, green value is 150 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #809674 hue: 0.27 , saturation: 0.14 and the lightness value of 809674 is 0.52.

The process color (four color CMYK) of #809674 color hex is 0.15, 0.00, 0.23, 0.41. Web safe color of #809674 is #999966. Color #809674 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010110 01110100
Octal 200 226 164
Decimal 128 150 116
Hex 80 96 74

RGB Percentages of Color #809674

%32.49
%38.07
%29.44

CMYK Percentages of Color #809674

%15
%0
%23
%41

Triadic Colors of #809674

#809674 #748096 #967480

Analogous Colors of #809674

#809674 #749679 #919674

Monochromatic Colors of #809674

#809674

Complementary Color

#809674 #8a7496

#809674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809674 Color CSS Codes

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

#809674 Text Font Color

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

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


#809674 Background Color

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

This div background color is #809674


#809674 Border Color

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

This div border color is #809674


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,150,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #809674; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #809674;
  -webkit-box-shadow: 1px 1px 3px 2px #809674;
  box-shadow:         1px 1px 3px 2px #809674; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809674


Comments

No comments written yet.

Please login to write comment.