COLOR #95221B

HEX: #95221B
RGB: (149,34,27)

Color info

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

RGB color model

#95221B color RGB value is (149,34,27).

  • red value is 149;
  • green value is 34;
  • blue value is 27.
RGB:
(149,34,27)
(58%,13%,11%)

RGB channels and saturation

R 149 of 255 = 58%
G 34 of 255 = 13%
B 27 of 255 = 11%

149
34
27

R + G + B ~ 27%. #95221B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 34 + 27 = 210 (100%)
R 149 of 210 ~ 70.95%
G 34 of 210 ~ 16.19%
B 27 of 210 ~ 12.86%

%70.95
%16.19
%12.86

CMYK color model

#95221B color CMYK value is (0,77,82,42).

  • cyan value is 0.00%
  • magenta value is 77.18%
  • yellow value is 81.88%
  • key color value is 41.57%
CMYK:
(0,77,82,42)
C0M77Y82K42 
(0%,77%,82%,42%)
(0.00/0.77/0.82/0.42)	

CMYK percentages

%0
%77.18
%81.88
%41.57

Codes

Color #95221B in popluar color models

95221B
RGB1493427
HSL69.32%34.51%
HSB/HSV81.88%58.43%
CMYK0.00%77.18%81.88%
41.57%

Color #95221B in popluar number systems.

HEX95221B
Decimal1493427
Binary1001010110001011011
Octal2254233

Shades and tints

Shades of #95221B

#95221B
(149,34,27)
#881F19
(136,31,25)
#7B1C17
(123,28,23)
#6E1915
(110,25,21)
#611613
(97,22,19)
#541311
(84,19,17)
#47100F
(71,16,15)
#3A0D0D
(58,13,13)
#2D0A0B
(45,10,11)
#200709
(32,7,9)
#130407
(19,4,7)
#000000
(0,0,0)

Tints of #95221B

#95221B
(149,34,27)
#9E362F
(158,54,47)
#A74A43
(167,74,67)
#B05E57
(176,94,87)
#B9726B
(185,114,107)
#C2867F
(194,134,127)
#CB9A93
(203,154,147)
#D4AEA7
(212,174,167)
#DDC2BB
(221,194,187)
#E6D6CF
(230,214,207)
#EFEAE3
(239,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95221B color. Also use rgb(149,34,27) instead hex code.

Text Font Color

.myTextColor { color: #95221B; }

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

This text font color is #95221B.


Background Color

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

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

This div background color is #95221B.


Border color

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

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

This div border color is #95221B.


Opacity

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

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

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

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

This text has shadow with #95221B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95221B on black background.


Color preview on white background

This text has color #95221B on white background.



Black color preview on #95221B background

This text has black color on #95221B background.


White color preview on #95221B background

This text has white color on #95221B background.