COLOR #9D625E

HEX: #9D625E
RGB: (157,98,94)

Color info

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

RGB color model

#9D625E color RGB value is (157,98,94).

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

RGB channels and saturation

R 157 of 255 = 62%
G 98 of 255 = 38%
B 94 of 255 = 37%

157
98
94

R + G + B ~ 46%. #9D625E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 98 + 94 = 349 (100%)
R 157 of 349 ~ 44.99%
G 98 of 349 ~ 28.08%
B 94 of 349 ~ 26.93%

%44.99
%28.08
%26.93

CMYK color model

#9D625E color CMYK value is (0,38,40,38).

  • cyan value is 0.00%
  • magenta value is 37.58%
  • yellow value is 40.13%
  • key color value is 38.43%
CMYK:
(0,38,40,38)
C0M38Y40K38 
(0%,38%,40%,38%)
(0.00/0.38/0.40/0.38)	

CMYK percentages

%0
%37.58
%40.13
%38.43

Codes

Color #9D625E in popluar color models

9D625E
RGB1579894
HSL25.10%49.22%
HSB/HSV40.13%61.57%
CMYK0.00%37.58%40.13%
38.43%

Color #9D625E in popluar number systems.

HEX9D625E
Decimal1579894
Binary1001110111000101011110
Octal235142136

Shades and tints

Shades of #9D625E

#9D625E
(157,98,94)
#8F5A56
(143,90,86)
#81524E
(129,82,78)
#734A46
(115,74,70)
#65423E
(101,66,62)
#573A36
(87,58,54)
#49322E
(73,50,46)
#3B2A26
(59,42,38)
#2D221E
(45,34,30)
#1F1A16
(31,26,22)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #9D625E

#9D625E
(157,98,94)
#A5706C
(165,112,108)
#AD7E7A
(173,126,122)
#B58C88
(181,140,136)
#BD9A96
(189,154,150)
#C5A8A4
(197,168,164)
#CDB6B2
(205,182,178)
#D5C4C0
(213,196,192)
#DDD2CE
(221,210,206)
#E5E0DC
(229,224,220)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D625E color. Also use rgb(157,98,94) instead hex code.

Text Font Color

.myTextColor { color: #9D625E; }

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

This text font color is #9D625E.


Background Color

.myBgColor { background-color: #9D625E; }

<div style="background-color:#9D625E">Inner text</div>

This div background color is #9D625E.


Border color

.myBorderColor { border: 1px solid #9D625E; }

<div style="border:3px solid #9D625E">Div</div>

This div border color is #9D625E.


Opacity

.myOpacity80 { color: #9D625E; opacity: 0.8; }

<p style="color:#9D625E;opacity:0.8;">80%</p>

Text with #9D625E 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 #9D625E;}

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

This text has shadow with #9D625E color.

.textShadow {text-shadow: 3px 3px 1px #9D625E, 3px 3px 1px red;}

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

This text has shadow with #9D625E primary color and red secondary color.


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

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

This text has shadow with #9D625E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D625E on black background.


Color preview on white background

This text has color #9D625E on white background.



Black color preview on #9D625E background

This text has black color on #9D625E background.


White color preview on #9D625E background

This text has white color on #9D625E background.