COLOR #85993E

HEX: #85993E
RGB: (133,153,62)

Color info

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

RGB color model

#85993E color RGB value is (133,153,62).

  • red value is 133;
  • green value is 153;
  • blue value is 62.
RGB:
(133,153,62)
(52%,60%,24%)

RGB channels and saturation

R 133 of 255 = 52%
G 153 of 255 = 60%
B 62 of 255 = 24%

133
153
62

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

Portions of RGB colors in percentages

R + G + B =
133 + 153 + 62 = 348 (100%)
R 133 of 348 ~ 38.22%
G 153 of 348 ~ 43.97%
B 62 of 348 ~ 17.82%

%38.22
%43.97
%17.82

CMYK color model

#85993E color CMYK value is (13,0,59,40).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 59.48%
  • key color value is 40.00%
CMYK:
(13,0,59,40)
C13M0Y59K40 
(13%,0%,59%,40%)
(0.13/0.00/0.59/0.40)	

CMYK percentages

%13.07
%0
%59.48
%40

Codes

Color #85993E in popluar color models

85993E
RGB13315362
HSL73°42.33%42.16%
HSB/HSV73°59.48%60.00%
CMYK13.07%0.00%59.48%
40.00%

Color #85993E in popluar number systems.

HEX85993E
Decimal13315362
Binary1000010110011001111110
Octal20523176

Shades and tints

Shades of #85993E

#85993E
(133,153,62)
#798C39
(121,140,57)
#6D7F34
(109,127,52)
#61722F
(97,114,47)
#55652A
(85,101,42)
#495825
(73,88,37)
#3D4B20
(61,75,32)
#313E1B
(49,62,27)
#253116
(37,49,22)
#192411
(25,36,17)
#0D170C
(13,23,12)
#000000
(0,0,0)

Tints of #85993E

#85993E
(133,153,62)
#90A24F
(144,162,79)
#9BAB60
(155,171,96)
#A6B471
(166,180,113)
#B1BD82
(177,189,130)
#BCC693
(188,198,147)
#C7CFA4
(199,207,164)
#D2D8B5
(210,216,181)
#DDE1C6
(221,225,198)
#E8EAD7
(232,234,215)
#F3F3E8
(243,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85993E color. Also use rgb(133,153,62) instead hex code.

Text Font Color

.myTextColor { color: #85993E; }

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

This text font color is #85993E.


Background Color

.myBgColor { background-color: #85993E; }

<div style="background-color:#85993E">Inner text</div>

This div background color is #85993E.


Border color

.myBorderColor { border: 1px solid #85993E; }

<div style="border:3px solid #85993E">Div</div>

This div border color is #85993E.


Opacity

.myOpacity80 { color: #85993E; opacity: 0.8; }

<p style="color:#85993E;opacity:0.8;">80%</p>

Text with #85993E 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 #85993E;}

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

This text has shadow with #85993E color.

.textShadow {text-shadow: 3px 3px 1px #85993E, 3px 3px 1px red;}

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

This text has shadow with #85993E primary color and red secondary color.


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

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

This text has shadow with #85993E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85993E on black background.


Color preview on white background

This text has color #85993E on white background.



Black color preview on #85993E background

This text has black color on #85993E background.


White color preview on #85993E background

This text has white color on #85993E background.