COLOR #D07373

HEX: #D07373
RGB: (208,115,115)

Color info

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

RGB color model

#D07373 color RGB value is (208,115,115).

  • red value is 208;
  • green value is 115;
  • blue value is 115.
RGB:
(208,115,115)
(82%,45%,45%)

RGB channels and saturation

R 208 of 255 = 82%
G 115 of 255 = 45%
B 115 of 255 = 45%

208
115
115

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

Portions of RGB colors in percentages

R + G + B =
208 + 115 + 115 = 438 (100%)
R 208 of 438 ~ 47.49%
G 115 of 438 ~ 26.26%
B 115 of 438 ~ 26.26%

%47.49
%26.26
%26.26

CMYK color model

#D07373 color CMYK value is (0,45,45,18).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 44.71%
  • key color value is 18.43%
CMYK:
(0,45,45,18)
C0M45Y45K18 
(0%,45%,45%,18%)
(0.00/0.45/0.45/0.18)	

CMYK percentages

%0
%44.71
%44.71
%18.43

Codes

Color #D07373 in popluar color models

D07373
RGB208115115
HSL49.73%63.33%
HSB/HSV44.71%81.57%
CMYK0.00%44.71%44.71%
18.43%

Color #D07373 in popluar number systems.

HEXD07373
Decimal208115115
Binary1101000011100111110011
Octal320163163

Shades and tints

Shades of #D07373

#D07373
(208,115,115)
#BE6969
(190,105,105)
#AC5F5F
(172,95,95)
#9A5555
(154,85,85)
#884B4B
(136,75,75)
#764141
(118,65,65)
#643737
(100,55,55)
#522D2D
(82,45,45)
#402323
(64,35,35)
#2E1919
(46,25,25)
#1C0F0F
(28,15,15)
#000000
(0,0,0)

Tints of #D07373

#D07373
(208,115,115)
#D47F7F
(212,127,127)
#D88B8B
(216,139,139)
#DC9797
(220,151,151)
#E0A3A3
(224,163,163)
#E4AFAF
(228,175,175)
#E8BBBB
(232,187,187)
#ECC7C7
(236,199,199)
#F0D3D3
(240,211,211)
#F4DFDF
(244,223,223)
#F8EBEB
(248,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D07373; }

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

This text font color is #D07373.


Background Color

.myBgColor { background-color: #D07373; }

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

This div background color is #D07373.


Border color

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

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

This div border color is #D07373.


Opacity

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

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

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

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

This text has shadow with #D07373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07373 on black background.


Color preview on white background

This text has color #D07373 on white background.



Black color preview on #D07373 background

This text has black color on #D07373 background.


White color preview on #D07373 background

This text has white color on #D07373 background.