COLOR #954D63

HEX: #954D63
RGB: (149,77,99)

Color info

#954D63 contains mainly red and blue colors. Web safe color of #954D63 is #993366 (or #936).

RGB color model

#954D63 color RGB value is (149,77,99).

  • red value is 149;
  • green value is 77;
  • blue value is 99.
RGB:
(149,77,99)
(58%,30%,39%)

RGB channels and saturation

R 149 of 255 = 58%
G 77 of 255 = 30%
B 99 of 255 = 39%

149
77
99

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

Portions of RGB colors in percentages

R + G + B =
149 + 77 + 99 = 325 (100%)
R 149 of 325 ~ 45.85%
G 77 of 325 ~ 23.69%
B 99 of 325 ~ 30.46%

%45.85
%23.69
%30.46

CMYK color model

#954D63 color CMYK value is (0,48,34,42).

  • cyan value is 0.00%
  • magenta value is 48.32%
  • yellow value is 33.56%
  • key color value is 41.57%
CMYK:
(0,48,34,42)
C0M48Y34K42 
(0%,48%,34%,42%)
(0.00/0.48/0.34/0.42)	

CMYK percentages

%0
%48.32
%33.56
%41.57

Codes

Color #954D63 in popluar color models

954D63
RGB1497799
HSL342°31.86%44.31%
HSB/HSV342°48.32%58.43%
CMYK0.00%48.32%33.56%
41.57%

Color #954D63 in popluar number systems.

HEX954D63
Decimal1497799
Binary1001010110011011100011
Octal225115143

Shades and tints

Shades of #954D63

#954D63
(149,77,99)
#88465A
(136,70,90)
#7B3F51
(123,63,81)
#6E3848
(110,56,72)
#61313F
(97,49,63)
#542A36
(84,42,54)
#47232D
(71,35,45)
#3A1C24
(58,28,36)
#2D151B
(45,21,27)
#200E12
(32,14,18)
#130709
(19,7,9)
#000000
(0,0,0)

Tints of #954D63

#954D63
(149,77,99)
#9E5D71
(158,93,113)
#A76D7F
(167,109,127)
#B07D8D
(176,125,141)
#B98D9B
(185,141,155)
#C29DA9
(194,157,169)
#CBADB7
(203,173,183)
#D4BDC5
(212,189,197)
#DDCDD3
(221,205,211)
#E6DDE1
(230,221,225)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954D63; }

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

This text font color is #954D63.


Background Color

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

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

This div background color is #954D63.


Border color

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

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

This div border color is #954D63.


Opacity

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

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

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

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

This text has shadow with #954D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954D63 on black background.


Color preview on white background

This text has color #954D63 on white background.



Black color preview on #954D63 background

This text has black color on #954D63 background.


White color preview on #954D63 background

This text has white color on #954D63 background.