COLOR #99823B

HEX: #99823B
RGB: (153,130,59)

Color info

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

RGB color model

#99823B color RGB value is (153,130,59).

  • red value is 153;
  • green value is 130;
  • blue value is 59.
RGB:
(153,130,59)
(60%,51%,23%)

RGB channels and saturation

R 153 of 255 = 60%
G 130 of 255 = 51%
B 59 of 255 = 23%

153
130
59

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

Portions of RGB colors in percentages

R + G + B =
153 + 130 + 59 = 342 (100%)
R 153 of 342 ~ 44.74%
G 130 of 342 ~ 38.01%
B 59 of 342 ~ 17.25%

%44.74
%38.01
%17.25

CMYK color model

#99823B color CMYK value is (0,15,61,40).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 61.44%
  • key color value is 40.00%
CMYK:
(0,15,61,40)
C0M15Y61K40 
(0%,15%,61%,40%)
(0.00/0.15/0.61/0.40)	

CMYK percentages

%0
%15.03
%61.44
%40

Codes

Color #99823B in popluar color models

99823B
RGB15313059
HSL45°44.34%41.57%
HSB/HSV45°61.44%60.00%
CMYK0.00%15.03%61.44%
40.00%

Color #99823B in popluar number systems.

HEX99823B
Decimal15313059
Binary1001100110000010111011
Octal23120273

Shades and tints

Shades of #99823B

#99823B
(153,130,59)
#8C7736
(140,119,54)
#7F6C31
(127,108,49)
#72612C
(114,97,44)
#655627
(101,86,39)
#584B22
(88,75,34)
#4B401D
(75,64,29)
#3E3518
(62,53,24)
#312A13
(49,42,19)
#241F0E
(36,31,14)
#171409
(23,20,9)
#000000
(0,0,0)

Tints of #99823B

#99823B
(153,130,59)
#A28D4C
(162,141,76)
#AB985D
(171,152,93)
#B4A36E
(180,163,110)
#BDAE7F
(189,174,127)
#C6B990
(198,185,144)
#CFC4A1
(207,196,161)
#D8CFB2
(216,207,178)
#E1DAC3
(225,218,195)
#EAE5D4
(234,229,212)
#F3F0E5
(243,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99823B color. Also use rgb(153,130,59) instead hex code.

Text Font Color

.myTextColor { color: #99823B; }

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

This text font color is #99823B.


Background Color

.myBgColor { background-color: #99823B; }

<div style="background-color:#99823B">Inner text</div>

This div background color is #99823B.


Border color

.myBorderColor { border: 1px solid #99823B; }

<div style="border:3px solid #99823B">Div</div>

This div border color is #99823B.


Opacity

.myOpacity80 { color: #99823B; opacity: 0.8; }

<p style="color:#99823B;opacity:0.8;">80%</p>

Text with #99823B 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 #99823B;}

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

This text has shadow with #99823B color.

.textShadow {text-shadow: 3px 3px 1px #99823B, 3px 3px 1px red;}

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

This text has shadow with #99823B primary color and red secondary color.


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

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

This text has shadow with #99823B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99823B on black background.


Color preview on white background

This text has color #99823B on white background.



Black color preview on #99823B background

This text has black color on #99823B background.


White color preview on #99823B background

This text has white color on #99823B background.