COLOR #83954D

HEX: #83954D RGB: (131,149,77)

Color info

#83954D contains mainly red and green colors. Web safe color of #83954D is #999933 (or #993).

RGB color model

#83954D color RGB value is (131,149,77).

RGB: (131,149,77) (51%, 58%, 30%)

RGB channels and saturation

R 131 of 255 = 51%
G 149 of 255 = 58%
B 77 of 255 = 30%

131
149
77

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

Portions of RGB colors in percentages

R + G + B = 131 + 149 + 77 = 357 (100%)
R 131 of 357 ~ 36.69%
G 149 of 357 ~ 41.74%
B 77 of 357 ~ 21.57'%

%36.69
%41.74
%21.57

CMYK color model

#83954D color CMYK value is (12,0,48,42).

  • cyan value is 12.08%
  • magenta value is 0.00%
  • yellow value is 48.32%
  • key color value is 41.57%

CMYK: (12,0,48,42)
C12M0Y48K42 (12%, 0%, 48%, 42%)
(0.12 / 0.00 / 0.48 / 0.42)

CMYK percentages

%12.08
%0
%48.32
%41.57

Codes

Color #83954D in popluar color models

83 95 4D
RGB 131 149 77
HSL 75° 31.86% 44.31%
HSB/HSV 75° 48.32% 58.43%
CMYK 12.08% 0.00% 48.32%
41.57%

Color #83954D in popluar number systems.

HEX 83 95 4D
Decimal 131 149 77
Binary 10000011 10010101 1001101
Octal 203 225 115

Shades and tints

Shades of #83954D

#83954D
(131,149,77)
#788846
(120,136,70)
#6D7B3F
(109,123,63)
#626E38
(98,110,56)
#576131
(87,97,49)
#4C542A
(76,84,42)
#414723
(65,71,35)
#363A1C
(54,58,28)
#2B2D15
(43,45,21)
#20200E
(32,32,14)
#151307
(21,19,7)
#000000
(0,0,0)

Tints of #83954D

#83954D
(131,149,77)
#8E9E5D
(142,158,93)
#99A76D
(153,167,109)
#A4B07D
(164,176,125)
#AFB98D
(175,185,141)
#BAC29D
(186,194,157)
#C5CBAD
(197,203,173)
#D0D4BD
(208,212,189)
#DBDDCD
(219,221,205)
#E6E6DD
(230,230,221)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83954D color. Also use rgb(131,149,77) instead hex code.

Text Font Color

.myTextColor { color: #83954D; }

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

This text font color is #83954D.

Background Color

.myBgColor { background-color: #83954D; }

<div style="background-color:#83954D">Inner text</div>

This div background color is #83954D.

Border color

.myBorderColor { border: 1px solid #83954D; }

<div style="border:3px solid #83954D">Div</div>

This div border color is #83954D.

Opacity

.myOpacity80 { color: #83954D; opacity: 0.8; }

<p style="color:#83954D;opacity:0.8;">80%</p>

Text with #83954D 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 #83954D;}

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

This text has shadow with #83954D color.


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

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

This text has shadow with #83954D primary color and red secondary color.


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

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

This text has shadow with #83954D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83954D.

Preview

Color preview on black background

This text has color #83954D on black background.


Color preview on white background

This text has color #83954D on white background.


Black color preview on #83954D background

This text has black color on #83954D background.


White color preview on #83954D background

This text has white color on #83954D background.


Related colors

Complementary color

Complementary color for #hex is #7C6AB2.


I love getcolorcode.com

Triadic colors

1 #4D8395 and #954D83 with #83954D are triadic colors.

2 #4D9583 and #95834D with #83954D are triadic colors.