COLOR #838E52

HEX: #838E52 RGB: (131,142,82)

Color info

#838E52 contains mainly red and green colors. Web safe color of #838E52 is #999966 (or #996).

RGB color model

#838E52 color RGB value is (131,142,82).

RGB: (131,142,82) (51%, 56%, 32%)

RGB channels and saturation

R 131 of 255 = 51%
G 142 of 255 = 56%
B 82 of 255 = 32%

131
142
82

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

Portions of RGB colors in percentages

R + G + B = 131 + 142 + 82 = 355 (100%)
R 131 of 355 ~ 36.9%
G 142 of 355 ~ 40%
B 82 of 355 ~ 23.1'%

%36.9
%40
%23.1

CMYK color model

#838E52 color CMYK value is (8,0,42,44).

  • cyan value is 7.75%
  • magenta value is 0.00%
  • yellow value is 42.25%
  • key color value is 44.31%
CMYK: (8,0,42,44) C8M0Y42K44 (8%,0%,42%,44%) (0.08/0.00/0.42/0.44) 

CMYK percentages

%7.75
%0
%42.25
%44.31

Codes

Color #838E52 in popluar color models

83 8E 52
RGB 131 142 82
HSL 71° 26.79% 43.92%
HSB/HSV 71° 42.25% 55.69%
CMYK 7.75% 0.00% 42.25%
44.31%

Color #838E52 in popluar number systems.

HEX 83 8E 52
Decimal 131 142 82
Binary 10000011 10001110 1010010
Octal 203 216 122

Shades and tints

Shades of #838E52

#838E52
(131,142,82)
#78824B
(120,130,75)
#6D7644
(109,118,68)
#626A3D
(98,106,61)
#575E36
(87,94,54)
#4C522F
(76,82,47)
#414628
(65,70,40)
#363A21
(54,58,33)
#2B2E1A
(43,46,26)
#202213
(32,34,19)
#15160C
(21,22,12)
#000000
(0,0,0)

Tints of #838E52

#838E52
(131,142,82)
#8E9861
(142,152,97)
#99A270
(153,162,112)
#A4AC7F
(164,172,127)
#AFB68E
(175,182,142)
#BAC09D
(186,192,157)
#C5CAAC
(197,202,172)
#D0D4BB
(208,212,187)
#DBDECA
(219,222,202)
#E6E8D9
(230,232,217)
#F1F2E8
(241,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838E52 color. Also use rgb(131,142,82) instead hex code.

Text Font Color

.myTextColor { color: #838E52; }

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

This text font color is #838E52.

Background Color

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

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

This div background color is #838E52.

Border color

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

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

This div border color is #838E52.

Opacity

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

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

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

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

This text has shadow with #838E52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838E52.

Preview

Color preview on black background

This text has color #838E52 on black background.


Color preview on white background

This text has color #838E52 on white background.


Black color preview on #838E52 background

This text has black color on #838E52 background.


White color preview on #838E52 background

This text has white color on #838E52 background.


Related colors

Complementary color

Complementary color for #hex is #7C71AD.


I love getcolorcode.com

Triadic colors

1 #52838E and #8E5283 with #838E52 are triadic colors.

2 #528E83 and #8E8352 with #838E52 are triadic colors.