COLOR #953940

HEX: #953940 RGB: (149,57,64)

Color info

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

RGB color model

#953940 color RGB value is (149,57,64).

RGB: (149,57,64) (58%, 22%, 25%)

RGB channels and saturation

R 149 of 255 = 58%
G 57 of 255 = 22%
B 64 of 255 = 25%

149
57
64

R + G + B ~ 35%. #953940 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 149 + 57 + 64 = 270 (100%)
R 149 of 270 ~ 55.19%
G 57 of 270 ~ 21.11%
B 64 of 270 ~ 23.7'%

%55.19
%21.11
%23.7

CMYK color model

#953940 color CMYK value is (0,62,57,42).

  • cyan value is 0.00%
  • magenta value is 61.74%
  • yellow value is 57.05%
  • key color value is 41.57%
CMYK: (0,62,57,42) C0M62Y57K42 (0%,62%,57%,42%) (0.00/0.62/0.57/0.42) 

CMYK percentages

%0
%61.74
%57.05
%41.57

Codes

Color #953940 in popluar color models

95 39 40
RGB 149 57 64
HSL 355° 44.66% 40.39%
HSB/HSV 355° 61.74% 58.43%
CMYK 0.00% 61.74% 57.05%
41.57%

Color #953940 in popluar number systems.

HEX 95 39 40
Decimal 149 57 64
Binary 10010101 111001 1000000
Octal 225 71 100

Shades and tints

Shades of #953940

#953940
(149,57,64)
#88343B
(136,52,59)
#7B2F36
(123,47,54)
#6E2A31
(110,42,49)
#61252C
(97,37,44)
#542027
(84,32,39)
#471B22
(71,27,34)
#3A161D
(58,22,29)
#2D1118
(45,17,24)
#200C13
(32,12,19)
#13070E
(19,7,14)
#000000
(0,0,0)

Tints of #953940

#953940
(149,57,64)
#9E4B51
(158,75,81)
#A75D62
(167,93,98)
#B06F73
(176,111,115)
#B98184
(185,129,132)
#C29395
(194,147,149)
#CBA5A6
(203,165,166)
#D4B7B7
(212,183,183)
#DDC9C8
(221,201,200)
#E6DBD9
(230,219,217)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953940 color. Also use rgb(149,57,64) instead hex code.

Text Font Color

.myTextColor { color: #953940; }

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

This text font color is #953940.

Background Color

.myBgColor { background-color: #953940; }

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

This div background color is #953940.

Border color

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

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

This div border color is #953940.

Opacity

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

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

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

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

This text has shadow with #953940 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #953940.

Preview

Color preview on black background

This text has color #953940 on black background.


Color preview on white background

This text has color #953940 on white background.


Black color preview on #953940 background

This text has black color on #953940 background.


White color preview on #953940 background

This text has white color on #953940 background.


Related colors

Complementary color

Complementary color for #hex is #6AC6BF.


I love getcolorcode.com

Triadic colors

1 #409539 and #394095 with #953940 are triadic colors.

2 #403995 and #399540 with #953940 are triadic colors.