COLOR #95594F

HEX: #95594F
RGB: (149,89,79)

Color info

#95594F contains mainly red color. Web safe color of #95594F is #996666 (or #966).

RGB color model

#95594F color RGB value is (149,89,79).

  • red value is 149;
  • green value is 89;
  • blue value is 79.
RGB:
(149,89,79)
(58%,35%,31%)

RGB channels and saturation

R 149 of 255 = 58%
G 89 of 255 = 35%
B 79 of 255 = 31%

149
89
79

R + G + B ~ 41%. #95594F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 89 + 79 = 317 (100%)
R 149 of 317 ~ 47%
G 89 of 317 ~ 28.08%
B 79 of 317 ~ 24.92%

%47
%28.08
%24.92

CMYK color model

#95594F color CMYK value is (0,40,47,42).

  • cyan value is 0.00%
  • magenta value is 40.27%
  • yellow value is 46.98%
  • key color value is 41.57%
CMYK:
(0,40,47,42)
C0M40Y47K42 
(0%,40%,47%,42%)
(0.00/0.40/0.47/0.42)	

CMYK percentages

%0
%40.27
%46.98
%41.57

Codes

Color #95594F in popluar color models

95594F
RGB1498979
HSL30.70%44.71%
HSB/HSV46.98%58.43%
CMYK0.00%40.27%46.98%
41.57%

Color #95594F in popluar number systems.

HEX95594F
Decimal1498979
Binary1001010110110011001111
Octal225131117

Shades and tints

Shades of #95594F

#95594F
(149,89,79)
#885148
(136,81,72)
#7B4941
(123,73,65)
#6E413A
(110,65,58)
#613933
(97,57,51)
#54312C
(84,49,44)
#472925
(71,41,37)
#3A211E
(58,33,30)
#2D1917
(45,25,23)
#201110
(32,17,16)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #95594F

#95594F
(149,89,79)
#9E685F
(158,104,95)
#A7776F
(167,119,111)
#B0867F
(176,134,127)
#B9958F
(185,149,143)
#C2A49F
(194,164,159)
#CBB3AF
(203,179,175)
#D4C2BF
(212,194,191)
#DDD1CF
(221,209,207)
#E6E0DF
(230,224,223)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95594F color. Also use rgb(149,89,79) instead hex code.

Text Font Color

.myTextColor { color: #95594F; }

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

This text font color is #95594F.


Background Color

.myBgColor { background-color: #95594F; }

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

This div background color is #95594F.


Border color

.myBorderColor { border: 1px solid #95594F; }

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

This div border color is #95594F.


Opacity

.myOpacity80 { color: #95594F; opacity: 0.8; }

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

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

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

This text has shadow with #95594F color.

.textShadow {text-shadow: 3px 3px 1px #95594F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95594F on black background.


Color preview on white background

This text has color #95594F on white background.



Black color preview on #95594F background

This text has black color on #95594F background.


White color preview on #95594F background

This text has white color on #95594F background.