COLOR #D27674

HEX: #D27674
RGB: (210,118,116)

Color info

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

RGB color model

#D27674 color RGB value is (210,118,116).

  • red value is 210;
  • green value is 118;
  • blue value is 116.
RGB:
(210,118,116)
(82%,46%,45%)

RGB channels and saturation

R 210 of 255 = 82%
G 118 of 255 = 46%
B 116 of 255 = 45%

210
118
116

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

Portions of RGB colors in percentages

R + G + B =
210 + 118 + 116 = 444 (100%)
R 210 of 444 ~ 47.3%
G 118 of 444 ~ 26.58%
B 116 of 444 ~ 26.13%

%47.3
%26.58
%26.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.81%
  • yellow value is 44.76%
  • key color value is 17.65%
CMYK:
(0,44,45,18)
C0M44Y45K18 
(0%,44%,45%,18%)
(0.00/0.44/0.45/0.18)	

CMYK percentages

%0
%43.81
%44.76
%17.65

Codes

Color #D27674 in popluar color models

D27674
RGB210118116
HSL51.09%63.92%
HSB/HSV44.76%82.35%
CMYK0.00%43.81%44.76%
17.65%

Color #D27674 in popluar number systems.

HEXD27674
Decimal210118116
Binary1101001011101101110100
Octal322166164

Shades and tints

Shades of #D27674

#D27674
(210,118,116)
#BF6C6A
(191,108,106)
#AC6260
(172,98,96)
#995856
(153,88,86)
#864E4C
(134,78,76)
#734442
(115,68,66)
#603A38
(96,58,56)
#4D302E
(77,48,46)
#3A2624
(58,38,36)
#271C1A
(39,28,26)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #D27674

#D27674
(210,118,116)
#D68280
(214,130,128)
#DA8E8C
(218,142,140)
#DE9A98
(222,154,152)
#E2A6A4
(226,166,164)
#E6B2B0
(230,178,176)
#EABEBC
(234,190,188)
#EECAC8
(238,202,200)
#F2D6D4
(242,214,212)
#F6E2E0
(246,226,224)
#FAEEEC
(250,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27674 color. Also use rgb(210,118,116) instead hex code.

Text Font Color

.myTextColor { color: #D27674; }

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

This text font color is #D27674.


Background Color

.myBgColor { background-color: #D27674; }

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

This div background color is #D27674.


Border color

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

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

This div border color is #D27674.


Opacity

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

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

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

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

This text has shadow with #D27674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27674 on black background.


Color preview on white background

This text has color #D27674 on white background.



Black color preview on #D27674 background

This text has black color on #D27674 background.


White color preview on #D27674 background

This text has white color on #D27674 background.