COLOR #85993F

HEX: #85993F
RGB: (133,153,63)

Color info

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

RGB color model

#85993F color RGB value is (133,153,63).

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

RGB channels and saturation

R 133 of 255 = 52%
G 153 of 255 = 60%
B 63 of 255 = 25%

133
153
63

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

Portions of RGB colors in percentages

R + G + B =
133 + 153 + 63 = 349 (100%)
R 133 of 349 ~ 38.11%
G 153 of 349 ~ 43.84%
B 63 of 349 ~ 18.05%

%38.11
%43.84
%18.05

CMYK color model

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

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • 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
%58.82
%40

Codes

Color #85993F in popluar color models

85993F
RGB13315363
HSL73°41.67%42.35%
HSB/HSV73°58.82%60.00%
CMYK13.07%0.00%58.82%
40.00%

Color #85993F in popluar number systems.

HEX85993F
Decimal13315363
Binary1000010110011001111111
Octal20523177

Shades and tints

Shades of #85993F

#85993F
(133,153,63)
#798C3A
(121,140,58)
#6D7F35
(109,127,53)
#617230
(97,114,48)
#55652B
(85,101,43)
#495826
(73,88,38)
#3D4B21
(61,75,33)
#313E1C
(49,62,28)
#253117
(37,49,23)
#192412
(25,36,18)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #85993F

#85993F
(133,153,63)
#90A250
(144,162,80)
#9BAB61
(155,171,97)
#A6B472
(166,180,114)
#B1BD83
(177,189,131)
#BCC694
(188,198,148)
#C7CFA5
(199,207,165)
#D2D8B6
(210,216,182)
#DDE1C7
(221,225,199)
#E8EAD8
(232,234,216)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85993F; }

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

This text font color is #85993F.


Background Color

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

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

This div background color is #85993F.


Border color

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

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

This div border color is #85993F.


Opacity

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

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

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

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

This text has shadow with #85993F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85993F on black background.


Color preview on white background

This text has color #85993F on white background.



Black color preview on #85993F background

This text has black color on #85993F background.


White color preview on #85993F background

This text has white color on #85993F background.