COLOR #85793D

HEX: #85793D
RGB: (133,121,61)

Color info

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

RGB color model

#85793D color RGB value is (133,121,61).

  • red value is 133;
  • green value is 121;
  • blue value is 61.
RGB:
(133,121,61)
(52%,47%,24%)

RGB channels and saturation

R 133 of 255 = 52%
G 121 of 255 = 47%
B 61 of 255 = 24%

133
121
61

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

Portions of RGB colors in percentages

R + G + B =
133 + 121 + 61 = 315 (100%)
R 133 of 315 ~ 42.22%
G 121 of 315 ~ 38.41%
B 61 of 315 ~ 19.37%

%42.22
%38.41
%19.37

CMYK color model

#85793D color CMYK value is (0,9,54,48).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 54.14%
  • key color value is 47.84%
CMYK:
(0,9,54,48)
C0M9Y54K48 
(0%,9%,54%,48%)
(0.00/0.09/0.54/0.48)	

CMYK percentages

%0
%9.02
%54.14
%47.84

Codes

Color #85793D in popluar color models

85793D
RGB13312161
HSL50°37.11%38.04%
HSB/HSV50°54.14%52.16%
CMYK0.00%9.02%54.14%
47.84%

Color #85793D in popluar number systems.

HEX85793D
Decimal13312161
Binary100001011111001111101
Octal20517175

Shades and tints

Shades of #85793D

#85793D
(133,121,61)
#796E38
(121,110,56)
#6D6333
(109,99,51)
#61582E
(97,88,46)
#554D29
(85,77,41)
#494224
(73,66,36)
#3D371F
(61,55,31)
#312C1A
(49,44,26)
#252115
(37,33,21)
#191610
(25,22,16)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #85793D

#85793D
(133,121,61)
#90854E
(144,133,78)
#9B915F
(155,145,95)
#A69D70
(166,157,112)
#B1A981
(177,169,129)
#BCB592
(188,181,146)
#C7C1A3
(199,193,163)
#D2CDB4
(210,205,180)
#DDD9C5
(221,217,197)
#E8E5D6
(232,229,214)
#F3F1E7
(243,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85793D; }

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

This text font color is #85793D.


Background Color

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

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

This div background color is #85793D.


Border color

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

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

This div border color is #85793D.


Opacity

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

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

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

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

This text has shadow with #85793D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85793D on black background.


Color preview on white background

This text has color #85793D on white background.



Black color preview on #85793D background

This text has black color on #85793D background.


White color preview on #85793D background

This text has white color on #85793D background.