COLOR #953118

HEX: #953118
RGB: (149,49,24)

Color info

#953118 contains mainly red color. Web safe color of #953118 is #993300 (or #930).

RGB color model

#953118 color RGB value is (149,49,24).

  • red value is 149;
  • green value is 49;
  • blue value is 24.
RGB:
(149,49,24)
(58%,19%,9%)

RGB channels and saturation

R 149 of 255 = 58%
G 49 of 255 = 19%
B 24 of 255 = 9%

149
49
24

R + G + B ~ 29%. #953118 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 49 + 24 = 222 (100%)
R 149 of 222 ~ 67.12%
G 49 of 222 ~ 22.07%
B 24 of 222 ~ 10.81%

%67.12
%22.07
%10.81

CMYK color model

#953118 color CMYK value is (0,67,84,42).

  • cyan value is 0.00%
  • magenta value is 67.11%
  • yellow value is 83.89%
  • key color value is 41.57%
CMYK:
(0,67,84,42)
C0M67Y84K42 
(0%,67%,84%,42%)
(0.00/0.67/0.84/0.42)	

CMYK percentages

%0
%67.11
%83.89
%41.57

Codes

Color #953118 in popluar color models

953118
RGB1494924
HSL12°72.25%33.92%
HSB/HSV12°83.89%58.43%
CMYK0.00%67.11%83.89%
41.57%

Color #953118 in popluar number systems.

HEX953118
Decimal1494924
Binary1001010111000111000
Octal2256130

Shades and tints

Shades of #953118

#953118
(149,49,24)
#882D16
(136,45,22)
#7B2914
(123,41,20)
#6E2512
(110,37,18)
#612110
(97,33,16)
#541D0E
(84,29,14)
#47190C
(71,25,12)
#3A150A
(58,21,10)
#2D1108
(45,17,8)
#200D06
(32,13,6)
#130904
(19,9,4)
#000000
(0,0,0)

Tints of #953118

#953118
(149,49,24)
#9E432D
(158,67,45)
#A75542
(167,85,66)
#B06757
(176,103,87)
#B9796C
(185,121,108)
#C28B81
(194,139,129)
#CB9D96
(203,157,150)
#D4AFAB
(212,175,171)
#DDC1C0
(221,193,192)
#E6D3D5
(230,211,213)
#EFE5EA
(239,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953118 color. Also use rgb(149,49,24) instead hex code.

Text Font Color

.myTextColor { color: #953118; }

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

This text font color is #953118.


Background Color

.myBgColor { background-color: #953118; }

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

This div background color is #953118.


Border color

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

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

This div border color is #953118.


Opacity

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

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

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

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

This text has shadow with #953118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953118 on black background.


Color preview on white background

This text has color #953118 on white background.



Black color preview on #953118 background

This text has black color on #953118 background.


White color preview on #953118 background

This text has white color on #953118 background.