COLOR #838B62

HEX: #838B62 RGB: (131,139,98)

Color info

#838B62 contains red, green and blue colors in about the same proportion. Web safe color of #838B62 is #999966 (or #996).

RGB color model

#838B62 color RGB value is (131,139,98).

RGB: (131,139,98) (51%, 55%, 38%)

RGB channels and saturation

R 131 of 255 = 51%
G 139 of 255 = 55%
B 98 of 255 = 38%

131
139
98

R + G + B ~ 48%. #838B62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 139 + 98 = 368 (100%)
R 131 of 368 ~ 35.6%
G 139 of 368 ~ 37.77%
B 98 of 368 ~ 26.63'%

%35.6
%37.77
%26.63

CMYK color model

#838B62 color CMYK value is (6,0,29,45).

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 29.50%
  • key color value is 45.49%

CMYK: (6,0,29,45)
C6M0Y29K45 (6%, 0%, 29%, 45%)
(0.06 / 0.00 / 0.29 / 0.45)

CMYK percentages

%5.76
%0
%29.5
%45.49

Codes

Color #838B62 in popluar color models

83 8B 62
RGB 131 139 98
HSL 72° 17.30% 46.47%
HSB/HSV 72° 29.50% 54.51%
CMYK 5.76% 0.00% 29.50%
45.49%

Color #838B62 in popluar number systems.

HEX 83 8B 62
Decimal 131 139 98
Binary 10000011 10001011 1100010
Octal 203 213 142

Shades and tints

Shades of #838B62

#838B62
(131,139,98)
#787F5A
(120,127,90)
#6D7352
(109,115,82)
#62674A
(98,103,74)
#575B42
(87,91,66)
#4C4F3A
(76,79,58)
#414332
(65,67,50)
#36372A
(54,55,42)
#2B2B22
(43,43,34)
#201F1A
(32,31,26)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #838B62

#838B62
(131,139,98)
#8E9570
(142,149,112)
#999F7E
(153,159,126)
#A4A98C
(164,169,140)
#AFB39A
(175,179,154)
#BABDA8
(186,189,168)
#C5C7B6
(197,199,182)
#D0D1C4
(208,209,196)
#DBDBD2
(219,219,210)
#E6E5E0
(230,229,224)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838B62 color. Also use rgb(131,139,98) instead hex code.

Text Font Color

.myTextColor { color: #838B62; }

<p style="color:#838B62">This sample text font color is #838B62.</p>

This text font color is #838B62.

Background Color

.myBgColor { background-color: #838B62; }

<div style="background-color:#838B62">Inner text</div>

This div background color is #838B62.

Border color

.myBorderColor { border: 1px solid #838B62; }

<div style="border:3px solid #838B62">Div</div>

This div border color is #838B62.

Opacity

.myOpacity80 { color: #838B62; opacity: 0.8; }

<p style="color:#838B62;opacity:0.8;">80%</p>

Text with #838B62 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #838B62;}

<p style="text-shadow: 3px 3px 1px #838B62">Text here.</p>

This text has shadow with #838B62 color.


.textShadow {text-shadow: 3px 3px 1px #838B62', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #838B62, 5px 5px 20px red">Text here.</p>

This text has shadow with #838B62 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#838B62, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#838B62, Direction=45, Strength=4)">Text</p>

This text has shadow with #838B62 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #838B62;
-webkit-box-shadow: 1px 1px 3px 2px #838B62;
box-shadow: 1px 1px 3px 2px #838B62;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #838B62; -webkit-box-shadow: 1px 1px 3px 2px #838B62; box-shadow:1px 1px 3px 2px #838B62;">
Div content here
</div>

This div box has shadow with color #838B62.

Preview

Color preview on black background

This text has color #838B62 on black background.


Color preview on white background

This text has color #838B62 on white background.


Black color preview on #838B62 background

This text has black color on #838B62 background.


White color preview on #838B62 background

This text has white color on #838B62 background.


Related colors

Complementary color

Complementary color for #hex is #7C749D.


I love getcolorcode.com

Triadic colors

1 #62838B and #8B6283 with #838B62 are triadic colors.

2 #628B83 and #8B8362 with #838B62 are triadic colors.