COLOR #953D15

HEX: #953D15 RGB: (149,61,21)

Color info

#953D15 contains mainly red color. Web safe color of #953D15 is #993300 (or #930).

RGB color model

#953D15 color RGB value is (149,61,21).

RGB: (149,61,21) (58%, 24%, 8%)

RGB channels and saturation

R 149 of 255 = 58%
G 61 of 255 = 24%
B 21 of 255 = 8%

149
61
21

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

Portions of RGB colors in percentages

R + G + B = 149 + 61 + 21 = 231 (100%)
R 149 of 231 ~ 64.5%
G 61 of 231 ~ 26.41%
B 21 of 231 ~ 9.09'%

%64.5
%26.41

CMYK color model

#953D15 color CMYK value is (0,59,86,42).

  • cyan value is 0.00%
  • magenta value is 59.06%
  • yellow value is 85.91%
  • key color value is 41.57%

CMYK: (0,59,86,42)
C0M59Y86K42 (0%, 59%, 86%, 42%)
(0.00 / 0.59 / 0.86 / 0.42)

CMYK percentages

%0
%59.06
%85.91
%41.57

Codes

Color #953D15 in popluar color models

95 3D 15
RGB 149 61 21
HSL 19° 75.29% 33.33%
HSB/HSV 19° 85.91% 58.43%
CMYK 0.00% 59.06% 85.91%
41.57%

Color #953D15 in popluar number systems.

HEX 95 3D 15
Decimal 149 61 21
Binary 10010101 111101 10101
Octal 225 75 25

Shades and tints

Shades of #953D15

#953D15
(149,61,21)
#883814
(136,56,20)
#7B3313
(123,51,19)
#6E2E12
(110,46,18)
#612911
(97,41,17)
#542410
(84,36,16)
#471F0F
(71,31,15)
#3A1A0E
(58,26,14)
#2D150D
(45,21,13)
#20100C
(32,16,12)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #953D15

#953D15
(149,61,21)
#9E4E2A
(158,78,42)
#A75F3F
(167,95,63)
#B07054
(176,112,84)
#B98169
(185,129,105)
#C2927E
(194,146,126)
#CBA393
(203,163,147)
#D4B4A8
(212,180,168)
#DDC5BD
(221,197,189)
#E6D6D2
(230,214,210)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953D15 color. Also use rgb(149,61,21) instead hex code.

Text Font Color

.myTextColor { color: #953D15; }

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

This text font color is #953D15.

Background Color

.myBgColor { background-color: #953D15; }

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

This div background color is #953D15.

Border color

.myBorderColor { border: 1px solid #953D15; }

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

This div border color is #953D15.

Opacity

.myOpacity80 { color: #953D15; opacity: 0.8; }

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

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

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

This text has shadow with #953D15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #953D15.

Preview

Color preview on black background

This text has color #953D15 on black background.


Color preview on white background

This text has color #953D15 on white background.


Black color preview on #953D15 background

This text has black color on #953D15 background.


White color preview on #953D15 background

This text has white color on #953D15 background.


Related colors

Complementary color

Complementary color for #hex is #6AC2EA.


I love getcolorcode.com

Triadic colors

1 #15953D and #3D1595 with #953D15 are triadic colors.

2 #153D95 and #3D9515 with #953D15 are triadic colors.