COLOR #953028

HEX: #953028
RGB: (149,48,40)

Color info

#953028 contains mainly red color. Web safe color of #953028 is #993333 (or #933).

RGB color model

#953028 color RGB value is (149,48,40).

  • red value is 149;
  • green value is 48;
  • blue value is 40.
RGB:
(149,48,40)
(58%,19%,16%)

RGB channels and saturation

R 149 of 255 = 58%
G 48 of 255 = 19%
B 40 of 255 = 16%

149
48
40

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

Portions of RGB colors in percentages

R + G + B =
149 + 48 + 40 = 237 (100%)
R 149 of 237 ~ 62.87%
G 48 of 237 ~ 20.25%
B 40 of 237 ~ 16.88%

%62.87
%20.25
%16.88

CMYK color model

#953028 color CMYK value is (0,68,73,42).

  • cyan value is 0.00%
  • magenta value is 67.79%
  • yellow value is 73.15%
  • key color value is 41.57%
CMYK:
(0,68,73,42)
C0M68Y73K42 
(0%,68%,73%,42%)
(0.00/0.68/0.73/0.42)	

CMYK percentages

%0
%67.79
%73.15
%41.57

Codes

Color #953028 in popluar color models

953028
RGB1494840
HSL57.67%37.06%
HSB/HSV73.15%58.43%
CMYK0.00%67.79%73.15%
41.57%

Color #953028 in popluar number systems.

HEX953028
Decimal1494840
Binary10010101110000101000
Octal2256050

Shades and tints

Shades of #953028

#953028
(149,48,40)
#882C25
(136,44,37)
#7B2822
(123,40,34)
#6E241F
(110,36,31)
#61201C
(97,32,28)
#541C19
(84,28,25)
#471816
(71,24,22)
#3A1413
(58,20,19)
#2D1010
(45,16,16)
#200C0D
(32,12,13)
#13080A
(19,8,10)
#000000
(0,0,0)

Tints of #953028

#953028
(149,48,40)
#9E423B
(158,66,59)
#A7544E
(167,84,78)
#B06661
(176,102,97)
#B97874
(185,120,116)
#C28A87
(194,138,135)
#CB9C9A
(203,156,154)
#D4AEAD
(212,174,173)
#DDC0C0
(221,192,192)
#E6D2D3
(230,210,211)
#EFE4E6
(239,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953028 color. Also use rgb(149,48,40) instead hex code.

Text Font Color

.myTextColor { color: #953028; }

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

This text font color is #953028.


Background Color

.myBgColor { background-color: #953028; }

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

This div background color is #953028.


Border color

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

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

This div border color is #953028.


Opacity

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

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

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

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

This text has shadow with #953028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953028 on black background.


Color preview on white background

This text has color #953028 on white background.



Black color preview on #953028 background

This text has black color on #953028 background.


White color preview on #953028 background

This text has white color on #953028 background.