COLOR #D07041

HEX: #D07041
RGB: (208,112,65)

Color info

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

RGB color model

#D07041 color RGB value is (208,112,65).

  • red value is 208;
  • green value is 112;
  • blue value is 65.
RGB:
(208,112,65)
(82%,44%,25%)

RGB channels and saturation

R 208 of 255 = 82%
G 112 of 255 = 44%
B 65 of 255 = 25%

208
112
65

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

Portions of RGB colors in percentages

R + G + B =
208 + 112 + 65 = 385 (100%)
R 208 of 385 ~ 54.03%
G 112 of 385 ~ 29.09%
B 65 of 385 ~ 16.88%

%54.03
%29.09
%16.88

CMYK color model

#D07041 color CMYK value is (0,46,69,18).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 68.75%
  • key color value is 18.43%
CMYK:
(0,46,69,18)
C0M46Y69K18 
(0%,46%,69%,18%)
(0.00/0.46/0.69/0.18)	

CMYK percentages

%0
%46.15
%68.75
%18.43

Codes

Color #D07041 in popluar color models

D07041
RGB20811265
HSL20°60.34%53.53%
HSB/HSV20°68.75%81.57%
CMYK0.00%46.15%68.75%
18.43%

Color #D07041 in popluar number systems.

HEXD07041
Decimal20811265
Binary1101000011100001000001
Octal320160101

Shades and tints

Shades of #D07041

#D07041
(208,112,65)
#BE663C
(190,102,60)
#AC5C37
(172,92,55)
#9A5232
(154,82,50)
#88482D
(136,72,45)
#763E28
(118,62,40)
#643423
(100,52,35)
#522A1E
(82,42,30)
#402019
(64,32,25)
#2E1614
(46,22,20)
#1C0C0F
(28,12,15)
#000000
(0,0,0)

Tints of #D07041

#D07041
(208,112,65)
#D47D52
(212,125,82)
#D88A63
(216,138,99)
#DC9774
(220,151,116)
#E0A485
(224,164,133)
#E4B196
(228,177,150)
#E8BEA7
(232,190,167)
#ECCBB8
(236,203,184)
#F0D8C9
(240,216,201)
#F4E5DA
(244,229,218)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07041 color. Also use rgb(208,112,65) instead hex code.

Text Font Color

.myTextColor { color: #D07041; }

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

This text font color is #D07041.


Background Color

.myBgColor { background-color: #D07041; }

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

This div background color is #D07041.


Border color

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

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

This div border color is #D07041.


Opacity

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

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

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

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

This text has shadow with #D07041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07041 on black background.


Color preview on white background

This text has color #D07041 on white background.



Black color preview on #D07041 background

This text has black color on #D07041 background.


White color preview on #D07041 background

This text has white color on #D07041 background.