COLOR #D3737F

HEX: #D3737F
RGB: (211,115,127)

Color info

#D3737F contains mainly red color. Web safe color of #D3737F is #CC6666 (or #C66).

RGB color model

#D3737F color RGB value is (211,115,127).

  • red value is 211;
  • green value is 115;
  • blue value is 127.
RGB:
(211,115,127)
(83%,45%,50%)

RGB channels and saturation

R 211 of 255 = 83%
G 115 of 255 = 45%
B 127 of 255 = 50%

211
115
127

R + G + B ~ 59%. #D3737F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
211 + 115 + 127 = 453 (100%)
R 211 of 453 ~ 46.58%
G 115 of 453 ~ 25.39%
B 127 of 453 ~ 28.04%

%46.58
%25.39
%28.04

CMYK color model

#D3737F color CMYK value is (0,45,40,17).

  • cyan value is 0.00%
  • magenta value is 45.50%
  • yellow value is 39.81%
  • key color value is 17.25%
CMYK:
(0,45,40,17)
C0M45Y40K17 
(0%,45%,40%,17%)
(0.00/0.45/0.40/0.17)	

CMYK percentages

%0
%45.5
%39.81
%17.25

Codes

Color #D3737F in popluar color models

D3737F
RGB211115127
HSL353°52.17%63.92%
HSB/HSV353°45.50%82.75%
CMYK0.00%45.50%39.81%
17.25%

Color #D3737F in popluar number systems.

HEXD3737F
Decimal211115127
Binary1101001111100111111111
Octal323163177

Shades and tints

Shades of #D3737F

#D3737F
(211,115,127)
#C06974
(192,105,116)
#AD5F69
(173,95,105)
#9A555E
(154,85,94)
#874B53
(135,75,83)
#744148
(116,65,72)
#61373D
(97,55,61)
#4E2D32
(78,45,50)
#3B2327
(59,35,39)
#28191C
(40,25,28)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #D3737F

#D3737F
(211,115,127)
#D77F8A
(215,127,138)
#DB8B95
(219,139,149)
#DF97A0
(223,151,160)
#E3A3AB
(227,163,171)
#E7AFB6
(231,175,182)
#EBBBC1
(235,187,193)
#EFC7CC
(239,199,204)
#F3D3D7
(243,211,215)
#F7DFE2
(247,223,226)
#FBEBED
(251,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3737F color. Also use rgb(211,115,127) instead hex code.

Text Font Color

.myTextColor { color: #D3737F; }

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

This text font color is #D3737F.


Background Color

.myBgColor { background-color: #D3737F; }

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

This div background color is #D3737F.


Border color

.myBorderColor { border: 1px solid #D3737F; }

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

This div border color is #D3737F.


Opacity

.myOpacity80 { color: #D3737F; opacity: 0.8; }

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

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

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

This text has shadow with #D3737F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3737F on black background.


Color preview on white background

This text has color #D3737F on white background.



Black color preview on #D3737F background

This text has black color on #D3737F background.


White color preview on #D3737F background

This text has white color on #D3737F background.