COLOR #D68467

HEX: #D68467
RGB: (214,132,103)

Color info

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

RGB color model

#D68467 color RGB value is (214,132,103).

  • red value is 214;
  • green value is 132;
  • blue value is 103.
RGB:
(214,132,103)
(84%,52%,40%)

RGB channels and saturation

R 214 of 255 = 84%
G 132 of 255 = 52%
B 103 of 255 = 40%

214
132
103

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

Portions of RGB colors in percentages

R + G + B =
214 + 132 + 103 = 449 (100%)
R 214 of 449 ~ 47.66%
G 132 of 449 ~ 29.4%
B 103 of 449 ~ 22.94%

%47.66
%29.4
%22.94

CMYK color model

#D68467 color CMYK value is (0,38,52,16).

  • cyan value is 0.00%
  • magenta value is 38.32%
  • yellow value is 51.87%
  • key color value is 16.08%
CMYK:
(0,38,52,16)
C0M38Y52K16 
(0%,38%,52%,16%)
(0.00/0.38/0.52/0.16)	

CMYK percentages

%0
%38.32
%51.87
%16.08

Codes

Color #D68467 in popluar color models

D68467
RGB214132103
HSL16°57.51%62.16%
HSB/HSV16°51.87%83.92%
CMYK0.00%38.32%51.87%
16.08%

Color #D68467 in popluar number systems.

HEXD68467
Decimal214132103
Binary11010110100001001100111
Octal326204147

Shades and tints

Shades of #D68467

#D68467
(214,132,103)
#C3785E
(195,120,94)
#B06C55
(176,108,85)
#9D604C
(157,96,76)
#8A5443
(138,84,67)
#77483A
(119,72,58)
#643C31
(100,60,49)
#513028
(81,48,40)
#3E241F
(62,36,31)
#2B1816
(43,24,22)
#180C0D
(24,12,13)
#000000
(0,0,0)

Tints of #D68467

#D68467
(214,132,103)
#D98F74
(217,143,116)
#DC9A81
(220,154,129)
#DFA58E
(223,165,142)
#E2B09B
(226,176,155)
#E5BBA8
(229,187,168)
#E8C6B5
(232,198,181)
#EBD1C2
(235,209,194)
#EEDCCF
(238,220,207)
#F1E7DC
(241,231,220)
#F4F2E9
(244,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D68467 color. Also use rgb(214,132,103) instead hex code.

Text Font Color

.myTextColor { color: #D68467; }

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

This text font color is #D68467.


Background Color

.myBgColor { background-color: #D68467; }

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

This div background color is #D68467.


Border color

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

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

This div border color is #D68467.


Opacity

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

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

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

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

This text has shadow with #D68467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68467 on black background.


Color preview on white background

This text has color #D68467 on white background.



Black color preview on #D68467 background

This text has black color on #D68467 background.


White color preview on #D68467 background

This text has white color on #D68467 background.