COLOR #954C67

HEX: #954C67
RGB: (149,76,103)

Color info

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

RGB color model

#954C67 color RGB value is (149,76,103).

  • red value is 149;
  • green value is 76;
  • blue value is 103.
RGB: (149,76,103) (58%,30%,40%)

RGB channels and saturation

R 149 of 255 = 58%
G 76 of 255 = 30%
B 103 of 255 = 40%

149
76
103

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

Portions of RGB colors in percentages

R + G + B =
149 + 76 + 103 = 328 (100%)
R 149 of 328 ~ 45.43%
G 76 of 328 ~ 23.17%
B 103 of 328 ~ 31.4%

%45.43
%23.17
%31.4

CMYK color model

#954C67 color CMYK value is (0,49,31,42).

  • cyan value is 0.00%
  • magenta value is 48.99%
  • yellow value is 30.87%
  • key color value is 41.57%
CMYK: (0,49,31,42) C0M49Y31K42 (0%,49%,31%,42%) (0.00/0.49/0.31/0.42)

CMYK percentages

%0
%48.99
%30.87
%41.57

Codes

Color #954C67 in popluar color models

954C67
RGB14976103
HSL338°32.44%44.12%
HSB/HSV338°48.99%58.43%
CMYK0.00%48.99%30.87%
41.57%

Color #954C67 in popluar number systems.

HEX954C67
Decimal14976103
Binary1001010110011001100111
Octal225114147

Shades and tints

Shades of #954C67

#954C67
(149,76,103)
#88465E
(136,70,94)
#7B4055
(123,64,85)
#6E3A4C
(110,58,76)
#613443
(97,52,67)
#542E3A
(84,46,58)
#472831
(71,40,49)
#3A2228
(58,34,40)
#2D1C1F
(45,28,31)
#201616
(32,22,22)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #954C67

#954C67
(149,76,103)
#9E5C74
(158,92,116)
#A76C81
(167,108,129)
#B07C8E
(176,124,142)
#B98C9B
(185,140,155)
#C29CA8
(194,156,168)
#CBACB5
(203,172,181)
#D4BCC2
(212,188,194)
#DDCCCF
(221,204,207)
#E6DCDC
(230,220,220)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954C67; }

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

This text font color is #954C67.


Background Color

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

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

This div background color is #954C67.


Border color

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

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

This div border color is #954C67.


Opacity

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

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

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

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

This text has shadow with #954C67 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #954C67 on black background.


Color preview on white background

This text has color #954C67 on white background.



Black color preview on #954C67 background

This text has black color on #954C67 background.


White color preview on #954C67 background

This text has white color on #954C67 background.