COLOR #9D3053

HEX: #9D3053
RGB: (157,48,83)

Color info

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

RGB color model

#9D3053 color RGB value is (157,48,83).

  • red value is 157;
  • green value is 48;
  • blue value is 83.
RGB:
(157,48,83)
(62%,19%,33%)

RGB channels and saturation

R 157 of 255 = 62%
G 48 of 255 = 19%
B 83 of 255 = 33%

157
48
83

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

Portions of RGB colors in percentages

R + G + B =
157 + 48 + 83 = 288 (100%)
R 157 of 288 ~ 54.51%
G 48 of 288 ~ 16.67%
B 83 of 288 ~ 28.82%

%54.51
%16.67
%28.82

CMYK color model

#9D3053 color CMYK value is (0,69,47,38).

  • cyan value is 0.00%
  • magenta value is 69.43%
  • yellow value is 47.13%
  • key color value is 38.43%
CMYK:
(0,69,47,38)
C0M69Y47K38 
(0%,69%,47%,38%)
(0.00/0.69/0.47/0.38)	

CMYK percentages

%0
%69.43
%47.13
%38.43

Codes

Color #9D3053 in popluar color models

9D3053
RGB1574883
HSL341°53.17%40.20%
HSB/HSV341°69.43%61.57%
CMYK0.00%69.43%47.13%
38.43%

Color #9D3053 in popluar number systems.

HEX9D3053
Decimal1574883
Binary100111011100001010011
Octal23560123

Shades and tints

Shades of #9D3053

#9D3053
(157,48,83)
#8F2C4C
(143,44,76)
#812845
(129,40,69)
#73243E
(115,36,62)
#652037
(101,32,55)
#571C30
(87,28,48)
#491829
(73,24,41)
#3B1422
(59,20,34)
#2D101B
(45,16,27)
#1F0C14
(31,12,20)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #9D3053

#9D3053
(157,48,83)
#A54262
(165,66,98)
#AD5471
(173,84,113)
#B56680
(181,102,128)
#BD788F
(189,120,143)
#C58A9E
(197,138,158)
#CD9CAD
(205,156,173)
#D5AEBC
(213,174,188)
#DDC0CB
(221,192,203)
#E5D2DA
(229,210,218)
#EDE4E9
(237,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D3053 color. Also use rgb(157,48,83) instead hex code.

Text Font Color

.myTextColor { color: #9D3053; }

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

This text font color is #9D3053.


Background Color

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

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

This div background color is #9D3053.


Border color

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

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

This div border color is #9D3053.


Opacity

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

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

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

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

This text has shadow with #9D3053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D3053 on black background.


Color preview on white background

This text has color #9D3053 on white background.



Black color preview on #9D3053 background

This text has black color on #9D3053 background.


White color preview on #9D3053 background

This text has white color on #9D3053 background.