COLOR #D67355

HEX: #D67355
RGB: (214,115,85)

Color info

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

RGB color model

#D67355 color RGB value is (214,115,85).

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

RGB channels and saturation

R 214 of 255 = 84%
G 115 of 255 = 45%
B 85 of 255 = 33%

214
115
85

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

Portions of RGB colors in percentages

R + G + B =
214 + 115 + 85 = 414 (100%)
R 214 of 414 ~ 51.69%
G 115 of 414 ~ 27.78%
B 85 of 414 ~ 20.53%

%51.69
%27.78
%20.53

CMYK color model

#D67355 color CMYK value is (0,46,60,16).

  • cyan value is 0.00%
  • magenta value is 46.26%
  • yellow value is 60.28%
  • key color value is 16.08%
CMYK:
(0,46,60,16)
C0M46Y60K16 
(0%,46%,60%,16%)
(0.00/0.46/0.60/0.16)	

CMYK percentages

%0
%46.26
%60.28
%16.08

Codes

Color #D67355 in popluar color models

D67355
RGB21411585
HSL14°61.14%58.63%
HSB/HSV14°60.28%83.92%
CMYK0.00%46.26%60.28%
16.08%

Color #D67355 in popluar number systems.

HEXD67355
Decimal21411585
Binary1101011011100111010101
Octal326163125

Shades and tints

Shades of #D67355

#D67355
(214,115,85)
#C3694E
(195,105,78)
#B05F47
(176,95,71)
#9D5540
(157,85,64)
#8A4B39
(138,75,57)
#774132
(119,65,50)
#64372B
(100,55,43)
#512D24
(81,45,36)
#3E231D
(62,35,29)
#2B1916
(43,25,22)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #D67355

#D67355
(214,115,85)
#D97F64
(217,127,100)
#DC8B73
(220,139,115)
#DF9782
(223,151,130)
#E2A391
(226,163,145)
#E5AFA0
(229,175,160)
#E8BBAF
(232,187,175)
#EBC7BE
(235,199,190)
#EED3CD
(238,211,205)
#F1DFDC
(241,223,220)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67355 color. Also use rgb(214,115,85) instead hex code.

Text Font Color

.myTextColor { color: #D67355; }

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

This text font color is #D67355.


Background Color

.myBgColor { background-color: #D67355; }

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

This div background color is #D67355.


Border color

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

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

This div border color is #D67355.


Opacity

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

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

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

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

This text has shadow with #D67355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67355 on black background.


Color preview on white background

This text has color #D67355 on white background.



Black color preview on #D67355 background

This text has black color on #D67355 background.


White color preview on #D67355 background

This text has white color on #D67355 background.