COLOR #D67D3F

HEX: #D67D3F
RGB: (214,125,63)

Color info

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

RGB color model

#D67D3F color RGB value is (214,125,63).

  • red value is 214;
  • green value is 125;
  • blue value is 63.
RGB:
(214,125,63)
(84%,49%,25%)

RGB channels and saturation

R 214 of 255 = 84%
G 125 of 255 = 49%
B 63 of 255 = 25%

214
125
63

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

Portions of RGB colors in percentages

R + G + B =
214 + 125 + 63 = 402 (100%)
R 214 of 402 ~ 53.23%
G 125 of 402 ~ 31.09%
B 63 of 402 ~ 15.67%

%53.23
%31.09
%15.67

CMYK color model

#D67D3F color CMYK value is (0,42,71,16).

  • cyan value is 0.00%
  • magenta value is 41.59%
  • yellow value is 70.56%
  • key color value is 16.08%
CMYK:
(0,42,71,16)
C0M42Y71K16 
(0%,42%,71%,16%)
(0.00/0.42/0.71/0.16)	

CMYK percentages

%0
%41.59
%70.56
%16.08

Codes

Color #D67D3F in popluar color models

D67D3F
RGB21412563
HSL25°64.81%54.31%
HSB/HSV25°70.56%83.92%
CMYK0.00%41.59%70.56%
16.08%

Color #D67D3F in popluar number systems.

HEXD67D3F
Decimal21412563
Binary110101101111101111111
Octal32617577

Shades and tints

Shades of #D67D3F

#D67D3F
(214,125,63)
#C3723A
(195,114,58)
#B06735
(176,103,53)
#9D5C30
(157,92,48)
#8A512B
(138,81,43)
#774626
(119,70,38)
#643B21
(100,59,33)
#51301C
(81,48,28)
#3E2517
(62,37,23)
#2B1A12
(43,26,18)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #D67D3F

#D67D3F
(214,125,63)
#D98850
(217,136,80)
#DC9361
(220,147,97)
#DF9E72
(223,158,114)
#E2A983
(226,169,131)
#E5B494
(229,180,148)
#E8BFA5
(232,191,165)
#EBCAB6
(235,202,182)
#EED5C7
(238,213,199)
#F1E0D8
(241,224,216)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67D3F color. Also use rgb(214,125,63) instead hex code.

Text Font Color

.myTextColor { color: #D67D3F; }

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

This text font color is #D67D3F.


Background Color

.myBgColor { background-color: #D67D3F; }

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

This div background color is #D67D3F.


Border color

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

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

This div border color is #D67D3F.


Opacity

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

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

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

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

This text has shadow with #D67D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67D3F on black background.


Color preview on white background

This text has color #D67D3F on white background.



Black color preview on #D67D3F background

This text has black color on #D67D3F background.


White color preview on #D67D3F background

This text has white color on #D67D3F background.