Color Hex Logo

#839161 Color Hex

#839161
(131,145,97)
0 Favorites   0 Comments

Color spaces of #839161

RGB 13114597
HSL0.220.200.47
HSV78°33°57°
CMYK 0.100.000.33   0.43
XYZ21.643125.939215.1753
Yxy25.93920.34490.4133
Hunter Lab50.9305-13.274317.9853
CIE-Lab57.9793-13.550323.8560

#839161 color RGB value is (131,145,97).

#839161 hex color red value is 131, green value is 145 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #839161 hue: 0.22 , saturation: 0.20 and the lightness value of 839161 is 0.47.

The process color (four color CMYK) of #839161 color hex is 0.10, 0.00, 0.33, 0.43. Web safe color of #839161 is #999966. Color #839161 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010001 01100001
Octal 203 221 141
Decimal 131 145 97
Hex 83 91 61

RGB Percentages of Color #839161

%35.12
%38.87
%26.01

CMYK Percentages of Color #839161

%10
%0
%33
%43

Triadic Colors of #839161

#839161 #618391 #916183

Analogous Colors of #839161

#839161 #6b9161 #918761

Monochromatic Colors of #839161

#839161

Complementary Color

#839161 #6f6191

#839161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#839161 Color CSS Codes

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

#839161 Text Font Color

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

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


#839161 Background Color

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

This div background color is #839161


#839161 Border Color

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

This div border color is #839161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839161


Comments

No comments written yet.

Please login to write comment.