Color Hex Logo

#808955 Color Hex

#808955
(128,137,85)
0 Favorites   0 Comments

Color spaces of #808955

RGB 12813785
HSL0.200.230.44
HSV70°38°54°
CMYK 0.070.000.38   0.46
XYZ19.487423.136412.0330
Yxy23.13640.35650.4233
Hunter Lab48.1003-11.857918.8380
CIE-Lab55.2126-12.118326.8031

#808955 color RGB value is (128,137,85).

#808955 hex color red value is 128, green value is 137 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #808955 hue: 0.20 , saturation: 0.23 and the lightness value of 808955 is 0.44.

The process color (four color CMYK) of #808955 color hex is 0.07, 0.00, 0.38, 0.46. Web safe color of #808955 is #999966. Color #808955 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001001 01010101
Octal 200 211 125
Decimal 128 137 85
Hex 80 89 55

RGB Percentages of Color #808955

%36.57
%39.14
%24.29

CMYK Percentages of Color #808955

%7
%0
%38
%46

Triadic Colors of #808955

#808955 #558089 #895580

Analogous Colors of #808955

#808955 #668955 #897855

Monochromatic Colors of #808955

#808955

Complementary Color

#808955 #5e5589

#808955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808955 Color CSS Codes

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

#808955 Text Font Color

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

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


#808955 Background Color

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

This div background color is #808955


#808955 Border Color

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

This div border color is #808955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808955


Comments

No comments written yet.

Please login to write comment.