Color Hex Logo

#839387 Color Hex

#839387
(131,147,135)
0 Favorites   0 Comments

Color spaces of #839387

RGB 131147135
HSL0.380.070.55
HSV135°11°58°
CMYK 0.110.000.08   0.42
XYZ24.167027.442026.9448
Yxy27.44200.30760.3493
Hunter Lab52.3851-9.32596.1732
CIE-Lab59.3812-8.15834.4027

#839387 color RGB value is (131,147,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010011 10000111
Octal 203 223 207
Decimal 131 147 135
Hex 83 93 87

RGB Percentages of Color #839387

%31.72
%35.59
%32.69

CMYK Percentages of Color #839387

%11
%0
%8
%42

Triadic Colors of #839387

#839387 #878393 #938783

Analogous Colors of #839387

#839387 #83938f #879383

Monochromatic Colors of #839387

#839387

Complementary Color

#839387 #93838f

#839387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#839387 Color CSS Codes

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

#839387 Text Font Color

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

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


#839387 Background Color

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

This div background color is #839387


#839387 Border Color

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

This div border color is #839387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839387


Comments

No comments written yet.

Please login to write comment.