Color Hex Logo

#838881 Color Hex

#838881
(131,136,129)
0 Favorites   0 Comments

Color spaces of #838881

RGB 131136129
HSL0.290.030.52
HSV103°53°
CMYK 0.040.000.05   0.47
XYZ22.126724.018624.2387
Yxy24.01860.31440.3413
Hunter Lab49.0088-5.17544.9826
CIE-Lab56.1064-3.22023.1092

#838881 color RGB value is (131,136,129).

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

The process color (four color CMYK) of #838881 color hex is 0.04, 0.00, 0.05, 0.47. Web safe color of #838881 is #999999. Color #838881 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001000 10000001
Octal 203 210 201
Decimal 131 136 129
Hex 83 88 81

RGB Percentages of Color #838881

%33.08
%34.34
%32.58

CMYK Percentages of Color #838881

%4
%0
%5
%47

Triadic Colors of #838881

#838881 #818388 #888183

Analogous Colors of #838881

#838881 #818883 #878881

Monochromatic Colors of #838881

#838881

Complementary Color

#838881 #868188

#838881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838881 Color CSS Codes

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

#838881 Text Font Color

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

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


#838881 Background Color

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

This div background color is #838881


#838881 Border Color

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

This div border color is #838881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838881


Comments

No comments written yet.

Please login to write comment.