COLOR #95505D

HEX: #95505D RGB: (149,80,93)

Color info

#95505D contains mainly red and blue colors. Web safe color of #95505D is #996666 (or #966).

RGB color model

#95505D color RGB value is (149,80,93).

RGB: (149,80,93) (58%, 31%, 36%)

RGB channels and saturation

R 149 of 255 = 58%
G 80 of 255 = 31%
B 93 of 255 = 36%

149
80
93

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

Portions of RGB colors in percentages

R + G + B = 149 + 80 + 93 = 322 (100%)
R 149 of 322 ~ 46.27%
G 80 of 322 ~ 24.84%
B 93 of 322 ~ 28.88'%

%46.27
%24.84
%28.88

CMYK color model

#95505D color CMYK value is (0,46,38,42).

  • cyan value is 0.00%
  • magenta value is 46.31%
  • yellow value is 37.58%
  • key color value is 41.57%
CMYK: (0,46,38,42) C0M46Y38K42 (0%,46%,38%,42%) (0.00/0.46/0.38/0.42) 

CMYK percentages

%0
%46.31
%37.58
%41.57

Codes

Color #95505D in popluar color models

95 50 5D
RGB 149 80 93
HSL 349° 30.13% 44.90%
HSB/HSV 349° 46.31% 58.43%
CMYK 0.00% 46.31% 37.58%
41.57%

Color #95505D in popluar number systems.

HEX 95 50 5D
Decimal 149 80 93
Binary 10010101 1010000 1011101
Octal 225 120 135

Shades and tints

Shades of #95505D

#95505D
(149,80,93)
#884955
(136,73,85)
#7B424D
(123,66,77)
#6E3B45
(110,59,69)
#61343D
(97,52,61)
#542D35
(84,45,53)
#47262D
(71,38,45)
#3A1F25
(58,31,37)
#2D181D
(45,24,29)
#201115
(32,17,21)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #95505D

#95505D
(149,80,93)
#9E5F6B
(158,95,107)
#A76E79
(167,110,121)
#B07D87
(176,125,135)
#B98C95
(185,140,149)
#C29BA3
(194,155,163)
#CBAAB1
(203,170,177)
#D4B9BF
(212,185,191)
#DDC8CD
(221,200,205)
#E6D7DB
(230,215,219)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95505D color. Also use rgb(149,80,93) instead hex code.

Text Font Color

.myTextColor { color: #95505D; }

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

This text font color is #95505D.

Background Color

.myBgColor { background-color: #95505D; }

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

This div background color is #95505D.

Border color

.myBorderColor { border: 1px solid #95505D; }

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

This div border color is #95505D.

Opacity

.myOpacity80 { color: #95505D; opacity: 0.8; }

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

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

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

This text has shadow with #95505D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95505D.

Preview

Color preview on black background

This text has color #95505D on black background.


Color preview on white background

This text has color #95505D on white background.


Black color preview on #95505D background

This text has black color on #95505D background.


White color preview on #95505D background

This text has white color on #95505D background.


Related colors

Complementary color

Complementary color for #hex is #6AAFA2.


I love getcolorcode.com

Triadic colors

1 #5D9550 and #505D95 with #95505D are triadic colors.

2 #5D5095 and #50955D with #95505D are triadic colors.