COLOR #D3664D

HEX: #D3664D RGB: (211,102,77)

Color info

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

RGB color model

#D3664D color RGB value is (211,102,77).

RGB: (211,102,77) (83%, 40%, 30%)

RGB channels and saturation

R 211 of 255 = 83%
G 102 of 255 = 40%
B 77 of 255 = 30%

211
102
77

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

Portions of RGB colors in percentages

R + G + B = 211 + 102 + 77 = 390 (100%)
R 211 of 390 ~ 54.1%
G 102 of 390 ~ 26.15%
B 77 of 390 ~ 19.74'%

%54.1
%26.15
%19.74

CMYK color model

#D3664D color CMYK value is (0,52,64,17).

  • cyan value is 0.00%
  • magenta value is 51.66%
  • yellow value is 63.51%
  • key color value is 17.25%

CMYK: (0,52,64,17)
C0M52Y64K17 (0%, 52%, 64%, 17%)
(0.00 / 0.52 / 0.64 / 0.17)

CMYK percentages

%0
%51.66
%63.51
%17.25

Codes

Color #D3664D in popluar color models

D3 66 4D
RGB 211 102 77
HSL 11° 60.36% 56.47%
HSB/HSV 11° 63.51% 82.75%
CMYK 0.00% 51.66% 63.51%
17.25%

Color #D3664D in popluar number systems.

HEX D3 66 4D
Decimal 211 102 77
Binary 11010011 1100110 1001101
Octal 323 146 115

Shades and tints

Shades of #D3664D

#D3664D
(211,102,77)
#C05D46
(192,93,70)
#AD543F
(173,84,63)
#9A4B38
(154,75,56)
#874231
(135,66,49)
#74392A
(116,57,42)
#613023
(97,48,35)
#4E271C
(78,39,28)
#3B1E15
(59,30,21)
#28150E
(40,21,14)
#150C07
(21,12,7)
#000000
(0,0,0)

Tints of #D3664D

#D3664D
(211,102,77)
#D7735D
(215,115,93)
#DB806D
(219,128,109)
#DF8D7D
(223,141,125)
#E39A8D
(227,154,141)
#E7A79D
(231,167,157)
#EBB4AD
(235,180,173)
#EFC1BD
(239,193,189)
#F3CECD
(243,206,205)
#F7DBDD
(247,219,221)
#FBE8ED
(251,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3664D color. Also use rgb(211,102,77) instead hex code.

Text Font Color

.myTextColor { color: #D3664D; }

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

This text font color is #D3664D.

Background Color

.myBgColor { background-color: #D3664D; }

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

This div background color is #D3664D.

Border color

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

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

This div border color is #D3664D.

Opacity

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

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

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

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

This text has shadow with #D3664D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3664D.

Preview

Color preview on black background

This text has color #D3664D on black background.


Color preview on white background

This text has color #D3664D on white background.


Black color preview on #D3664D background

This text has black color on #D3664D background.


White color preview on #D3664D background

This text has white color on #D3664D background.


Related colors

Complementary color

Complementary color for #D3664D is #2C99B2.


I love getcolorcode.com

Triadic colors

1 #4DD366 and #664DD3 with #D3664D are triadic colors.

2 #4D66D3 and #66D34D with #D3664D are triadic colors.