Color Hex Logo

#839971 Color Hex

#839971
(131,153,113)
0 Favorites   0 Comments

Color spaces of #839971

RGB 131153113
HSL0.260.160.52
HSV93°26°60°
CMYK 0.140.000.26   0.40
XYZ23.731928.800019.9309
Yxy28.80000.32750.3974
Hunter Lab53.6656-14.979015.5462
CIE-Lab60.6047-15.344418.5188

#839971 color RGB value is (131,153,113).

#839971 hex color red value is 131, green value is 153 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #839971 hue: 0.26 , saturation: 0.16 and the lightness value of 839971 is 0.52.

The process color (four color CMYK) of #839971 color hex is 0.14, 0.00, 0.26, 0.40. Web safe color of #839971 is #999966. Color #839971 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011001 01110001
Octal 203 231 161
Decimal 131 153 113
Hex 83 99 71

RGB Percentages of Color #839971

%33.00
%38.54
%28.46

CMYK Percentages of Color #839971

%14
%0
%26
%40

Triadic Colors of #839971

#839971 #718399 #997183

Analogous Colors of #839971

#839971 #719973 #979971

Monochromatic Colors of #839971

#839971

Complementary Color

#839971 #877199

#839971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#839971 Color CSS Codes

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

#839971 Text Font Color

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

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


#839971 Background Color

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

This div background color is #839971


#839971 Border Color

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

This div border color is #839971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839971


Comments

No comments written yet.

Please login to write comment.