Color Hex Logo

#808650 Color Hex

#808650
(128,134,80)
0 Favorites   0 Comments

Color spaces of #808650

RGB 12813480
HSL0.190.250.42
HSV67°40°53°
CMYK 0.040.000.40   0.47
XYZ18.875222.218610.8832
Yxy22.21860.36310.4275
Hunter Lab47.1366-11.011219.3064
CIE-Lab54.2582-11.124928.3175

#808650 color RGB value is (128,134,80).

#808650 hex color red value is 128, green value is 134 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #808650 hue: 0.19 , saturation: 0.25 and the lightness value of 808650 is 0.42.

The process color (four color CMYK) of #808650 color hex is 0.04, 0.00, 0.40, 0.47. Web safe color of #808650 is #999966. Color #808650 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000110 01010000
Octal 200 206 120
Decimal 128 134 80
Hex 80 86 50

RGB Percentages of Color #808650

%37.43
%39.18
%23.39

CMYK Percentages of Color #808650

%4
%0
%40
%47

Triadic Colors of #808650

#808650 #508086 #865080

Analogous Colors of #808650

#808650 #658650 #867150

Monochromatic Colors of #808650

#808650

Complementary Color

#808650 #565086

#808650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808650 Color CSS Codes

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

#808650 Text Font Color

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

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


#808650 Background Color

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

This div background color is #808650


#808650 Border Color

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

This div border color is #808650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808650


Comments

No comments written yet.

Please login to write comment.