COLOR #95624E

HEX: #95624E
RGB: (149,98,78)

Color info

#95624E contains mainly red and green colors. Web safe color of #95624E is #996666 (or #966).

RGB color model

#95624E color RGB value is (149,98,78).

  • red value is 149;
  • green value is 98;
  • blue value is 78.
RGB:
(149,98,78)
(58%,38%,31%)

RGB channels and saturation

R 149 of 255 = 58%
G 98 of 255 = 38%
B 78 of 255 = 31%

149
98
78

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

Portions of RGB colors in percentages

R + G + B =
149 + 98 + 78 = 325 (100%)
R 149 of 325 ~ 45.85%
G 98 of 325 ~ 30.15%
B 78 of 325 ~ 24%

%45.85
%30.15
%24

CMYK color model

#95624E color CMYK value is (0,34,48,42).

  • cyan value is 0.00%
  • magenta value is 34.23%
  • yellow value is 47.65%
  • key color value is 41.57%
CMYK:
(0,34,48,42)
C0M34Y48K42 
(0%,34%,48%,42%)
(0.00/0.34/0.48/0.42)	

CMYK percentages

%0
%34.23
%47.65
%41.57

Codes

Color #95624E in popluar color models

95624E
RGB1499878
HSL17°31.28%44.51%
HSB/HSV17°47.65%58.43%
CMYK0.00%34.23%47.65%
41.57%

Color #95624E in popluar number systems.

HEX95624E
Decimal1499878
Binary1001010111000101001110
Octal225142116

Shades and tints

Shades of #95624E

#95624E
(149,98,78)
#885A47
(136,90,71)
#7B5240
(123,82,64)
#6E4A39
(110,74,57)
#614232
(97,66,50)
#543A2B
(84,58,43)
#473224
(71,50,36)
#3A2A1D
(58,42,29)
#2D2216
(45,34,22)
#201A0F
(32,26,15)
#131208
(19,18,8)
#000000
(0,0,0)

Tints of #95624E

#95624E
(149,98,78)
#9E705E
(158,112,94)
#A77E6E
(167,126,110)
#B08C7E
(176,140,126)
#B99A8E
(185,154,142)
#C2A89E
(194,168,158)
#CBB6AE
(203,182,174)
#D4C4BE
(212,196,190)
#DDD2CE
(221,210,206)
#E6E0DE
(230,224,222)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95624E color. Also use rgb(149,98,78) instead hex code.

Text Font Color

.myTextColor { color: #95624E; }

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

This text font color is #95624E.


Background Color

.myBgColor { background-color: #95624E; }

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

This div background color is #95624E.


Border color

.myBorderColor { border: 1px solid #95624E; }

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

This div border color is #95624E.


Opacity

.myOpacity80 { color: #95624E; opacity: 0.8; }

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

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

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

This text has shadow with #95624E color.

.textShadow {text-shadow: 3px 3px 1px #95624E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95624E on black background.


Color preview on white background

This text has color #95624E on white background.



Black color preview on #95624E background

This text has black color on #95624E background.


White color preview on #95624E background

This text has white color on #95624E background.