COLOR #95504D

HEX: #95504D
RGB: (149,80,77)

Color info

#95504D contains mainly red color. Web safe color of #95504D is #996633 (or #963).

RGB color model

#95504D color RGB value is (149,80,77).

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

RGB channels and saturation

R 149 of 255 = 58%
G 80 of 255 = 31%
B 77 of 255 = 30%

149
80
77

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

Portions of RGB colors in percentages

R + G + B =
149 + 80 + 77 = 306 (100%)
R 149 of 306 ~ 48.69%
G 80 of 306 ~ 26.14%
B 77 of 306 ~ 25.16%

%48.69
%26.14
%25.16

CMYK color model

#95504D color CMYK value is (0,46,48,42).

  • cyan value is 0.00%
  • magenta value is 46.31%
  • yellow value is 48.32%
  • key color value is 41.57%
CMYK:
(0,46,48,42)
C0M46Y48K42 
(0%,46%,48%,42%)
(0.00/0.46/0.48/0.42)	

CMYK percentages

%0
%46.31
%48.32
%41.57

Codes

Color #95504D in popluar color models

95504D
RGB1498077
HSL31.86%44.31%
HSB/HSV48.32%58.43%
CMYK0.00%46.31%48.32%
41.57%

Color #95504D in popluar number systems.

HEX95504D
Decimal1498077
Binary1001010110100001001101
Octal225120115

Shades and tints

Shades of #95504D

#95504D
(149,80,77)
#884946
(136,73,70)
#7B423F
(123,66,63)
#6E3B38
(110,59,56)
#613431
(97,52,49)
#542D2A
(84,45,42)
#472623
(71,38,35)
#3A1F1C
(58,31,28)
#2D1815
(45,24,21)
#20110E
(32,17,14)
#130A07
(19,10,7)
#000000
(0,0,0)

Tints of #95504D

#95504D
(149,80,77)
#9E5F5D
(158,95,93)
#A76E6D
(167,110,109)
#B07D7D
(176,125,125)
#B98C8D
(185,140,141)
#C29B9D
(194,155,157)
#CBAAAD
(203,170,173)
#D4B9BD
(212,185,189)
#DDC8CD
(221,200,205)
#E6D7DD
(230,215,221)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95504D; }

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

This text font color is #95504D.


Background Color

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

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

This div background color is #95504D.


Border color

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

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

This div border color is #95504D.


Opacity

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

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

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

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

This text has shadow with #95504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95504D on black background.


Color preview on white background

This text has color #95504D on white background.



Black color preview on #95504D background

This text has black color on #95504D background.


White color preview on #95504D background

This text has white color on #95504D background.