COLOR #995515

HEX: #995515
RGB: (153,85,21)

Color info

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

RGB color model

#995515 color RGB value is (153,85,21).

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

RGB channels and saturation

R 153 of 255 = 60%
G 85 of 255 = 33%
B 21 of 255 = 8%

153
85
21

R + G + B ~ 34%. #995515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 85 + 21 = 259 (100%)
R 153 of 259 ~ 59.07%
G 85 of 259 ~ 32.82%
B 21 of 259 ~ 8.11%

%59.07
%32.82

CMYK color model

#995515 color CMYK value is (0,44,86,40).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 86.27%
  • key color value is 40.00%
CMYK:
(0,44,86,40)
C0M44Y86K40 
(0%,44%,86%,40%)
(0.00/0.44/0.86/0.40)	

CMYK percentages

%0
%44.44
%86.27
%40

Codes

Color #995515 in popluar color models

995515
RGB1538521
HSL29°75.86%34.12%
HSB/HSV29°86.27%60.00%
CMYK0.00%44.44%86.27%
40.00%

Color #995515 in popluar number systems.

HEX995515
Decimal1538521
Binary10011001101010110101
Octal23112525

Shades and tints

Shades of #995515

#995515
(153,85,21)
#8C4E14
(140,78,20)
#7F4713
(127,71,19)
#724012
(114,64,18)
#653911
(101,57,17)
#583210
(88,50,16)
#4B2B0F
(75,43,15)
#3E240E
(62,36,14)
#311D0D
(49,29,13)
#24160C
(36,22,12)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #995515

#995515
(153,85,21)
#A2642A
(162,100,42)
#AB733F
(171,115,63)
#B48254
(180,130,84)
#BD9169
(189,145,105)
#C6A07E
(198,160,126)
#CFAF93
(207,175,147)
#D8BEA8
(216,190,168)
#E1CDBD
(225,205,189)
#EADCD2
(234,220,210)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #995515; }

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

This text font color is #995515.


Background Color

.myBgColor { background-color: #995515; }

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

This div background color is #995515.


Border color

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

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

This div border color is #995515.


Opacity

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

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

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

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

This text has shadow with #995515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995515 on black background.


Color preview on white background

This text has color #995515 on white background.



Black color preview on #995515 background

This text has black color on #995515 background.


White color preview on #995515 background

This text has white color on #995515 background.