Color Hex Logo

#808d8b Color Hex

#808D8B
(128,141,139)
0 Favorites   0 Comments

Color spaces of #808d8b

RGB 128141139
HSL0.470.050.53
HSV171°55°
CMYK 0.090.000.01   0.45
XYZ23.087225.503028.1318
Yxy25.50300.30090.3324
Hunter Lab50.5005-6.77142.3223
CIE-Lab57.5623-5.1077-0.5508

#808d8b color RGB value is (128,141,139).

#808d8b hex color red value is 128, green value is 141 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #808d8b hue: 0.47 , saturation: 0.05 and the lightness value of 808d8b is 0.53.

The process color (four color CMYK) of #808d8b color hex is 0.09, 0.00, 0.01, 0.45. Web safe color of #808d8b is #999999. Color #808d8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001101 10001011
Octal 200 215 213
Decimal 128 141 139
Hex 80 8D 8B

RGB Percentages of Color #808d8b

%31.37
%34.56
%34.07

CMYK Percentages of Color #808d8b

%9
%0
%1
%45

Triadic Colors of #808d8b

#808d8b #8b808d #8d8b80

Analogous Colors of #808d8b

#808d8b #80898d #808d85

Monochromatic Colors of #808d8b

#808d8b

Complementary Color

#808d8b #8d8082

#808d8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808d8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#808d8b Color CSS Codes

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

#808d8b Text Font Color

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

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


#808d8b Background Color

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

This div background color is #808d8b


#808d8b Border Color

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

This div border color is #808d8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,141,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808d8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808d8b;
  -webkit-box-shadow: 1px 1px 3px 2px #808d8b;
  box-shadow:         1px 1px 3px 2px #808d8b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808d8b


Comments

No comments written yet.

Please login to write comment.