COLOR #D27360

HEX: #D27360
RGB: (210,115,96)

Color info

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

RGB color model

#D27360 color RGB value is (210,115,96).

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

RGB channels and saturation

R 210 of 255 = 82%
G 115 of 255 = 45%
B 96 of 255 = 38%

210
115
96

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

Portions of RGB colors in percentages

R + G + B =
210 + 115 + 96 = 421 (100%)
R 210 of 421 ~ 49.88%
G 115 of 421 ~ 27.32%
B 96 of 421 ~ 22.8%

%49.88
%27.32
%22.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.24%
  • yellow value is 54.29%
  • key color value is 17.65%
CMYK:
(0,45,54,18)
C0M45Y54K18 
(0%,45%,54%,18%)
(0.00/0.45/0.54/0.18)	

CMYK percentages

%0
%45.24
%54.29
%17.65

Codes

Color #D27360 in popluar color models

D27360
RGB21011596
HSL10°55.88%60.00%
HSB/HSV10°54.29%82.35%
CMYK0.00%45.24%54.29%
17.65%

Color #D27360 in popluar number systems.

HEXD27360
Decimal21011596
Binary1101001011100111100000
Octal322163140

Shades and tints

Shades of #D27360

#D27360
(210,115,96)
#BF6958
(191,105,88)
#AC5F50
(172,95,80)
#995548
(153,85,72)
#864B40
(134,75,64)
#734138
(115,65,56)
#603730
(96,55,48)
#4D2D28
(77,45,40)
#3A2320
(58,35,32)
#271918
(39,25,24)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #D27360

#D27360
(210,115,96)
#D67F6E
(214,127,110)
#DA8B7C
(218,139,124)
#DE978A
(222,151,138)
#E2A398
(226,163,152)
#E6AFA6
(230,175,166)
#EABBB4
(234,187,180)
#EEC7C2
(238,199,194)
#F2D3D0
(242,211,208)
#F6DFDE
(246,223,222)
#FAEBEC
(250,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D27360; }

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

This text font color is #D27360.


Background Color

.myBgColor { background-color: #D27360; }

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

This div background color is #D27360.


Border color

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

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

This div border color is #D27360.


Opacity

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

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

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

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

This text has shadow with #D27360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27360 on black background.


Color preview on white background

This text has color #D27360 on white background.



Black color preview on #D27360 background

This text has black color on #D27360 background.


White color preview on #D27360 background

This text has white color on #D27360 background.