COLOR #953F3C

HEX: #953F3C
RGB: (149,63,60)

Color info

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

RGB color model

#953F3C color RGB value is (149,63,60).

  • red value is 149;
  • green value is 63;
  • blue value is 60.
RGB:
(149,63,60)
(58%,25%,24%)

RGB channels and saturation

R 149 of 255 = 58%
G 63 of 255 = 25%
B 60 of 255 = 24%

149
63
60

R + G + B ~ 36%. #953F3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 63 + 60 = 272 (100%)
R 149 of 272 ~ 54.78%
G 63 of 272 ~ 23.16%
B 60 of 272 ~ 22.06%

%54.78
%23.16
%22.06

CMYK color model

#953F3C color CMYK value is (0,58,60,42).

  • cyan value is 0.00%
  • magenta value is 57.72%
  • yellow value is 59.73%
  • key color value is 41.57%
CMYK:
(0,58,60,42)
C0M58Y60K42 
(0%,58%,60%,42%)
(0.00/0.58/0.60/0.42)	

CMYK percentages

%0
%57.72
%59.73
%41.57

Codes

Color #953F3C in popluar color models

953F3C
RGB1496360
HSL42.58%40.98%
HSB/HSV59.73%58.43%
CMYK0.00%57.72%59.73%
41.57%

Color #953F3C in popluar number systems.

HEX953F3C
Decimal1496360
Binary10010101111111111100
Octal2257774

Shades and tints

Shades of #953F3C

#953F3C
(149,63,60)
#883A37
(136,58,55)
#7B3532
(123,53,50)
#6E302D
(110,48,45)
#612B28
(97,43,40)
#542623
(84,38,35)
#47211E
(71,33,30)
#3A1C19
(58,28,25)
#2D1714
(45,23,20)
#20120F
(32,18,15)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #953F3C

#953F3C
(149,63,60)
#9E504D
(158,80,77)
#A7615E
(167,97,94)
#B0726F
(176,114,111)
#B98380
(185,131,128)
#C29491
(194,148,145)
#CBA5A2
(203,165,162)
#D4B6B3
(212,182,179)
#DDC7C4
(221,199,196)
#E6D8D5
(230,216,213)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953F3C color. Also use rgb(149,63,60) instead hex code.

Text Font Color

.myTextColor { color: #953F3C; }

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

This text font color is #953F3C.


Background Color

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

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

This div background color is #953F3C.


Border color

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

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

This div border color is #953F3C.


Opacity

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

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

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

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

This text has shadow with #953F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953F3C on black background.


Color preview on white background

This text has color #953F3C on white background.



Black color preview on #953F3C background

This text has black color on #953F3C background.


White color preview on #953F3C background

This text has white color on #953F3C background.