COLOR #95272B

HEX: #95272B
RGB: (149,39,43)

Color info

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

RGB color model

#95272B color RGB value is (149,39,43).

  • red value is 149;
  • green value is 39;
  • blue value is 43.
RGB:
(149,39,43)
(58%,15%,17%)

RGB channels and saturation

R 149 of 255 = 58%
G 39 of 255 = 15%
B 43 of 255 = 17%

149
39
43

R + G + B ~ 30%. #95272B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 39 + 43 = 231 (100%)
R 149 of 231 ~ 64.5%
G 39 of 231 ~ 16.88%
B 43 of 231 ~ 18.61%

%64.5
%16.88
%18.61

CMYK color model

#95272B color CMYK value is (0,74,71,42).

  • cyan value is 0.00%
  • magenta value is 73.83%
  • yellow value is 71.14%
  • key color value is 41.57%
CMYK:
(0,74,71,42)
C0M74Y71K42 
(0%,74%,71%,42%)
(0.00/0.74/0.71/0.42)	

CMYK percentages

%0
%73.83
%71.14
%41.57

Codes

Color #95272B in popluar color models

95272B
RGB1493943
HSL358°58.51%36.86%
HSB/HSV358°73.83%58.43%
CMYK0.00%73.83%71.14%
41.57%

Color #95272B in popluar number systems.

HEX95272B
Decimal1493943
Binary10010101100111101011
Octal2254753

Shades and tints

Shades of #95272B

#95272B
(149,39,43)
#882428
(136,36,40)
#7B2125
(123,33,37)
#6E1E22
(110,30,34)
#611B1F
(97,27,31)
#54181C
(84,24,28)
#471519
(71,21,25)
#3A1216
(58,18,22)
#2D0F13
(45,15,19)
#200C10
(32,12,16)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #95272B

#95272B
(149,39,43)
#9E3A3E
(158,58,62)
#A74D51
(167,77,81)
#B06064
(176,96,100)
#B97377
(185,115,119)
#C2868A
(194,134,138)
#CB999D
(203,153,157)
#D4ACB0
(212,172,176)
#DDBFC3
(221,191,195)
#E6D2D6
(230,210,214)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95272B color. Also use rgb(149,39,43) instead hex code.

Text Font Color

.myTextColor { color: #95272B; }

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

This text font color is #95272B.


Background Color

.myBgColor { background-color: #95272B; }

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

This div background color is #95272B.


Border color

.myBorderColor { border: 1px solid #95272B; }

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

This div border color is #95272B.


Opacity

.myOpacity80 { color: #95272B; opacity: 0.8; }

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

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

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

This text has shadow with #95272B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95272B on black background.


Color preview on white background

This text has color #95272B on white background.



Black color preview on #95272B background

This text has black color on #95272B background.


White color preview on #95272B background

This text has white color on #95272B background.