COLOR #83946A

HEX: #83946A RGB: (131,148,106)

Color info

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

RGB color model

#83946A color RGB value is (131,148,106).

RGB: (131,148,106) (51%, 58%, 42%)

RGB channels and saturation

R 131 of 255 = 51%
G 148 of 255 = 58%
B 106 of 255 = 42%

131
148
106

R + G + B ~ 50%. #83946A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 148 + 106 = 385 (100%)
R 131 of 385 ~ 34.03%
G 148 of 385 ~ 38.44%
B 106 of 385 ~ 27.53'%

%34.03
%38.44
%27.53

CMYK color model

#83946A color CMYK value is (11,0,28,42).

  • cyan value is 11.49%
  • magenta value is 0.00%
  • yellow value is 28.38%
  • key color value is 41.96%

CMYK: (11,0,28,42)
C11M0Y28K42 (11%, 0%, 28%, 42%)
(0.11 / 0.00 / 0.28 / 0.42)

CMYK percentages

%11.49
%0
%28.38
%41.96

Codes

Color #83946A in popluar color models

83 94 6A
RGB 131 148 106
HSL 84° 16.54% 49.80%
HSB/HSV 84° 28.38% 58.04%
CMYK 11.49% 0.00% 28.38%
41.96%

Color #83946A in popluar number systems.

HEX 83 94 6A
Decimal 131 148 106
Binary 10000011 10010100 1101010
Octal 203 224 152

Shades and tints

Shades of #83946A

#83946A
(131,148,106)
#788761
(120,135,97)
#6D7A58
(109,122,88)
#626D4F
(98,109,79)
#576046
(87,96,70)
#4C533D
(76,83,61)
#414634
(65,70,52)
#36392B
(54,57,43)
#2B2C22
(43,44,34)
#201F19
(32,31,25)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #83946A

#83946A
(131,148,106)
#8E9D77
(142,157,119)
#99A684
(153,166,132)
#A4AF91
(164,175,145)
#AFB89E
(175,184,158)
#BAC1AB
(186,193,171)
#C5CAB8
(197,202,184)
#D0D3C5
(208,211,197)
#DBDCD2
(219,220,210)
#E6E5DF
(230,229,223)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83946A color. Also use rgb(131,148,106) instead hex code.

Text Font Color

.myTextColor { color: #83946A; }

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

This text font color is #83946A.

Background Color

.myBgColor { background-color: #83946A; }

<div style="background-color:#83946A">Inner text</div>

This div background color is #83946A.

Border color

.myBorderColor { border: 1px solid #83946A; }

<div style="border:3px solid #83946A">Div</div>

This div border color is #83946A.

Opacity

.myOpacity80 { color: #83946A; opacity: 0.8; }

<p style="color:#83946A;opacity:0.8;">80%</p>

Text with #83946A 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 #83946A;}

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

This text has shadow with #83946A color.


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

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

This text has shadow with #83946A primary color and red secondary color.


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

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

This text has shadow with #83946A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83946A.

Preview

Color preview on black background

This text has color #83946A on black background.


Color preview on white background

This text has color #83946A on white background.


Black color preview on #83946A background

This text has black color on #83946A background.


White color preview on #83946A background

This text has white color on #83946A background.


Related colors

Complementary color

Complementary color for #hex is #7C6B95.


I love getcolorcode.com

Triadic colors

1 #6A8394 and #946A83 with #83946A are triadic colors.

2 #6A9483 and #94836A with #83946A are triadic colors.