Color Hex Logo

#839081 Color Hex

#839081
(131,144,129)
0 Favorites   0 Comments

Color spaces of #839081

RGB 131144129
HSL0.310.060.54
HSV112°10°56°
CMYK 0.090.000.10   0.44
XYZ23.295826.356824.6284
Yxy26.35680.31360.3548
Hunter Lab51.3389-8.84597.4945
CIE-Lab58.3742-7.67066.3730

#839081 color RGB value is (131,144,129).

#839081 hex color red value is 131, green value is 144 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #839081 hue: 0.31 , saturation: 0.06 and the lightness value of 839081 is 0.54.

The process color (four color CMYK) of #839081 color hex is 0.09, 0.00, 0.10, 0.44. Web safe color of #839081 is #999999. Color #839081 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010000 10000001
Octal 203 220 201
Decimal 131 144 129
Hex 83 90 81

RGB Percentages of Color #839081

%32.43
%35.64
%31.93

CMYK Percentages of Color #839081

%9
%0
%10
%44

Triadic Colors of #839081

#839081 #818390 #908183

Analogous Colors of #839081

#839081 #819087 #8b9081

Monochromatic Colors of #839081

#839081

Complementary Color

#839081 #8e8190

#839081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#839081 Color CSS Codes

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

#839081 Text Font Color

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

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


#839081 Background Color

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

This div background color is #839081


#839081 Border Color

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

This div border color is #839081


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,144,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 #839081">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839081


Comments

No comments written yet.

Please login to write comment.