COLOR #D67936

HEX: #D67936
RGB: (214,121,54)

Color info

#D67936 contains mainly red color. Web safe color of #D67936 is #CC6633 (or #C63).

RGB color model

#D67936 color RGB value is (214,121,54).

  • red value is 214;
  • green value is 121;
  • blue value is 54.
RGB:
(214,121,54)
(84%,47%,21%)

RGB channels and saturation

R 214 of 255 = 84%
G 121 of 255 = 47%
B 54 of 255 = 21%

214
121
54

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

Portions of RGB colors in percentages

R + G + B =
214 + 121 + 54 = 389 (100%)
R 214 of 389 ~ 55.01%
G 121 of 389 ~ 31.11%
B 54 of 389 ~ 13.88%

%55.01
%31.11
%13.88

CMYK color model

#D67936 color CMYK value is (0,43,75,16).

  • cyan value is 0.00%
  • magenta value is 43.46%
  • yellow value is 74.77%
  • key color value is 16.08%
CMYK:
(0,43,75,16)
C0M43Y75K16 
(0%,43%,75%,16%)
(0.00/0.43/0.75/0.16)	

CMYK percentages

%0
%43.46
%74.77
%16.08

Codes

Color #D67936 in popluar color models

D67936
RGB21412154
HSL25°66.12%52.55%
HSB/HSV25°74.77%83.92%
CMYK0.00%43.46%74.77%
16.08%

Color #D67936 in popluar number systems.

HEXD67936
Decimal21412154
Binary110101101111001110110
Octal32617166

Shades and tints

Shades of #D67936

#D67936
(214,121,54)
#C36E32
(195,110,50)
#B0632E
(176,99,46)
#9D582A
(157,88,42)
#8A4D26
(138,77,38)
#774222
(119,66,34)
#64371E
(100,55,30)
#512C1A
(81,44,26)
#3E2116
(62,33,22)
#2B1612
(43,22,18)
#180B0E
(24,11,14)
#000000
(0,0,0)

Tints of #D67936

#D67936
(214,121,54)
#D98548
(217,133,72)
#DC915A
(220,145,90)
#DF9D6C
(223,157,108)
#E2A97E
(226,169,126)
#E5B590
(229,181,144)
#E8C1A2
(232,193,162)
#EBCDB4
(235,205,180)
#EED9C6
(238,217,198)
#F1E5D8
(241,229,216)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67936 color. Also use rgb(214,121,54) instead hex code.

Text Font Color

.myTextColor { color: #D67936; }

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

This text font color is #D67936.


Background Color

.myBgColor { background-color: #D67936; }

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

This div background color is #D67936.


Border color

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

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

This div border color is #D67936.


Opacity

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

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

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

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

This text has shadow with #D67936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D67936 on black background.


Color preview on white background

This text has color #D67936 on white background.



Black color preview on #D67936 background

This text has black color on #D67936 background.


White color preview on #D67936 background

This text has white color on #D67936 background.