COLOR #954B4B

HEX: #954B4B
RGB: (149,75,75)

Color info

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

RGB color model

#954B4B color RGB value is (149,75,75).

  • red value is 149;
  • green value is 75;
  • blue value is 75.
RGB:
(149,75,75)
(58%,29%,29%)

RGB channels and saturation

R 149 of 255 = 58%
G 75 of 255 = 29%
B 75 of 255 = 29%

149
75
75

R + G + B ~ 39%. #954B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 75 + 75 = 299 (100%)
R 149 of 299 ~ 49.83%
G 75 of 299 ~ 25.08%
B 75 of 299 ~ 25.08%

%49.83
%25.08
%25.08

CMYK color model

#954B4B color CMYK value is (0,50,50,42).

  • cyan value is 0.00%
  • magenta value is 49.66%
  • yellow value is 49.66%
  • key color value is 41.57%
CMYK:
(0,50,50,42)
C0M50Y50K42 
(0%,50%,50%,42%)
(0.00/0.50/0.50/0.42)	

CMYK percentages

%0
%49.66
%49.66
%41.57

Codes

Color #954B4B in popluar color models

954B4B
RGB1497575
HSL33.04%43.92%
HSB/HSV49.66%58.43%
CMYK0.00%49.66%49.66%
41.57%

Color #954B4B in popluar number systems.

HEX954B4B
Decimal1497575
Binary1001010110010111001011
Octal225113113

Shades and tints

Shades of #954B4B

#954B4B
(149,75,75)
#884545
(136,69,69)
#7B3F3F
(123,63,63)
#6E3939
(110,57,57)
#613333
(97,51,51)
#542D2D
(84,45,45)
#472727
(71,39,39)
#3A2121
(58,33,33)
#2D1B1B
(45,27,27)
#201515
(32,21,21)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #954B4B

#954B4B
(149,75,75)
#9E5B5B
(158,91,91)
#A76B6B
(167,107,107)
#B07B7B
(176,123,123)
#B98B8B
(185,139,139)
#C29B9B
(194,155,155)
#CBABAB
(203,171,171)
#D4BBBB
(212,187,187)
#DDCBCB
(221,203,203)
#E6DBDB
(230,219,219)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954B4B color. Also use rgb(149,75,75) instead hex code.

Text Font Color

.myTextColor { color: #954B4B; }

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

This text font color is #954B4B.


Background Color

.myBgColor { background-color: #954B4B; }

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

This div background color is #954B4B.


Border color

.myBorderColor { border: 1px solid #954B4B; }

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

This div border color is #954B4B.


Opacity

.myOpacity80 { color: #954B4B; opacity: 0.8; }

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

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

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

This text has shadow with #954B4B color.

.textShadow {text-shadow: 3px 3px 1px #954B4B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954B4B on black background.


Color preview on white background

This text has color #954B4B on white background.



Black color preview on #954B4B background

This text has black color on #954B4B background.


White color preview on #954B4B background

This text has white color on #954B4B background.