COLOR #83964F

HEX: #83964F RGB: (131,150,79)

Color info

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

RGB color model

#83964F color RGB value is (131,150,79).

RGB: (131,150,79) (51%, 59%, 31%)

RGB channels and saturation

R 131 of 255 = 51%
G 150 of 255 = 59%
B 79 of 255 = 31%

131
150
79

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

Portions of RGB colors in percentages

R + G + B = 131 + 150 + 79 = 360 (100%)
R 131 of 360 ~ 36.39%
G 150 of 360 ~ 41.67%
B 79 of 360 ~ 21.94'%

%36.39
%41.67
%21.94

CMYK color model

#83964F color CMYK value is (13,0,47,41).

  • cyan value is 12.67%
  • magenta value is 0.00%
  • yellow value is 47.33%
  • key color value is 41.18%

CMYK: (13,0,47,41)
C13M0Y47K41 (13%, 0%, 47%, 41%)
(0.13 / 0.00 / 0.47 / 0.41)

CMYK percentages

%12.67
%0
%47.33
%41.18

Codes

Color #83964F in popluar color models

83 96 4F
RGB 131 150 79
HSL 76° 31.00% 44.90%
HSB/HSV 76° 47.33% 58.82%
CMYK 12.67% 0.00% 47.33%
41.18%

Color #83964F in popluar number systems.

HEX 83 96 4F
Decimal 131 150 79
Binary 10000011 10010110 1001111
Octal 203 226 117

Shades and tints

Shades of #83964F

#83964F
(131,150,79)
#788948
(120,137,72)
#6D7C41
(109,124,65)
#626F3A
(98,111,58)
#576233
(87,98,51)
#4C552C
(76,85,44)
#414825
(65,72,37)
#363B1E
(54,59,30)
#2B2E17
(43,46,23)
#202110
(32,33,16)
#151409
(21,20,9)
#000000
(0,0,0)

Tints of #83964F

#83964F
(131,150,79)
#8E9F5F
(142,159,95)
#99A86F
(153,168,111)
#A4B17F
(164,177,127)
#AFBA8F
(175,186,143)
#BAC39F
(186,195,159)
#C5CCAF
(197,204,175)
#D0D5BF
(208,213,191)
#DBDECF
(219,222,207)
#E6E7DF
(230,231,223)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83964F color. Also use rgb(131,150,79) instead hex code.

Text Font Color

.myTextColor { color: #83964F; }

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

This text font color is #83964F.

Background Color

.myBgColor { background-color: #83964F; }

<div style="background-color:#83964F">Inner text</div>

This div background color is #83964F.

Border color

.myBorderColor { border: 1px solid #83964F; }

<div style="border:3px solid #83964F">Div</div>

This div border color is #83964F.

Opacity

.myOpacity80 { color: #83964F; opacity: 0.8; }

<p style="color:#83964F;opacity:0.8;">80%</p>

Text with #83964F 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 #83964F;}

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

This text has shadow with #83964F color.


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

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

This text has shadow with #83964F primary color and red secondary color.


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

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

This text has shadow with #83964F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83964F.

Preview

Color preview on black background

This text has color #83964F on black background.


Color preview on white background

This text has color #83964F on white background.


Black color preview on #83964F background

This text has black color on #83964F background.


White color preview on #83964F background

This text has white color on #83964F background.


Related colors

Complementary color

Complementary color for #hex is #7C69B0.


I love getcolorcode.com

Triadic colors

1 #4F8396 and #964F83 with #83964F are triadic colors.

2 #4F9683 and #96834F with #83964F are triadic colors.