COLOR #D27750

HEX: #D27750
RGB: (210,119,80)

Color info

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

RGB color model

#D27750 color RGB value is (210,119,80).

  • red value is 210;
  • green value is 119;
  • blue value is 80.
RGB:
(210,119,80)
(82%,47%,31%)

RGB channels and saturation

R 210 of 255 = 82%
G 119 of 255 = 47%
B 80 of 255 = 31%

210
119
80

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

Portions of RGB colors in percentages

R + G + B =
210 + 119 + 80 = 409 (100%)
R 210 of 409 ~ 51.34%
G 119 of 409 ~ 29.1%
B 80 of 409 ~ 19.56%

%51.34
%29.1
%19.56

CMYK color model

#D27750 color CMYK value is (0,43,62,18).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 61.90%
  • key color value is 17.65%
CMYK:
(0,43,62,18)
C0M43Y62K18 
(0%,43%,62%,18%)
(0.00/0.43/0.62/0.18)	

CMYK percentages

%0
%43.33
%61.9
%17.65

Codes

Color #D27750 in popluar color models

D27750
RGB21011980
HSL18°59.09%56.86%
HSB/HSV18°61.90%82.35%
CMYK0.00%43.33%61.90%
17.65%

Color #D27750 in popluar number systems.

HEXD27750
Decimal21011980
Binary1101001011101111010000
Octal322167120

Shades and tints

Shades of #D27750

#D27750
(210,119,80)
#BF6D49
(191,109,73)
#AC6342
(172,99,66)
#99593B
(153,89,59)
#864F34
(134,79,52)
#73452D
(115,69,45)
#603B26
(96,59,38)
#4D311F
(77,49,31)
#3A2718
(58,39,24)
#271D11
(39,29,17)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #D27750

#D27750
(210,119,80)
#D6835F
(214,131,95)
#DA8F6E
(218,143,110)
#DE9B7D
(222,155,125)
#E2A78C
(226,167,140)
#E6B39B
(230,179,155)
#EABFAA
(234,191,170)
#EECBB9
(238,203,185)
#F2D7C8
(242,215,200)
#F6E3D7
(246,227,215)
#FAEFE6
(250,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27750 color. Also use rgb(210,119,80) instead hex code.

Text Font Color

.myTextColor { color: #D27750; }

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

This text font color is #D27750.


Background Color

.myBgColor { background-color: #D27750; }

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

This div background color is #D27750.


Border color

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

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

This div border color is #D27750.


Opacity

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

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

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

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

This text has shadow with #D27750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27750 on black background.


Color preview on white background

This text has color #D27750 on white background.



Black color preview on #D27750 background

This text has black color on #D27750 background.


White color preview on #D27750 background

This text has white color on #D27750 background.