COLOR #99853F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
133
63

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

Portions of RGB colors in percentages

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

%43.84
%38.11
%18.05

CMYK color model

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

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

CMYK percentages

%0
%13.07
%58.82
%40

Codes

Color #99853F in popluar color models

99853F
RGB15313363
HSL47°41.67%42.35%
HSB/HSV47°58.82%60.00%
CMYK0.00%13.07%58.82%
40.00%

Color #99853F in popluar number systems.

HEX99853F
Decimal15313363
Binary1001100110000101111111
Octal23120577

Shades and tints

Shades of #99853F

#99853F
(153,133,63)
#8C793A
(140,121,58)
#7F6D35
(127,109,53)
#726130
(114,97,48)
#65552B
(101,85,43)
#584926
(88,73,38)
#4B3D21
(75,61,33)
#3E311C
(62,49,28)
#312517
(49,37,23)
#241912
(36,25,18)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #99853F

#99853F
(153,133,63)
#A29050
(162,144,80)
#AB9B61
(171,155,97)
#B4A672
(180,166,114)
#BDB183
(189,177,131)
#C6BC94
(198,188,148)
#CFC7A5
(207,199,165)
#D8D2B6
(216,210,182)
#E1DDC7
(225,221,199)
#EAE8D8
(234,232,216)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99853F; }

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

This text font color is #99853F.


Background Color

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

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

This div background color is #99853F.


Border color

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

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

This div border color is #99853F.


Opacity

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

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

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

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

This text has shadow with #99853F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99853F on black background.


Color preview on white background

This text has color #99853F on white background.



Black color preview on #99853F background

This text has black color on #99853F background.


White color preview on #99853F background

This text has white color on #99853F background.