COLOR #838B5D

HEX: #838B5D RGB: (131,139,93)

Color info

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

RGB color model

#838B5D color RGB value is (131,139,93).

RGB: (131,139,93) (51%, 55%, 36%)

RGB channels and saturation

R 131 of 255 = 51%
G 139 of 255 = 55%
B 93 of 255 = 36%

131
139
93

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

Portions of RGB colors in percentages

R + G + B = 131 + 139 + 93 = 363 (100%)
R 131 of 363 ~ 36.09%
G 139 of 363 ~ 38.29%
B 93 of 363 ~ 25.62'%

%36.09
%38.29
%25.62

CMYK color model

#838B5D color CMYK value is (6,0,33,45).

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

CMYK: (6,0,33,45)
C6M0Y33K45 (6%, 0%, 33%, 45%)
(0.06 / 0.00 / 0.33 / 0.45)

CMYK percentages

%5.76
%0
%33.09
%45.49

Codes

Color #838B5D in popluar color models

83 8B 5D
RGB 131 139 93
HSL 70° 19.83% 45.49%
HSB/HSV 70° 33.09% 54.51%
CMYK 5.76% 0.00% 33.09%
45.49%

Color #838B5D in popluar number systems.

HEX 83 8B 5D
Decimal 131 139 93
Binary 10000011 10001011 1011101
Octal 203 213 135

Shades and tints

Shades of #838B5D

#838B5D
(131,139,93)
#787F55
(120,127,85)
#6D734D
(109,115,77)
#626745
(98,103,69)
#575B3D
(87,91,61)
#4C4F35
(76,79,53)
#41432D
(65,67,45)
#363725
(54,55,37)
#2B2B1D
(43,43,29)
#201F15
(32,31,21)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #838B5D

#838B5D
(131,139,93)
#8E956B
(142,149,107)
#999F79
(153,159,121)
#A4A987
(164,169,135)
#AFB395
(175,179,149)
#BABDA3
(186,189,163)
#C5C7B1
(197,199,177)
#D0D1BF
(208,209,191)
#DBDBCD
(219,219,205)
#E6E5DB
(230,229,219)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838B5D; }

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

This text font color is #838B5D.

Background Color

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

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

This div background color is #838B5D.

Border color

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

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

This div border color is #838B5D.

Opacity

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

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

Text with #838B5D 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 #838B5D;}

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

This text has shadow with #838B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838B5D.

Preview

Color preview on black background

This text has color #838B5D on black background.


Color preview on white background

This text has color #838B5D on white background.


Black color preview on #838B5D background

This text has black color on #838B5D background.


White color preview on #838B5D background

This text has white color on #838B5D background.


Related colors

Complementary color

Complementary color for #hex is #7C74A2.


I love getcolorcode.com

Triadic colors

1 #5D838B and #8B5D83 with #838B5D are triadic colors.

2 #5D8B83 and #8B835D with #838B5D are triadic colors.