Color Hex Logo

#818983 Color Hex

#818983
(129,137,131)
0 Favorites   0 Comments

Color spaces of #818983

RGB 129137131
HSL0.380.030.52
HSV135°54°
CMYK 0.060.000.04   0.46
XYZ22.095724.197124.9787
Yxy24.19710.31000.3395
Hunter Lab49.1905-5.90384.3262
CIE-Lab56.2846-4.13202.1952

#818983 color RGB value is (129,137,131).

#818983 hex color red value is 129, green value is 137 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #818983 hue: 0.38 , saturation: 0.03 and the lightness value of 818983 is 0.52.

The process color (four color CMYK) of #818983 color hex is 0.06, 0.00, 0.04, 0.46. Web safe color of #818983 is #999999. Color #818983 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001001 10000011
Octal 201 211 203
Decimal 129 137 131
Hex 81 89 83

RGB Percentages of Color #818983

%32.49
%34.51
%33.00

CMYK Percentages of Color #818983

%6
%0
%4
%46

Triadic Colors of #818983

#818983 #838189 #898381

Analogous Colors of #818983

#818983 #818987 #838981

Monochromatic Colors of #818983

#818983

Complementary Color

#818983 #898187

#818983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818983 Color CSS Codes

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

#818983 Text Font Color

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

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


#818983 Background Color

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

This div background color is #818983


#818983 Border Color

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

This div border color is #818983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818983


Comments

No comments written yet.

Please login to write comment.