Color Hex Logo

#839390 Color Hex

#839390
(131,147,144)
0 Favorites   0 Comments

Color spaces of #839390

RGB 131147144
HSL0.470.070.55
HSV169°11°58°
CMYK 0.110.000.02   0.42
XYZ24.827827.706330.4249
Yxy27.70630.29930.3340
Hunter Lab52.6368-7.91922.5752
CIE-Lab59.6225-6.3369-0.3698

#839390 color RGB value is (131,147,144).

#839390 hex color red value is 131, green value is 147 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #839390 hue: 0.47 , saturation: 0.07 and the lightness value of 839390 is 0.55.

The process color (four color CMYK) of #839390 color hex is 0.11, 0.00, 0.02, 0.42. Web safe color of #839390 is #999999. Color #839390 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010011 10010000
Octal 203 223 220
Decimal 131 147 144
Hex 83 93 90

RGB Percentages of Color #839390

%31.04
%34.83
%34.12

CMYK Percentages of Color #839390

%11
%0
%2
%42

Triadic Colors of #839390

#839390 #908393 #939083

Analogous Colors of #839390

#839390 #838e93 #839388

Monochromatic Colors of #839390

#839390

Complementary Color

#839390 #938386

#839390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#839390 Color CSS Codes

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

#839390 Text Font Color

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

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


#839390 Background Color

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

This div background color is #839390


#839390 Border Color

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

This div border color is #839390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839390


Comments

No comments written yet.

Please login to write comment.