COLOR #99500A

HEX: #99500A
RGB: (153,80,10)

Color info

#99500A contains mainly red color. Web safe color of #99500A is #996600 (or #960).

RGB color model

#99500A color RGB value is (153,80,10).

  • red value is 153;
  • green value is 80;
  • blue value is 10.
RGB:
(153,80,10)
(60%,31%,4%)

RGB channels and saturation

R 153 of 255 = 60%
G 80 of 255 = 31%
B 10 of 255 = 4%

153
80
10

R + G + B ~ 32%. #99500A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 80 + 10 = 243 (100%)
R 153 of 243 ~ 62.96%
G 80 of 243 ~ 32.92%
B 10 of 243 ~ 4.12%

%62.96
%32.92

CMYK color model

#99500A color CMYK value is (0,48,93,40).

  • cyan value is 0.00%
  • magenta value is 47.71%
  • yellow value is 93.46%
  • key color value is 40.00%
CMYK:
(0,48,93,40)
C0M48Y93K40 
(0%,48%,93%,40%)
(0.00/0.48/0.93/0.40)	

CMYK percentages

%0
%47.71
%93.46
%40

Codes

Color #99500A in popluar color models

99500A
RGB1538010
HSL29°87.73%31.96%
HSB/HSV29°93.46%60.00%
CMYK0.00%47.71%93.46%
40.00%

Color #99500A in popluar number systems.

HEX99500A
Decimal1538010
Binary1001100110100001010
Octal23112012

Shades and tints

Shades of #99500A

#99500A
(153,80,10)
#8C490A
(140,73,10)
#7F420A
(127,66,10)
#723B0A
(114,59,10)
#65340A
(101,52,10)
#582D0A
(88,45,10)
#4B260A
(75,38,10)
#3E1F0A
(62,31,10)
#31180A
(49,24,10)
#24110A
(36,17,10)
#170A0A
(23,10,10)
#000000
(0,0,0)

Tints of #99500A

#99500A
(153,80,10)
#A25F20
(162,95,32)
#AB6E36
(171,110,54)
#B47D4C
(180,125,76)
#BD8C62
(189,140,98)
#C69B78
(198,155,120)
#CFAA8E
(207,170,142)
#D8B9A4
(216,185,164)
#E1C8BA
(225,200,186)
#EAD7D0
(234,215,208)
#F3E6E6
(243,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99500A color. Also use rgb(153,80,10) instead hex code.

Text Font Color

.myTextColor { color: #99500A; }

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

This text font color is #99500A.


Background Color

.myBgColor { background-color: #99500A; }

<div style="background-color:#99500A">Inner text</div>

This div background color is #99500A.


Border color

.myBorderColor { border: 1px solid #99500A; }

<div style="border:3px solid #99500A">Div</div>

This div border color is #99500A.


Opacity

.myOpacity80 { color: #99500A; opacity: 0.8; }

<p style="color:#99500A;opacity:0.8;">80%</p>

Text with #99500A 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 #99500A;}

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

This text has shadow with #99500A color.

.textShadow {text-shadow: 3px 3px 1px #99500A, 3px 3px 1px red;}

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

This text has shadow with #99500A primary color and red secondary color.


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

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

This text has shadow with #99500A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99500A on black background.


Color preview on white background

This text has color #99500A on white background.



Black color preview on #99500A background

This text has black color on #99500A background.


White color preview on #99500A background

This text has white color on #99500A background.