COLOR #D37264

HEX: #D37264 RGB: (211,114,100)

Color info

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

RGB color model

#D37264 color RGB value is (211,114,100).

RGB: (211,114,100) (83%, 45%, 39%)

RGB channels and saturation

R 211 of 255 = 83%
G 114 of 255 = 45%
B 100 of 255 = 39%

211
114
100

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

Portions of RGB colors in percentages

R + G + B = 211 + 114 + 100 = 425 (100%)
R 211 of 425 ~ 49.65%
G 114 of 425 ~ 26.82%
B 100 of 425 ~ 23.53'%

%49.65
%26.82
%23.53

CMYK color model

#D37264 color CMYK value is (0,46,53,17).

  • cyan value is 0.00%
  • magenta value is 45.97%
  • yellow value is 52.61%
  • key color value is 17.25%

CMYK: (0,46,53,17)
C0M46Y53K17 (0%, 46%, 53%, 17%)
(0.00 / 0.46 / 0.53 / 0.17)

CMYK percentages

%0
%45.97
%52.61
%17.25

Codes

Color #D37264 in popluar color models

D3 72 64
RGB 211 114 100
HSL 55.78% 60.98%
HSB/HSV 52.61% 82.75%
CMYK 0.00% 45.97% 52.61%
17.25%

Color #D37264 in popluar number systems.

HEX D3 72 64
Decimal 211 114 100
Binary 11010011 1110010 1100100
Octal 323 162 144

Shades and tints

Shades of #D37264

#D37264
(211,114,100)
#C0685B
(192,104,91)
#AD5E52
(173,94,82)
#9A5449
(154,84,73)
#874A40
(135,74,64)
#744037
(116,64,55)
#61362E
(97,54,46)
#4E2C25
(78,44,37)
#3B221C
(59,34,28)
#281813
(40,24,19)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #D37264

#D37264
(211,114,100)
#D77E72
(215,126,114)
#DB8A80
(219,138,128)
#DF968E
(223,150,142)
#E3A29C
(227,162,156)
#E7AEAA
(231,174,170)
#EBBAB8
(235,186,184)
#EFC6C6
(239,198,198)
#F3D2D4
(243,210,212)
#F7DEE2
(247,222,226)
#FBEAF0
(251,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D37264; }

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

This text font color is #D37264.

Background Color

.myBgColor { background-color: #D37264; }

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

This div background color is #D37264.

Border color

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

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

This div border color is #D37264.

Opacity

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

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

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

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

This text has shadow with #D37264 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D37264.

Preview

Color preview on black background

This text has color #D37264 on black background.


Color preview on white background

This text has color #D37264 on white background.


Black color preview on #D37264 background

This text has black color on #D37264 background.


White color preview on #D37264 background

This text has white color on #D37264 background.


Related colors

Complementary color

Complementary color for #hex is #2C8D9B.


I love getcolorcode.com

Triadic colors

1 #64D372 and #7264D3 with #D37264 are triadic colors.

2 #6472D3 and #72D364 with #D37264 are triadic colors.