COLOR #954B54

HEX: #954B54
RGB: (149,75,84)

Color info

#954B54 contains mainly red color. Web safe color of #954B54 is #993366 (or #936).

RGB color model

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

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

RGB channels and saturation

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

149
75
84

R + G + B ~ 40%. #954B54 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 75 + 84 = 308 (100%)
R 149 of 308 ~ 48.38%
G 75 of 308 ~ 24.35%
B 84 of 308 ~ 27.27%

%48.38
%24.35
%27.27

CMYK color model

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

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

CMYK percentages

%0
%49.66
%43.62
%41.57

Codes

Color #954B54 in popluar color models

954B54
RGB1497584
HSL353°33.04%43.92%
HSB/HSV353°49.66%58.43%
CMYK0.00%49.66%43.62%
41.57%

Color #954B54 in popluar number systems.

HEX954B54
Decimal1497584
Binary1001010110010111010100
Octal225113124

Shades and tints

Shades of #954B54

#954B54
(149,75,84)
#88454D
(136,69,77)
#7B3F46
(123,63,70)
#6E393F
(110,57,63)
#613338
(97,51,56)
#542D31
(84,45,49)
#47272A
(71,39,42)
#3A2123
(58,33,35)
#2D1B1C
(45,27,28)
#201515
(32,21,21)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #954B54

#954B54
(149,75,84)
#9E5B63
(158,91,99)
#A76B72
(167,107,114)
#B07B81
(176,123,129)
#B98B90
(185,139,144)
#C29B9F
(194,155,159)
#CBABAE
(203,171,174)
#D4BBBD
(212,187,189)
#DDCBCC
(221,203,204)
#E6DBDB
(230,219,219)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954B54; }

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

This text font color is #954B54.


Background Color

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

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

This div background color is #954B54.


Border color

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

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

This div border color is #954B54.


Opacity

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

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

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

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

This text has shadow with #954B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954B54 on black background.


Color preview on white background

This text has color #954B54 on white background.



Black color preview on #954B54 background

This text has black color on #954B54 background.


White color preview on #954B54 background

This text has white color on #954B54 background.