COLOR #995503

HEX: #995503
RGB: (153,85,3)

Color info

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

RGB color model

#995503 color RGB value is (153,85,3).

  • red value is 153;
  • green value is 85;
  • blue value is 3.
RGB:
(153,85,3)
(60%,33%,1%)

RGB channels and saturation

R 153 of 255 = 60%
G 85 of 255 = 33%
B 3 of 255 = 1%

153
85
3

R + G + B ~ 31%. #995503 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 85 + 3 = 241 (100%)
R 153 of 241 ~ 63.49%
G 85 of 241 ~ 35.27%
B 3 of 241 ~ 1.24%

%63.49
%35.27

CMYK color model

#995503 color CMYK value is (0,44,98,40).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 98.04%
  • key color value is 40.00%
CMYK:
(0,44,98,40)
C0M44Y98K40 
(0%,44%,98%,40%)
(0.00/0.44/0.98/0.40)	

CMYK percentages

%0
%44.44
%98.04
%40

Codes

Color #995503 in popluar color models

995503
RGB153853
HSL33°96.15%30.59%
HSB/HSV33°98.04%60.00%
CMYK0.00%44.44%98.04%
40.00%

Color #995503 in popluar number systems.

HEX995503
Decimal153853
Binary10011001101010111
Octal2311253

Shades and tints

Shades of #995503

#995503
(153,85,3)
#8C4E03
(140,78,3)
#7F4703
(127,71,3)
#724003
(114,64,3)
#653903
(101,57,3)
#583203
(88,50,3)
#4B2B03
(75,43,3)
#3E2403
(62,36,3)
#311D03
(49,29,3)
#241603
(36,22,3)
#170F03
(23,15,3)
#000000
(0,0,0)

Tints of #995503

#995503
(153,85,3)
#A26419
(162,100,25)
#AB732F
(171,115,47)
#B48245
(180,130,69)
#BD915B
(189,145,91)
#C6A071
(198,160,113)
#CFAF87
(207,175,135)
#D8BE9D
(216,190,157)
#E1CDB3
(225,205,179)
#EADCC9
(234,220,201)
#F3EBDF
(243,235,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995503 color. Also use rgb(153,85,3) instead hex code.

Text Font Color

.myTextColor { color: #995503; }

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

This text font color is #995503.


Background Color

.myBgColor { background-color: #995503; }

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

This div background color is #995503.


Border color

.myBorderColor { border: 1px solid #995503; }

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

This div border color is #995503.


Opacity

.myOpacity80 { color: #995503; opacity: 0.8; }

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

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

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

This text has shadow with #995503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995503 on black background.


Color preview on white background

This text has color #995503 on white background.



Black color preview on #995503 background

This text has black color on #995503 background.


White color preview on #995503 background

This text has white color on #995503 background.