COLOR #995F18

HEX: #995F18
RGB: (153,95,24)

Color info

#995F18 contains mainly red and green colors. Web safe color of #995F18 is #996600 (or #960).

RGB color model

#995F18 color RGB value is (153,95,24).

  • red value is 153;
  • green value is 95;
  • blue value is 24.
RGB:
(153,95,24)
(60%,37%,9%)

RGB channels and saturation

R 153 of 255 = 60%
G 95 of 255 = 37%
B 24 of 255 = 9%

153
95
24

R + G + B ~ 35%. #995F18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 95 + 24 = 272 (100%)
R 153 of 272 ~ 56.25%
G 95 of 272 ~ 34.93%
B 24 of 272 ~ 8.82%

%56.25
%34.93

CMYK color model

#995F18 color CMYK value is (0,38,84,40).

  • cyan value is 0.00%
  • magenta value is 37.91%
  • yellow value is 84.31%
  • key color value is 40.00%
CMYK:
(0,38,84,40)
C0M38Y84K40 
(0%,38%,84%,40%)
(0.00/0.38/0.84/0.40)	

CMYK percentages

%0
%37.91
%84.31
%40

Codes

Color #995F18 in popluar color models

995F18
RGB1539524
HSL33°72.88%34.71%
HSB/HSV33°84.31%60.00%
CMYK0.00%37.91%84.31%
40.00%

Color #995F18 in popluar number systems.

HEX995F18
Decimal1539524
Binary10011001101111111000
Octal23113730

Shades and tints

Shades of #995F18

#995F18
(153,95,24)
#8C5716
(140,87,22)
#7F4F14
(127,79,20)
#724712
(114,71,18)
#653F10
(101,63,16)
#58370E
(88,55,14)
#4B2F0C
(75,47,12)
#3E270A
(62,39,10)
#311F08
(49,31,8)
#241706
(36,23,6)
#170F04
(23,15,4)
#000000
(0,0,0)

Tints of #995F18

#995F18
(153,95,24)
#A26D2D
(162,109,45)
#AB7B42
(171,123,66)
#B48957
(180,137,87)
#BD976C
(189,151,108)
#C6A581
(198,165,129)
#CFB396
(207,179,150)
#D8C1AB
(216,193,171)
#E1CFC0
(225,207,192)
#EADDD5
(234,221,213)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995F18 color. Also use rgb(153,95,24) instead hex code.

Text Font Color

.myTextColor { color: #995F18; }

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

This text font color is #995F18.


Background Color

.myBgColor { background-color: #995F18; }

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

This div background color is #995F18.


Border color

.myBorderColor { border: 1px solid #995F18; }

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

This div border color is #995F18.


Opacity

.myOpacity80 { color: #995F18; opacity: 0.8; }

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

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

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

This text has shadow with #995F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995F18 on black background.


Color preview on white background

This text has color #995F18 on white background.



Black color preview on #995F18 background

This text has black color on #995F18 background.


White color preview on #995F18 background

This text has white color on #995F18 background.