COLOR #D67074

HEX: #D67074
RGB: (214,112,116)

Color info

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

RGB color model

#D67074 color RGB value is (214,112,116).

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

RGB channels and saturation

R 214 of 255 = 84%
G 112 of 255 = 44%
B 116 of 255 = 45%

214
112
116

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

Portions of RGB colors in percentages

R + G + B =
214 + 112 + 116 = 442 (100%)
R 214 of 442 ~ 48.42%
G 112 of 442 ~ 25.34%
B 116 of 442 ~ 26.24%

%48.42
%25.34
%26.24

CMYK color model

#D67074 color CMYK value is (0,48,46,16).

  • cyan value is 0.00%
  • magenta value is 47.66%
  • yellow value is 45.79%
  • key color value is 16.08%
CMYK:
(0,48,46,16)
C0M48Y46K16 
(0%,48%,46%,16%)
(0.00/0.48/0.46/0.16)	

CMYK percentages

%0
%47.66
%45.79
%16.08

Codes

Color #D67074 in popluar color models

D67074
RGB214112116
HSL358°55.43%63.92%
HSB/HSV358°47.66%83.92%
CMYK0.00%47.66%45.79%
16.08%

Color #D67074 in popluar number systems.

HEXD67074
Decimal214112116
Binary1101011011100001110100
Octal326160164

Shades and tints

Shades of #D67074

#D67074
(214,112,116)
#C3666A
(195,102,106)
#B05C60
(176,92,96)
#9D5256
(157,82,86)
#8A484C
(138,72,76)
#773E42
(119,62,66)
#643438
(100,52,56)
#512A2E
(81,42,46)
#3E2024
(62,32,36)
#2B161A
(43,22,26)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #D67074

#D67074
(214,112,116)
#D97D80
(217,125,128)
#DC8A8C
(220,138,140)
#DF9798
(223,151,152)
#E2A4A4
(226,164,164)
#E5B1B0
(229,177,176)
#E8BEBC
(232,190,188)
#EBCBC8
(235,203,200)
#EED8D4
(238,216,212)
#F1E5E0
(241,229,224)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D67074; }

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

This text font color is #D67074.


Background Color

.myBgColor { background-color: #D67074; }

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

This div background color is #D67074.


Border color

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

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

This div border color is #D67074.


Opacity

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

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

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

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

This text has shadow with #D67074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67074 on black background.


Color preview on white background

This text has color #D67074 on white background.



Black color preview on #D67074 background

This text has black color on #D67074 background.


White color preview on #D67074 background

This text has white color on #D67074 background.