COLOR #954055

HEX: #954055 RGB: (149,64,85)

Color info

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

RGB color model

#954055 color RGB value is (149,64,85).

RGB: (149,64,85) (58%, 25%, 33%)

RGB channels and saturation

R 149 of 255 = 58%
G 64 of 255 = 25%
B 85 of 255 = 33%

149
64
85

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

Portions of RGB colors in percentages

R + G + B = 149 + 64 + 85 = 298 (100%)
R 149 of 298 ~ 50%
G 64 of 298 ~ 21.48%
B 85 of 298 ~ 28.52'%

%50
%21.48
%28.52

CMYK color model

#954055 color CMYK value is (0,57,43,42).

  • cyan value is 0.00%
  • magenta value is 57.05%
  • yellow value is 42.95%
  • key color value is 41.57%

CMYK: (0,57,43,42)
C0M57Y43K42 (0%, 57%, 43%, 42%)
(0.00 / 0.57 / 0.43 / 0.42)

CMYK percentages

%0
%57.05
%42.95
%41.57

Codes

Color #954055 in popluar color models

95 40 55
RGB 149 64 85
HSL 345° 39.91% 41.76%
HSB/HSV 345° 57.05% 58.43%
CMYK 0.00% 57.05% 42.95%
41.57%

Color #954055 in popluar number systems.

HEX 95 40 55
Decimal 149 64 85
Binary 10010101 1000000 1010101
Octal 225 100 125

Shades and tints

Shades of #954055

#954055
(149,64,85)
#883B4E
(136,59,78)
#7B3647
(123,54,71)
#6E3140
(110,49,64)
#612C39
(97,44,57)
#542732
(84,39,50)
#47222B
(71,34,43)
#3A1D24
(58,29,36)
#2D181D
(45,24,29)
#201316
(32,19,22)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #954055

#954055
(149,64,85)
#9E5164
(158,81,100)
#A76273
(167,98,115)
#B07382
(176,115,130)
#B98491
(185,132,145)
#C295A0
(194,149,160)
#CBA6AF
(203,166,175)
#D4B7BE
(212,183,190)
#DDC8CD
(221,200,205)
#E6D9DC
(230,217,220)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954055 color. Also use rgb(149,64,85) instead hex code.

Text Font Color

.myTextColor { color: #954055; }

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

This text font color is #954055.

Background Color

.myBgColor { background-color: #954055; }

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

This div background color is #954055.

Border color

.myBorderColor { border: 1px solid #954055; }

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

This div border color is #954055.

Opacity

.myOpacity80 { color: #954055; opacity: 0.8; }

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

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

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

This text has shadow with #954055 color.


.textShadow {text-shadow: 3px 3px 1px #954055', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #954055; -webkit-box-shadow: 1px 1px 3px 2px #954055; box-shadow:1px 1px 3px 2px #954055;">
Div content here
</div>

This div box has shadow with color #954055.

Preview

Color preview on black background

This text has color #954055 on black background.


Color preview on white background

This text has color #954055 on white background.


Black color preview on #954055 background

This text has black color on #954055 background.


White color preview on #954055 background

This text has white color on #954055 background.


Related colors

Complementary color

Complementary color for #hex is #6ABFAA.


I love getcolorcode.com

Triadic colors

1 #559540 and #405595 with #954055 are triadic colors.

2 #554095 and #409555 with #954055 are triadic colors.