Color Hex Logo

#839089 Color Hex

#839089
(131,144,137)
0 Favorites   0 Comments

Color spaces of #839089

RGB 131144137
HSL0.410.060.54
HSV148°56°
CMYK 0.090.000.05   0.44
XYZ23.848726.578027.5400
Yxy26.57800.30590.3409
Hunter Lab51.5539-7.64554.4151
CIE-Lab58.5817-6.10872.1063

#839089 color RGB value is (131,144,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010000 10001001
Octal 203 220 211
Decimal 131 144 137
Hex 83 90 89

RGB Percentages of Color #839089

%31.80
%34.95
%33.25

CMYK Percentages of Color #839089

%9
%0
%5
%44

Triadic Colors of #839089

#839089 #898390 #908983

Analogous Colors of #839089

#839089 #839090 #849083

Monochromatic Colors of #839089

#839089

Complementary Color

#839089 #90838a

#839089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#839089 Color CSS Codes

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

#839089 Text Font Color

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

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


#839089 Background Color

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

This div background color is #839089


#839089 Border Color

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

This div border color is #839089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839089


Comments

No comments written yet.

Please login to write comment.