COLOR #952D3D

HEX: #952D3D
RGB: (149,45,61)

Color info

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

RGB color model

#952D3D color RGB value is (149,45,61).

  • red value is 149;
  • green value is 45;
  • blue value is 61.
RGB:
(149,45,61)
(58%,18%,24%)

RGB channels and saturation

R 149 of 255 = 58%
G 45 of 255 = 18%
B 61 of 255 = 24%

149
45
61

R + G + B ~ 33%. #952D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 45 + 61 = 255 (100%)
R 149 of 255 ~ 58.43%
G 45 of 255 ~ 17.65%
B 61 of 255 ~ 23.92%

%58.43
%17.65
%23.92

CMYK color model

#952D3D color CMYK value is (0,70,59,42).

  • cyan value is 0.00%
  • magenta value is 69.80%
  • yellow value is 59.06%
  • key color value is 41.57%
CMYK:
(0,70,59,42)
C0M70Y59K42 
(0%,70%,59%,42%)
(0.00/0.70/0.59/0.42)	

CMYK percentages

%0
%69.8
%59.06
%41.57

Codes

Color #952D3D in popluar color models

952D3D
RGB1494561
HSL351°53.61%38.04%
HSB/HSV351°69.80%58.43%
CMYK0.00%69.80%59.06%
41.57%

Color #952D3D in popluar number systems.

HEX952D3D
Decimal1494561
Binary10010101101101111101
Octal2255575

Shades and tints

Shades of #952D3D

#952D3D
(149,45,61)
#882938
(136,41,56)
#7B2533
(123,37,51)
#6E212E
(110,33,46)
#611D29
(97,29,41)
#541924
(84,25,36)
#47151F
(71,21,31)
#3A111A
(58,17,26)
#2D0D15
(45,13,21)
#200910
(32,9,16)
#13050B
(19,5,11)
#000000
(0,0,0)

Tints of #952D3D

#952D3D
(149,45,61)
#9E404E
(158,64,78)
#A7535F
(167,83,95)
#B06670
(176,102,112)
#B97981
(185,121,129)
#C28C92
(194,140,146)
#CB9FA3
(203,159,163)
#D4B2B4
(212,178,180)
#DDC5C5
(221,197,197)
#E6D8D6
(230,216,214)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #952D3D color. Also use rgb(149,45,61) instead hex code.

Text Font Color

.myTextColor { color: #952D3D; }

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

This text font color is #952D3D.


Background Color

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

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

This div background color is #952D3D.


Border color

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

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

This div border color is #952D3D.


Opacity

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

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

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

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

This text has shadow with #952D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #952D3D on black background.


Color preview on white background

This text has color #952D3D on white background.



Black color preview on #952D3D background

This text has black color on #952D3D background.


White color preview on #952D3D background

This text has white color on #952D3D background.