COLOR #D67454

HEX: #D67454
RGB: (214,116,84)

Color info

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

RGB color model

#D67454 color RGB value is (214,116,84).

  • red value is 214;
  • green value is 116;
  • blue value is 84.
RGB:
(214,116,84)
(84%,45%,33%)

RGB channels and saturation

R 214 of 255 = 84%
G 116 of 255 = 45%
B 84 of 255 = 33%

214
116
84

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

Portions of RGB colors in percentages

R + G + B =
214 + 116 + 84 = 414 (100%)
R 214 of 414 ~ 51.69%
G 116 of 414 ~ 28.02%
B 84 of 414 ~ 20.29%

%51.69
%28.02
%20.29

CMYK color model

#D67454 color CMYK value is (0,46,61,16).

  • cyan value is 0.00%
  • magenta value is 45.79%
  • yellow value is 60.75%
  • key color value is 16.08%
CMYK:
(0,46,61,16)
C0M46Y61K16 
(0%,46%,61%,16%)
(0.00/0.46/0.61/0.16)	

CMYK percentages

%0
%45.79
%60.75
%16.08

Codes

Color #D67454 in popluar color models

D67454
RGB21411684
HSL15°61.32%58.43%
HSB/HSV15°60.75%83.92%
CMYK0.00%45.79%60.75%
16.08%

Color #D67454 in popluar number systems.

HEXD67454
Decimal21411684
Binary1101011011101001010100
Octal326164124

Shades and tints

Shades of #D67454

#D67454
(214,116,84)
#C36A4D
(195,106,77)
#B06046
(176,96,70)
#9D563F
(157,86,63)
#8A4C38
(138,76,56)
#774231
(119,66,49)
#64382A
(100,56,42)
#512E23
(81,46,35)
#3E241C
(62,36,28)
#2B1A15
(43,26,21)
#18100E
(24,16,14)
#000000
(0,0,0)

Tints of #D67454

#D67454
(214,116,84)
#D98063
(217,128,99)
#DC8C72
(220,140,114)
#DF9881
(223,152,129)
#E2A490
(226,164,144)
#E5B09F
(229,176,159)
#E8BCAE
(232,188,174)
#EBC8BD
(235,200,189)
#EED4CC
(238,212,204)
#F1E0DB
(241,224,219)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67454 color. Also use rgb(214,116,84) instead hex code.

Text Font Color

.myTextColor { color: #D67454; }

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

This text font color is #D67454.


Background Color

.myBgColor { background-color: #D67454; }

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

This div background color is #D67454.


Border color

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

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

This div border color is #D67454.


Opacity

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

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

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

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

This text has shadow with #D67454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67454 on black background.


Color preview on white background

This text has color #D67454 on white background.



Black color preview on #D67454 background

This text has black color on #D67454 background.


White color preview on #D67454 background

This text has white color on #D67454 background.