COLOR #D68360

HEX: #D68360
RGB: (214,131,96)

Color info

#D68360 contains mainly red color. Web safe color of #D68360 is #CC9966 (or #C96).

RGB color model

#D68360 color RGB value is (214,131,96).

  • red value is 214;
  • green value is 131;
  • blue value is 96.
RGB:
(214,131,96)
(84%,51%,38%)

RGB channels and saturation

R 214 of 255 = 84%
G 131 of 255 = 51%
B 96 of 255 = 38%

214
131
96

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

Portions of RGB colors in percentages

R + G + B =
214 + 131 + 96 = 441 (100%)
R 214 of 441 ~ 48.53%
G 131 of 441 ~ 29.71%
B 96 of 441 ~ 21.77%

%48.53
%29.71
%21.77

CMYK color model

#D68360 color CMYK value is (0,39,55,16).

  • cyan value is 0.00%
  • magenta value is 38.79%
  • yellow value is 55.14%
  • key color value is 16.08%
CMYK:
(0,39,55,16)
C0M39Y55K16 
(0%,39%,55%,16%)
(0.00/0.39/0.55/0.16)	

CMYK percentages

%0
%38.79
%55.14
%16.08

Codes

Color #D68360 in popluar color models

D68360
RGB21413196
HSL18°59.00%60.78%
HSB/HSV18°55.14%83.92%
CMYK0.00%38.79%55.14%
16.08%

Color #D68360 in popluar number systems.

HEXD68360
Decimal21413196
Binary11010110100000111100000
Octal326203140

Shades and tints

Shades of #D68360

#D68360
(214,131,96)
#C37858
(195,120,88)
#B06D50
(176,109,80)
#9D6248
(157,98,72)
#8A5740
(138,87,64)
#774C38
(119,76,56)
#644130
(100,65,48)
#513628
(81,54,40)
#3E2B20
(62,43,32)
#2B2018
(43,32,24)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #D68360

#D68360
(214,131,96)
#D98E6E
(217,142,110)
#DC997C
(220,153,124)
#DFA48A
(223,164,138)
#E2AF98
(226,175,152)
#E5BAA6
(229,186,166)
#E8C5B4
(232,197,180)
#EBD0C2
(235,208,194)
#EEDBD0
(238,219,208)
#F1E6DE
(241,230,222)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D68360 color. Also use rgb(214,131,96) instead hex code.

Text Font Color

.myTextColor { color: #D68360; }

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

This text font color is #D68360.


Background Color

.myBgColor { background-color: #D68360; }

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

This div background color is #D68360.


Border color

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

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

This div border color is #D68360.


Opacity

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

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

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

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

This text has shadow with #D68360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68360 on black background.


Color preview on white background

This text has color #D68360 on white background.



Black color preview on #D68360 background

This text has black color on #D68360 background.


White color preview on #D68360 background

This text has white color on #D68360 background.