COLOR #D27929

HEX: #D27929
RGB: (210,121,41)

Color info

#D27929 contains mainly red color. Web safe color of #D27929 is #CC6633 (or #C63).

RGB color model

#D27929 color RGB value is (210,121,41).

  • red value is 210;
  • green value is 121;
  • blue value is 41.
RGB:
(210,121,41)
(82%,47%,16%)

RGB channels and saturation

R 210 of 255 = 82%
G 121 of 255 = 47%
B 41 of 255 = 16%

210
121
41

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

Portions of RGB colors in percentages

R + G + B =
210 + 121 + 41 = 372 (100%)
R 210 of 372 ~ 56.45%
G 121 of 372 ~ 32.53%
B 41 of 372 ~ 11.02%

%56.45
%32.53
%11.02

CMYK color model

#D27929 color CMYK value is (0,42,80,18).

  • cyan value is 0.00%
  • magenta value is 42.38%
  • yellow value is 80.48%
  • key color value is 17.65%
CMYK:
(0,42,80,18)
C0M42Y80K18 
(0%,42%,80%,18%)
(0.00/0.42/0.80/0.18)	

CMYK percentages

%0
%42.38
%80.48
%17.65

Codes

Color #D27929 in popluar color models

D27929
RGB21012141
HSL28°67.33%49.22%
HSB/HSV28°80.48%82.35%
CMYK0.00%42.38%80.48%
17.65%

Color #D27929 in popluar number systems.

HEXD27929
Decimal21012141
Binary110100101111001101001
Octal32217151

Shades and tints

Shades of #D27929

#D27929
(210,121,41)
#BF6E26
(191,110,38)
#AC6323
(172,99,35)
#995820
(153,88,32)
#864D1D
(134,77,29)
#73421A
(115,66,26)
#603717
(96,55,23)
#4D2C14
(77,44,20)
#3A2111
(58,33,17)
#27160E
(39,22,14)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #D27929

#D27929
(210,121,41)
#D6853C
(214,133,60)
#DA914F
(218,145,79)
#DE9D62
(222,157,98)
#E2A975
(226,169,117)
#E6B588
(230,181,136)
#EAC19B
(234,193,155)
#EECDAE
(238,205,174)
#F2D9C1
(242,217,193)
#F6E5D4
(246,229,212)
#FAF1E7
(250,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27929 color. Also use rgb(210,121,41) instead hex code.

Text Font Color

.myTextColor { color: #D27929; }

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

This text font color is #D27929.


Background Color

.myBgColor { background-color: #D27929; }

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

This div background color is #D27929.


Border color

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

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

This div border color is #D27929.


Opacity

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

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

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

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

This text has shadow with #D27929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27929 on black background.


Color preview on white background

This text has color #D27929 on white background.



Black color preview on #D27929 background

This text has black color on #D27929 background.


White color preview on #D27929 background

This text has white color on #D27929 background.