COLOR #D07B7C

HEX: #D07B7C
RGB: (208,123,124)

Color info

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

RGB color model

#D07B7C color RGB value is (208,123,124).

  • red value is 208;
  • green value is 123;
  • blue value is 124.
RGB:
(208,123,124)
(82%,48%,49%)

RGB channels and saturation

R 208 of 255 = 82%
G 123 of 255 = 48%
B 124 of 255 = 49%

208
123
124

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

Portions of RGB colors in percentages

R + G + B =
208 + 123 + 124 = 455 (100%)
R 208 of 455 ~ 45.71%
G 123 of 455 ~ 27.03%
B 124 of 455 ~ 27.25%

%45.71
%27.03
%27.25

CMYK color model

#D07B7C color CMYK value is (0,41,40,18).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 40.38%
  • key color value is 18.43%
CMYK:
(0,41,40,18)
C0M41Y40K18 
(0%,41%,40%,18%)
(0.00/0.41/0.40/0.18)	

CMYK percentages

%0
%40.87
%40.38
%18.43

Codes

Color #D07B7C in popluar color models

D07B7C
RGB208123124
HSL359°47.49%64.90%
HSB/HSV359°40.87%81.57%
CMYK0.00%40.87%40.38%
18.43%

Color #D07B7C in popluar number systems.

HEXD07B7C
Decimal208123124
Binary1101000011110111111100
Octal320173174

Shades and tints

Shades of #D07B7C

#D07B7C
(208,123,124)
#BE7071
(190,112,113)
#AC6566
(172,101,102)
#9A5A5B
(154,90,91)
#884F50
(136,79,80)
#764445
(118,68,69)
#64393A
(100,57,58)
#522E2F
(82,46,47)
#402324
(64,35,36)
#2E1819
(46,24,25)
#1C0D0E
(28,13,14)
#000000
(0,0,0)

Tints of #D07B7C

#D07B7C
(208,123,124)
#D48787
(212,135,135)
#D89392
(216,147,146)
#DC9F9D
(220,159,157)
#E0ABA8
(224,171,168)
#E4B7B3
(228,183,179)
#E8C3BE
(232,195,190)
#ECCFC9
(236,207,201)
#F0DBD4
(240,219,212)
#F4E7DF
(244,231,223)
#F8F3EA
(248,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D07B7C; }

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

This text font color is #D07B7C.


Background Color

.myBgColor { background-color: #D07B7C; }

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

This div background color is #D07B7C.


Border color

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

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

This div border color is #D07B7C.


Opacity

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

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

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

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

This text has shadow with #D07B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07B7C on black background.


Color preview on white background

This text has color #D07B7C on white background.



Black color preview on #D07B7C background

This text has black color on #D07B7C background.


White color preview on #D07B7C background

This text has white color on #D07B7C background.