COLOR #9D374A

HEX: #9D374A
RGB: (157,55,74)

Color info

#9D374A contains mainly red color. Web safe color of #9D374A is #993333 (or #933).

RGB color model

#9D374A color RGB value is (157,55,74).

  • red value is 157;
  • green value is 55;
  • blue value is 74.
RGB:
(157,55,74)
(62%,22%,29%)

RGB channels and saturation

R 157 of 255 = 62%
G 55 of 255 = 22%
B 74 of 255 = 29%

157
55
74

R + G + B ~ 38%. #9D374A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 55 + 74 = 286 (100%)
R 157 of 286 ~ 54.9%
G 55 of 286 ~ 19.23%
B 74 of 286 ~ 25.87%

%54.9
%19.23
%25.87

CMYK color model

#9D374A color CMYK value is (0,65,53,38).

  • cyan value is 0.00%
  • magenta value is 64.97%
  • yellow value is 52.87%
  • key color value is 38.43%
CMYK:
(0,65,53,38)
C0M65Y53K38 
(0%,65%,53%,38%)
(0.00/0.65/0.53/0.38)	

CMYK percentages

%0
%64.97
%52.87
%38.43

Codes

Color #9D374A in popluar color models

9D374A
RGB1575574
HSL349°48.11%41.57%
HSB/HSV349°64.97%61.57%
CMYK0.00%64.97%52.87%
38.43%

Color #9D374A in popluar number systems.

HEX9D374A
Decimal1575574
Binary100111011101111001010
Octal23567112

Shades and tints

Shades of #9D374A

#9D374A
(157,55,74)
#8F3244
(143,50,68)
#812D3E
(129,45,62)
#732838
(115,40,56)
#652332
(101,35,50)
#571E2C
(87,30,44)
#491926
(73,25,38)
#3B1420
(59,20,32)
#2D0F1A
(45,15,26)
#1F0A14
(31,10,20)
#11050E
(17,5,14)
#000000
(0,0,0)

Tints of #9D374A

#9D374A
(157,55,74)
#A5495A
(165,73,90)
#AD5B6A
(173,91,106)
#B56D7A
(181,109,122)
#BD7F8A
(189,127,138)
#C5919A
(197,145,154)
#CDA3AA
(205,163,170)
#D5B5BA
(213,181,186)
#DDC7CA
(221,199,202)
#E5D9DA
(229,217,218)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D374A color. Also use rgb(157,55,74) instead hex code.

Text Font Color

.myTextColor { color: #9D374A; }

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

This text font color is #9D374A.


Background Color

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

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

This div background color is #9D374A.


Border color

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

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

This div border color is #9D374A.


Opacity

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

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

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

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

This text has shadow with #9D374A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D374A on black background.


Color preview on white background

This text has color #9D374A on white background.



Black color preview on #9D374A background

This text has black color on #9D374A background.


White color preview on #9D374A background

This text has white color on #9D374A background.