COLOR #83785F

HEX: #83785F RGB: (131,120,95)

Color info

#83785F contains red, green and blue colors in about the same proportion. Web safe color of #83785F is #996666 (or #966).

RGB color model

#83785F color RGB value is (131,120,95).

RGB: (131,120,95) (51%, 47%, 37%)

RGB channels and saturation

R 131 of 255 = 51%
G 120 of 255 = 47%
B 95 of 255 = 37%

131
120
95

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

Portions of RGB colors in percentages

R + G + B = 131 + 120 + 95 = 346 (100%)
R 131 of 346 ~ 37.86%
G 120 of 346 ~ 34.68%
B 95 of 346 ~ 27.46'%

%37.86
%34.68
%27.46

CMYK color model

#83785F color CMYK value is (0,8,27,49).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 27.48%
  • key color value is 48.63%

CMYK: (0,8,27,49)
C0M8Y27K49 (0%, 8%, 27%, 49%)
(0.00 / 0.08 / 0.27 / 0.49)

CMYK percentages

%0
%8.4
%27.48
%48.63

Codes

Color #83785F in popluar color models

83 78 5F
RGB 131 120 95
HSL 42° 15.93% 44.31%
HSB/HSV 42° 27.48% 51.37%
CMYK 0.00% 8.40% 27.48%
48.63%

Color #83785F in popluar number systems.

HEX 83 78 5F
Decimal 131 120 95
Binary 10000011 1111000 1011111
Octal 203 170 137

Shades and tints

Shades of #83785F

#83785F
(131,120,95)
#786E57
(120,110,87)
#6D644F
(109,100,79)
#625A47
(98,90,71)
#57503F
(87,80,63)
#4C4637
(76,70,55)
#413C2F
(65,60,47)
#363227
(54,50,39)
#2B281F
(43,40,31)
#201E17
(32,30,23)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #83785F

#83785F
(131,120,95)
#8E846D
(142,132,109)
#99907B
(153,144,123)
#A49C89
(164,156,137)
#AFA897
(175,168,151)
#BAB4A5
(186,180,165)
#C5C0B3
(197,192,179)
#D0CCC1
(208,204,193)
#DBD8CF
(219,216,207)
#E6E4DD
(230,228,221)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83785F color. Also use rgb(131,120,95) instead hex code.

Text Font Color

.myTextColor { color: #83785F; }

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

This text font color is #83785F.

Background Color

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

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

This div background color is #83785F.

Border color

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

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

This div border color is #83785F.

Opacity

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

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

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

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

This text has shadow with #83785F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83785F.

Preview

Color preview on black background

This text has color #83785F on black background.


Color preview on white background

This text has color #83785F on white background.


Black color preview on #83785F background

This text has black color on #83785F background.


White color preview on #83785F background

This text has white color on #83785F background.


Related colors

Complementary color

Complementary color for #hex is #7C87A0.


I love getcolorcode.com

Triadic colors

1 #5F8378 and #785F83 with #83785F are triadic colors.

2 #5F7883 and #78835F with #83785F are triadic colors.