COLOR #838F52

HEX: #838F52 RGB: (131,143,82)

Color info

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

RGB color model

#838F52 color RGB value is (131,143,82).

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

RGB channels and saturation

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

131
143
82

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

Portions of RGB colors in percentages

R + G + B = 131 + 143 + 82 = 356 (100%)
R 131 of 356 ~ 36.8%
G 143 of 356 ~ 40.17%
B 82 of 356 ~ 23.03'%

%36.8
%40.17
%23.03

CMYK color model

#838F52 color CMYK value is (8,0,43,44).

  • cyan value is 8.39%
  • magenta value is 0.00%
  • yellow value is 42.66%
  • key color value is 43.92%

CMYK: (8,0,43,44)
C8M0Y43K44 (8%, 0%, 43%, 44%)
(0.08 / 0.00 / 0.43 / 0.44)

CMYK percentages

%8.39
%0
%42.66
%43.92

Codes

Color #838F52 in popluar color models

83 8F 52
RGB 131 143 82
HSL 72° 27.11% 44.12%
HSB/HSV 72° 42.66% 56.08%
CMYK 8.39% 0.00% 42.66%
43.92%

Color #838F52 in popluar number systems.

HEX 83 8F 52
Decimal 131 143 82
Binary 10000011 10001111 1010010
Octal 203 217 122

Shades and tints

Shades of #838F52

#838F52
(131,143,82)
#78824B
(120,130,75)
#6D7544
(109,117,68)
#62683D
(98,104,61)
#575B36
(87,91,54)
#4C4E2F
(76,78,47)
#414128
(65,65,40)
#363421
(54,52,33)
#2B271A
(43,39,26)
#201A13
(32,26,19)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #838F52

#838F52
(131,143,82)
#8E9961
(142,153,97)
#99A370
(153,163,112)
#A4AD7F
(164,173,127)
#AFB78E
(175,183,142)
#BAC19D
(186,193,157)
#C5CBAC
(197,203,172)
#D0D5BB
(208,213,187)
#DBDFCA
(219,223,202)
#E6E9D9
(230,233,217)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838F52; }

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

This text font color is #838F52.

Background Color

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

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

This div background color is #838F52.

Border color

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

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

This div border color is #838F52.

Opacity

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

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

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

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

This text has shadow with #838F52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838F52.

Preview

Color preview on black background

This text has color #838F52 on black background.


Color preview on white background

This text has color #838F52 on white background.


Black color preview on #838F52 background

This text has black color on #838F52 background.


White color preview on #838F52 background

This text has white color on #838F52 background.


Related colors

Complementary color

Complementary color for #hex is #7C70AD.


I love getcolorcode.com

Triadic colors

1 #52838F and #8F5283 with #838F52 are triadic colors.

2 #528F83 and #8F8352 with #838F52 are triadic colors.