COLOR #D38044

HEX: #D38044
RGB: (211,128,68)

Color info

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

RGB color model

#D38044 color RGB value is (211,128,68).

  • red value is 211;
  • green value is 128;
  • blue value is 68.
RGB:
(211,128,68)
(83%,50%,27%)

RGB channels and saturation

R 211 of 255 = 83%
G 128 of 255 = 50%
B 68 of 255 = 27%

211
128
68

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

Portions of RGB colors in percentages

R + G + B =
211 + 128 + 68 = 407 (100%)
R 211 of 407 ~ 51.84%
G 128 of 407 ~ 31.45%
B 68 of 407 ~ 16.71%

%51.84
%31.45
%16.71

CMYK color model

#D38044 color CMYK value is (0,39,68,17).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 67.77%
  • key color value is 17.25%
CMYK:
(0,39,68,17)
C0M39Y68K17 
(0%,39%,68%,17%)
(0.00/0.39/0.68/0.17)	

CMYK percentages

%0
%39.34
%67.77
%17.25

Codes

Color #D38044 in popluar color models

D38044
RGB21112868
HSL25°61.90%54.71%
HSB/HSV25°67.77%82.75%
CMYK0.00%39.34%67.77%
17.25%

Color #D38044 in popluar number systems.

HEXD38044
Decimal21112868
Binary11010011100000001000100
Octal323200104

Shades and tints

Shades of #D38044

#D38044
(211,128,68)
#C0753E
(192,117,62)
#AD6A38
(173,106,56)
#9A5F32
(154,95,50)
#87542C
(135,84,44)
#744926
(116,73,38)
#613E20
(97,62,32)
#4E331A
(78,51,26)
#3B2814
(59,40,20)
#281D0E
(40,29,14)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #D38044

#D38044
(211,128,68)
#D78B55
(215,139,85)
#DB9666
(219,150,102)
#DFA177
(223,161,119)
#E3AC88
(227,172,136)
#E7B799
(231,183,153)
#EBC2AA
(235,194,170)
#EFCDBB
(239,205,187)
#F3D8CC
(243,216,204)
#F7E3DD
(247,227,221)
#FBEEEE
(251,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38044 color. Also use rgb(211,128,68) instead hex code.

Text Font Color

.myTextColor { color: #D38044; }

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

This text font color is #D38044.


Background Color

.myBgColor { background-color: #D38044; }

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

This div background color is #D38044.


Border color

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

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

This div border color is #D38044.


Opacity

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

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

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

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

This text has shadow with #D38044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38044 on black background.


Color preview on white background

This text has color #D38044 on white background.



Black color preview on #D38044 background

This text has black color on #D38044 background.


White color preview on #D38044 background

This text has white color on #D38044 background.