COLOR #D68C46

HEX: #D68C46 RGB: (214,140,70)

Color info

#D68C46 contains mainly red color. Web safe color of #D68C46 is #CC9933 (or #C93).

RGB color model

#D68C46 color RGB value is (214,140,70).

RGB: (214,140,70) (84%, 55%, 27%)

RGB channels and saturation

R 214 of 255 = 84%
G 140 of 255 = 55%
B 70 of 255 = 27%

214
140
70

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

Portions of RGB colors in percentages

R + G + B = 214 + 140 + 70 = 424 (100%)
R 214 of 424 ~ 50.47%
G 140 of 424 ~ 33.02%
B 70 of 424 ~ 16.51'%

%50.47
%33.02
%16.51

CMYK color model

#D68C46 color CMYK value is (0,35,67,16).

  • cyan value is 0.00%
  • magenta value is 34.58%
  • yellow value is 67.29%
  • key color value is 16.08%

CMYK: (0,35,67,16)
C0M35Y67K16 (0%, 35%, 67%, 16%)
(0.00 / 0.35 / 0.67 / 0.16)

CMYK percentages

%0
%34.58
%67.29
%16.08

Codes

Color #D68C46 in popluar color models

D6 8C 46
RGB 214 140 70
HSL 29° 63.72% 55.69%
HSB/HSV 29° 67.29% 83.92%
CMYK 0.00% 34.58% 67.29%
16.08%

Color #D68C46 in popluar number systems.

HEX D6 8C 46
Decimal 214 140 70
Binary 11010110 10001100 1000110
Octal 326 214 106

Shades and tints

Shades of #D68C46

#D68C46
(214,140,70)
#C38040
(195,128,64)
#B0743A
(176,116,58)
#9D6834
(157,104,52)
#8A5C2E
(138,92,46)
#775028
(119,80,40)
#644422
(100,68,34)
#51381C
(81,56,28)
#3E2C16
(62,44,22)
#2B2010
(43,32,16)
#18140A
(24,20,10)
#000000
(0,0,0)

Tints of #D68C46

#D68C46
(214,140,70)
#D99656
(217,150,86)
#DCA066
(220,160,102)
#DFAA76
(223,170,118)
#E2B486
(226,180,134)
#E5BE96
(229,190,150)
#E8C8A6
(232,200,166)
#EBD2B6
(235,210,182)
#EEDCC6
(238,220,198)
#F1E6D6
(241,230,214)
#F4F0E6
(244,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D68C46 color. Also use rgb(214,140,70) instead hex code.

Text Font Color

.myTextColor { color: #D68C46; }

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

This text font color is #D68C46.

Background Color

.myBgColor { background-color: #D68C46; }

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

This div background color is #D68C46.

Border color

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

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

This div border color is #D68C46.

Opacity

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

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

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

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

This text has shadow with #D68C46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D68C46.

Preview

Color preview on black background

This text has color #D68C46 on black background.


Color preview on white background

This text has color #D68C46 on white background.


Black color preview on #D68C46 background

This text has black color on #D68C46 background.


White color preview on #D68C46 background

This text has white color on #D68C46 background.


Related colors

Complementary color

Complementary color for #hex is #2973B9.


I love getcolorcode.com

Triadic colors

1 #46D68C and #8C46D6 with #D68C46 are triadic colors.

2 #468CD6 and #8CD646 with #D68C46 are triadic colors.