COLOR #D36479

HEX: #D36479
RGB: (211,100,121)

Color info

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

RGB color model

#D36479 color RGB value is (211,100,121).

  • red value is 211;
  • green value is 100;
  • blue value is 121.
RGB:
(211,100,121)
(83%,39%,47%)

RGB channels and saturation

R 211 of 255 = 83%
G 100 of 255 = 39%
B 121 of 255 = 47%

211
100
121

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

Portions of RGB colors in percentages

R + G + B =
211 + 100 + 121 = 432 (100%)
R 211 of 432 ~ 48.84%
G 100 of 432 ~ 23.15%
B 121 of 432 ~ 28.01%

%48.84
%23.15
%28.01

CMYK color model

#D36479 color CMYK value is (0,53,43,17).

  • cyan value is 0.00%
  • magenta value is 52.61%
  • yellow value is 42.65%
  • key color value is 17.25%
CMYK:
(0,53,43,17)
C0M53Y43K17 
(0%,53%,43%,17%)
(0.00/0.53/0.43/0.17)	

CMYK percentages

%0
%52.61
%42.65
%17.25

Codes

Color #D36479 in popluar color models

D36479
RGB211100121
HSL349°55.78%60.98%
HSB/HSV349°52.61%82.75%
CMYK0.00%52.61%42.65%
17.25%

Color #D36479 in popluar number systems.

HEXD36479
Decimal211100121
Binary1101001111001001111001
Octal323144171

Shades and tints

Shades of #D36479

#D36479
(211,100,121)
#C05B6E
(192,91,110)
#AD5263
(173,82,99)
#9A4958
(154,73,88)
#87404D
(135,64,77)
#743742
(116,55,66)
#612E37
(97,46,55)
#4E252C
(78,37,44)
#3B1C21
(59,28,33)
#281316
(40,19,22)
#150A0B
(21,10,11)
#000000
(0,0,0)

Tints of #D36479

#D36479
(211,100,121)
#D77285
(215,114,133)
#DB8091
(219,128,145)
#DF8E9D
(223,142,157)
#E39CA9
(227,156,169)
#E7AAB5
(231,170,181)
#EBB8C1
(235,184,193)
#EFC6CD
(239,198,205)
#F3D4D9
(243,212,217)
#F7E2E5
(247,226,229)
#FBF0F1
(251,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D36479 color. Also use rgb(211,100,121) instead hex code.

Text Font Color

.myTextColor { color: #D36479; }

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

This text font color is #D36479.


Background Color

.myBgColor { background-color: #D36479; }

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

This div background color is #D36479.


Border color

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

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

This div border color is #D36479.


Opacity

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

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

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

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

This text has shadow with #D36479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D36479 on black background.


Color preview on white background

This text has color #D36479 on white background.



Black color preview on #D36479 background

This text has black color on #D36479 background.


White color preview on #D36479 background

This text has white color on #D36479 background.