COLOR #95585A

HEX: #95585A
RGB: (149,88,90)

Color info

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

RGB color model

#95585A color RGB value is (149,88,90).

  • red value is 149;
  • green value is 88;
  • blue value is 90.
RGB:
(149,88,90)
(58%,35%,35%)

RGB channels and saturation

R 149 of 255 = 58%
G 88 of 255 = 35%
B 90 of 255 = 35%

149
88
90

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

Portions of RGB colors in percentages

R + G + B =
149 + 88 + 90 = 327 (100%)
R 149 of 327 ~ 45.57%
G 88 of 327 ~ 26.91%
B 90 of 327 ~ 27.52%

%45.57
%26.91
%27.52

CMYK color model

#95585A color CMYK value is (0,41,40,42).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 39.60%
  • key color value is 41.57%
CMYK:
(0,41,40,42)
C0M41Y40K42 
(0%,41%,40%,42%)
(0.00/0.41/0.40/0.42)	

CMYK percentages

%0
%40.94
%39.6
%41.57

Codes

Color #95585A in popluar color models

95585A
RGB1498890
HSL358°25.74%46.47%
HSB/HSV358°40.94%58.43%
CMYK0.00%40.94%39.60%
41.57%

Color #95585A in popluar number systems.

HEX95585A
Decimal1498890
Binary1001010110110001011010
Octal225130132

Shades and tints

Shades of #95585A

#95585A
(149,88,90)
#885052
(136,80,82)
#7B484A
(123,72,74)
#6E4042
(110,64,66)
#61383A
(97,56,58)
#543032
(84,48,50)
#47282A
(71,40,42)
#3A2022
(58,32,34)
#2D181A
(45,24,26)
#201012
(32,16,18)
#13080A
(19,8,10)
#000000
(0,0,0)

Tints of #95585A

#95585A
(149,88,90)
#9E6769
(158,103,105)
#A77678
(167,118,120)
#B08587
(176,133,135)
#B99496
(185,148,150)
#C2A3A5
(194,163,165)
#CBB2B4
(203,178,180)
#D4C1C3
(212,193,195)
#DDD0D2
(221,208,210)
#E6DFE1
(230,223,225)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95585A color. Also use rgb(149,88,90) instead hex code.

Text Font Color

.myTextColor { color: #95585A; }

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

This text font color is #95585A.


Background Color

.myBgColor { background-color: #95585A; }

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

This div background color is #95585A.


Border color

.myBorderColor { border: 1px solid #95585A; }

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

This div border color is #95585A.


Opacity

.myOpacity80 { color: #95585A; opacity: 0.8; }

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

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

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

This text has shadow with #95585A color.

.textShadow {text-shadow: 3px 3px 1px #95585A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95585A on black background.


Color preview on white background

This text has color #95585A on white background.



Black color preview on #95585A background

This text has black color on #95585A background.


White color preview on #95585A background

This text has white color on #95585A background.