Color Hex Logo

#838661 Color Hex

#838661
(131,134,97)
0 Favorites   0 Comments

Color spaces of #838661

RGB 13113497
HSL0.180.160.45
HSV65°28°53°
CMYK 0.020.000.28   0.47
XYZ20.042822.738614.6419
Yxy22.73860.34900.3960
Hunter Lab47.6850-8.422315.1742
CIE-Lab54.8021-7.574219.6075

#838661 color RGB value is (131,134,97).

#838661 hex color red value is 131, green value is 134 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #838661 hue: 0.18 , saturation: 0.16 and the lightness value of 838661 is 0.45.

The process color (four color CMYK) of #838661 color hex is 0.02, 0.00, 0.28, 0.47. Web safe color of #838661 is #999966. Color #838661 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000110 01100001
Octal 203 206 141
Decimal 131 134 97
Hex 83 86 61

RGB Percentages of Color #838661

%36.19
%37.02
%26.80

CMYK Percentages of Color #838661

%2
%0
%28
%47

Triadic Colors of #838661

#838661 #618386 #866183

Analogous Colors of #838661

#838661 #718661 #867761

Monochromatic Colors of #838661

#838661

Complementary Color

#838661 #646186

#838661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838661 Color CSS Codes

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

#838661 Text Font Color

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

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


#838661 Background Color

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

This div background color is #838661


#838661 Border Color

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

This div border color is #838661


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,134,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 #838661">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838661


Comments

No comments written yet.

Please login to write comment.