COLOR #9D4351

HEX: #9D4351
RGB: (157,67,81)

Color info

#9D4351 contains mainly red color. Web safe color of #9D4351 is #993366 (or #936).

RGB color model

#9D4351 color RGB value is (157,67,81).

  • red value is 157;
  • green value is 67;
  • blue value is 81.
RGB:
(157,67,81)
(62%,26%,32%)

RGB channels and saturation

R 157 of 255 = 62%
G 67 of 255 = 26%
B 81 of 255 = 32%

157
67
81

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

Portions of RGB colors in percentages

R + G + B =
157 + 67 + 81 = 305 (100%)
R 157 of 305 ~ 51.48%
G 67 of 305 ~ 21.97%
B 81 of 305 ~ 26.56%

%51.48
%21.97
%26.56

CMYK color model

#9D4351 color CMYK value is (0,57,48,38).

  • cyan value is 0.00%
  • magenta value is 57.32%
  • yellow value is 48.41%
  • key color value is 38.43%
CMYK:
(0,57,48,38)
C0M57Y48K38 
(0%,57%,48%,38%)
(0.00/0.57/0.48/0.38)	

CMYK percentages

%0
%57.32
%48.41
%38.43

Codes

Color #9D4351 in popluar color models

9D4351
RGB1576781
HSL351°40.18%43.92%
HSB/HSV351°57.32%61.57%
CMYK0.00%57.32%48.41%
38.43%

Color #9D4351 in popluar number systems.

HEX9D4351
Decimal1576781
Binary1001110110000111010001
Octal235103121

Shades and tints

Shades of #9D4351

#9D4351
(157,67,81)
#8F3D4A
(143,61,74)
#813743
(129,55,67)
#73313C
(115,49,60)
#652B35
(101,43,53)
#57252E
(87,37,46)
#491F27
(73,31,39)
#3B1920
(59,25,32)
#2D1319
(45,19,25)
#1F0D12
(31,13,18)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #9D4351

#9D4351
(157,67,81)
#A55460
(165,84,96)
#AD656F
(173,101,111)
#B5767E
(181,118,126)
#BD878D
(189,135,141)
#C5989C
(197,152,156)
#CDA9AB
(205,169,171)
#D5BABA
(213,186,186)
#DDCBC9
(221,203,201)
#E5DCD8
(229,220,216)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D4351 color. Also use rgb(157,67,81) instead hex code.

Text Font Color

.myTextColor { color: #9D4351; }

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

This text font color is #9D4351.


Background Color

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

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

This div background color is #9D4351.


Border color

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

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

This div border color is #9D4351.


Opacity

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

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

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

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

This text has shadow with #9D4351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4351 on black background.


Color preview on white background

This text has color #9D4351 on white background.



Black color preview on #9D4351 background

This text has black color on #9D4351 background.


White color preview on #9D4351 background

This text has white color on #9D4351 background.