COLOR #952E24

HEX: #952E24
RGB: (149,46,36)

Color info

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

RGB color model

#952E24 color RGB value is (149,46,36).

  • red value is 149;
  • green value is 46;
  • blue value is 36.
RGB:
(149,46,36)
(58%,18%,14%)

RGB channels and saturation

R 149 of 255 = 58%
G 46 of 255 = 18%
B 36 of 255 = 14%

149
46
36

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

Portions of RGB colors in percentages

R + G + B =
149 + 46 + 36 = 231 (100%)
R 149 of 231 ~ 64.5%
G 46 of 231 ~ 19.91%
B 36 of 231 ~ 15.58%

%64.5
%19.91
%15.58

CMYK color model

#952E24 color CMYK value is (0,69,76,42).

  • cyan value is 0.00%
  • magenta value is 69.13%
  • yellow value is 75.84%
  • key color value is 41.57%
CMYK:
(0,69,76,42)
C0M69Y76K42 
(0%,69%,76%,42%)
(0.00/0.69/0.76/0.42)	

CMYK percentages

%0
%69.13
%75.84
%41.57

Codes

Color #952E24 in popluar color models

952E24
RGB1494636
HSL61.08%36.27%
HSB/HSV75.84%58.43%
CMYK0.00%69.13%75.84%
41.57%

Color #952E24 in popluar number systems.

HEX952E24
Decimal1494636
Binary10010101101110100100
Octal2255644

Shades and tints

Shades of #952E24

#952E24
(149,46,36)
#882A21
(136,42,33)
#7B261E
(123,38,30)
#6E221B
(110,34,27)
#611E18
(97,30,24)
#541A15
(84,26,21)
#471612
(71,22,18)
#3A120F
(58,18,15)
#2D0E0C
(45,14,12)
#200A09
(32,10,9)
#130606
(19,6,6)
#000000
(0,0,0)

Tints of #952E24

#952E24
(149,46,36)
#9E4137
(158,65,55)
#A7544A
(167,84,74)
#B0675D
(176,103,93)
#B97A70
(185,122,112)
#C28D83
(194,141,131)
#CBA096
(203,160,150)
#D4B3A9
(212,179,169)
#DDC6BC
(221,198,188)
#E6D9CF
(230,217,207)
#EFECE2
(239,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #952E24 color. Also use rgb(149,46,36) instead hex code.

Text Font Color

.myTextColor { color: #952E24; }

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

This text font color is #952E24.


Background Color

.myBgColor { background-color: #952E24; }

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

This div background color is #952E24.


Border color

.myBorderColor { border: 1px solid #952E24; }

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

This div border color is #952E24.


Opacity

.myOpacity80 { color: #952E24; opacity: 0.8; }

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

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

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

This text has shadow with #952E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #952E24 on black background.


Color preview on white background

This text has color #952E24 on white background.



Black color preview on #952E24 background

This text has black color on #952E24 background.


White color preview on #952E24 background

This text has white color on #952E24 background.