COLOR #995312

HEX: #995312
RGB: (153,83,18)

Color info

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

RGB color model

#995312 color RGB value is (153,83,18).

  • red value is 153;
  • green value is 83;
  • blue value is 18.
RGB:
(153,83,18)
(60%,33%,7%)

RGB channels and saturation

R 153 of 255 = 60%
G 83 of 255 = 33%
B 18 of 255 = 7%

153
83
18

R + G + B ~ 33%. #995312 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 83 + 18 = 254 (100%)
R 153 of 254 ~ 60.24%
G 83 of 254 ~ 32.68%
B 18 of 254 ~ 7.09%

%60.24
%32.68

CMYK color model

#995312 color CMYK value is (0,46,88,40).

  • cyan value is 0.00%
  • magenta value is 45.75%
  • yellow value is 88.24%
  • key color value is 40.00%
CMYK:
(0,46,88,40)
C0M46Y88K40 
(0%,46%,88%,40%)
(0.00/0.46/0.88/0.40)	

CMYK percentages

%0
%45.75
%88.24
%40

Codes

Color #995312 in popluar color models

995312
RGB1538318
HSL29°78.95%33.53%
HSB/HSV29°88.24%60.00%
CMYK0.00%45.75%88.24%
40.00%

Color #995312 in popluar number systems.

HEX995312
Decimal1538318
Binary10011001101001110010
Octal23112322

Shades and tints

Shades of #995312

#995312
(153,83,18)
#8C4C11
(140,76,17)
#7F4510
(127,69,16)
#723E0F
(114,62,15)
#65370E
(101,55,14)
#58300D
(88,48,13)
#4B290C
(75,41,12)
#3E220B
(62,34,11)
#311B0A
(49,27,10)
#241409
(36,20,9)
#170D08
(23,13,8)
#000000
(0,0,0)

Tints of #995312

#995312
(153,83,18)
#A26227
(162,98,39)
#AB713C
(171,113,60)
#B48051
(180,128,81)
#BD8F66
(189,143,102)
#C69E7B
(198,158,123)
#CFAD90
(207,173,144)
#D8BCA5
(216,188,165)
#E1CBBA
(225,203,186)
#EADACF
(234,218,207)
#F3E9E4
(243,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995312 color. Also use rgb(153,83,18) instead hex code.

Text Font Color

.myTextColor { color: #995312; }

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

This text font color is #995312.


Background Color

.myBgColor { background-color: #995312; }

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

This div background color is #995312.


Border color

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

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

This div border color is #995312.


Opacity

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

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

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

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

This text has shadow with #995312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995312 on black background.


Color preview on white background

This text has color #995312 on white background.



Black color preview on #995312 background

This text has black color on #995312 background.


White color preview on #995312 background

This text has white color on #995312 background.