COLOR #85783B

HEX: #85783B RGB: (133,120,59)

Color info

#85783B contains mainly red and green colors. Web safe color of #85783B is #996633 (or #963).

RGB color model

#85783B color RGB value is (133,120,59).

RGB: (133,120,59) (52%, 47%, 23%)

RGB channels and saturation

R 133 of 255 = 52%
G 120 of 255 = 47%
B 59 of 255 = 23%

133
120
59

R + G + B ~ 41%. #85783B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 120 + 59 = 312 (100%)
R 133 of 312 ~ 42.63%
G 120 of 312 ~ 38.46%
B 59 of 312 ~ 18.91'%

%42.63
%38.46
%18.91

CMYK color model

#85783B color CMYK value is (0,10,56,48).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 55.64%
  • key color value is 47.84%

CMYK: (0,10,56,48)
C0M10Y56K48 (0%, 10%, 56%, 48%)
(0.00 / 0.10 / 0.56 / 0.48)

CMYK percentages

%0
%9.77
%55.64
%47.84

Codes

Color #85783B in popluar color models

85 78 3B
RGB 133 120 59
HSL 49° 38.54% 37.65%
HSB/HSV 49° 55.64% 52.16%
CMYK 0.00% 9.77% 55.64%
47.84%

Color #85783B in popluar number systems.

HEX 85 78 3B
Decimal 133 120 59
Binary 10000101 1111000 111011
Octal 205 170 73

Shades and tints

Shades of #85783B

#85783B
(133,120,59)
#796E36
(121,110,54)
#6D6431
(109,100,49)
#615A2C
(97,90,44)
#555027
(85,80,39)
#494622
(73,70,34)
#3D3C1D
(61,60,29)
#313218
(49,50,24)
#252813
(37,40,19)
#191E0E
(25,30,14)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #85783B

#85783B
(133,120,59)
#90844C
(144,132,76)
#9B905D
(155,144,93)
#A69C6E
(166,156,110)
#B1A87F
(177,168,127)
#BCB490
(188,180,144)
#C7C0A1
(199,192,161)
#D2CCB2
(210,204,178)
#DDD8C3
(221,216,195)
#E8E4D4
(232,228,212)
#F3F0E5
(243,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85783B color. Also use rgb(133,120,59) instead hex code.

Text Font Color

.myTextColor { color: #85783B; }

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

This text font color is #85783B.

Background Color

.myBgColor { background-color: #85783B; }

<div style="background-color:#85783B">Inner text</div>

This div background color is #85783B.

Border color

.myBorderColor { border: 1px solid #85783B; }

<div style="border:3px solid #85783B">Div</div>

This div border color is #85783B.

Opacity

.myOpacity80 { color: #85783B; opacity: 0.8; }

<p style="color:#85783B;opacity:0.8;">80%</p>

Text with #85783B 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 #85783B;}

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

This text has shadow with #85783B color.


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

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

This text has shadow with #85783B primary color and red secondary color.


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

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

This text has shadow with #85783B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85783B.

Preview

Color preview on black background

This text has color #85783B on black background.


Color preview on white background

This text has color #85783B on white background.


Black color preview on #85783B background

This text has black color on #85783B background.


White color preview on #85783B background

This text has white color on #85783B background.


Related colors

Complementary color

Complementary color for #hex is #7A87C4.


I love getcolorcode.com

Triadic colors

1 #3B8578 and #783B85 with #85783B are triadic colors.

2 #3B7885 and #78853B with #85783B are triadic colors.