COLOR #95625E

HEX: #95625E
RGB: (149,98,94)

Color info

#95625E contains red, green and blue colors in about the same proportion. Web safe color of #95625E is #996666 (or #966).

RGB color model

#95625E color RGB value is (149,98,94).

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

RGB channels and saturation

R 149 of 255 = 58%
G 98 of 255 = 38%
B 94 of 255 = 37%

149
98
94

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

Portions of RGB colors in percentages

R + G + B =
149 + 98 + 94 = 341 (100%)
R 149 of 341 ~ 43.7%
G 98 of 341 ~ 28.74%
B 94 of 341 ~ 27.57%

%43.7
%28.74
%27.57

CMYK color model

#95625E color CMYK value is (0,34,37,42).

  • cyan value is 0.00%
  • magenta value is 34.23%
  • yellow value is 36.91%
  • key color value is 41.57%
CMYK:
(0,34,37,42)
C0M34Y37K42 
(0%,34%,37%,42%)
(0.00/0.34/0.37/0.42)	

CMYK percentages

%0
%34.23
%36.91
%41.57

Codes

Color #95625E in popluar color models

95625E
RGB1499894
HSL22.63%47.65%
HSB/HSV36.91%58.43%
CMYK0.00%34.23%36.91%
41.57%

Color #95625E in popluar number systems.

HEX95625E
Decimal1499894
Binary1001010111000101011110
Octal225142136

Shades and tints

Shades of #95625E

#95625E
(149,98,94)
#885A56
(136,90,86)
#7B524E
(123,82,78)
#6E4A46
(110,74,70)
#61423E
(97,66,62)
#543A36
(84,58,54)
#47322E
(71,50,46)
#3A2A26
(58,42,38)
#2D221E
(45,34,30)
#201A16
(32,26,22)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #95625E

#95625E
(149,98,94)
#9E706C
(158,112,108)
#A77E7A
(167,126,122)
#B08C88
(176,140,136)
#B99A96
(185,154,150)
#C2A8A4
(194,168,164)
#CBB6B2
(203,182,178)
#D4C4C0
(212,196,192)
#DDD2CE
(221,210,206)
#E6E0DC
(230,224,220)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95625E; }

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

This text font color is #95625E.


Background Color

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

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

This div background color is #95625E.


Border color

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

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

This div border color is #95625E.


Opacity

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

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

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

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

This text has shadow with #95625E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95625E on black background.


Color preview on white background

This text has color #95625E on white background.



Black color preview on #95625E background

This text has black color on #95625E background.


White color preview on #95625E background

This text has white color on #95625E background.