COLOR #85843D

HEX: #85843D RGB: (133,132,61)

Color info

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

RGB color model

#85843D color RGB value is (133,132,61).

RGB: (133,132,61) (52%, 52%, 24%)

RGB channels and saturation

R 133 of 255 = 52%
G 132 of 255 = 52%
B 61 of 255 = 24%

133
132
61

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

Portions of RGB colors in percentages

R + G + B = 133 + 132 + 61 = 326 (100%)
R 133 of 326 ~ 40.8%
G 132 of 326 ~ 40.49%
B 61 of 326 ~ 18.71'%

%40.8
%40.49
%18.71

CMYK color model

#85843D color CMYK value is (0,1,54,48).

  • cyan value is 0.00%
  • magenta value is 0.75%
  • yellow value is 54.14%
  • key color value is 47.84%

CMYK: (0,1,54,48)
C0M1Y54K48 (0%, 1%, 54%, 48%)
(0.00 / 0.01 / 0.54 / 0.48)

CMYK percentages

%0
%0.75
%54.14
%47.84

Codes

Color #85843D in popluar color models

85 84 3D
RGB 133 132 61
HSL 59° 37.11% 38.04%
HSB/HSV 59° 54.14% 52.16%
CMYK 0.00% 0.75% 54.14%
47.84%

Color #85843D in popluar number systems.

HEX 85 84 3D
Decimal 133 132 61
Binary 10000101 10000100 111101
Octal 205 204 75

Shades and tints

Shades of #85843D

#85843D
(133,132,61)
#797838
(121,120,56)
#6D6C33
(109,108,51)
#61602E
(97,96,46)
#555429
(85,84,41)
#494824
(73,72,36)
#3D3C1F
(61,60,31)
#31301A
(49,48,26)
#252415
(37,36,21)
#191810
(25,24,16)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #85843D

#85843D
(133,132,61)
#908F4E
(144,143,78)
#9B9A5F
(155,154,95)
#A6A570
(166,165,112)
#B1B081
(177,176,129)
#BCBB92
(188,187,146)
#C7C6A3
(199,198,163)
#D2D1B4
(210,209,180)
#DDDCC5
(221,220,197)
#E8E7D6
(232,231,214)
#F3F2E7
(243,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85843D color. Also use rgb(133,132,61) instead hex code.

Text Font Color

.myTextColor { color: #85843D; }

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

This text font color is #85843D.

Background Color

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

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

This div background color is #85843D.

Border color

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

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

This div border color is #85843D.

Opacity

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

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

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

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

This text has shadow with #85843D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85843D.

Preview

Color preview on black background

This text has color #85843D on black background.


Color preview on white background

This text has color #85843D on white background.


Black color preview on #85843D background

This text has black color on #85843D background.


White color preview on #85843D background

This text has white color on #85843D background.


Related colors

Complementary color

Complementary color for #hex is #7A7BC2.


I love getcolorcode.com

Triadic colors

1 #3D8584 and #843D85 with #85843D are triadic colors.

2 #3D8485 and #84853D with #85843D are triadic colors.