COLOR #D07E4B

HEX: #D07E4B
RGB: (208,126,75)

Color info

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

RGB color model

#D07E4B color RGB value is (208,126,75).

  • red value is 208;
  • green value is 126;
  • blue value is 75.
RGB:
(208,126,75)
(82%,49%,29%)

RGB channels and saturation

R 208 of 255 = 82%
G 126 of 255 = 49%
B 75 of 255 = 29%

208
126
75

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

Portions of RGB colors in percentages

R + G + B =
208 + 126 + 75 = 409 (100%)
R 208 of 409 ~ 50.86%
G 126 of 409 ~ 30.81%
B 75 of 409 ~ 18.34%

%50.86
%30.81
%18.34

CMYK color model

#D07E4B color CMYK value is (0,39,64,18).

  • cyan value is 0.00%
  • magenta value is 39.42%
  • yellow value is 63.94%
  • key color value is 18.43%
CMYK:
(0,39,64,18)
C0M39Y64K18 
(0%,39%,64%,18%)
(0.00/0.39/0.64/0.18)	

CMYK percentages

%0
%39.42
%63.94
%18.43

Codes

Color #D07E4B in popluar color models

D07E4B
RGB20812675
HSL23°58.59%55.49%
HSB/HSV23°63.94%81.57%
CMYK0.00%39.42%63.94%
18.43%

Color #D07E4B in popluar number systems.

HEXD07E4B
Decimal20812675
Binary1101000011111101001011
Octal320176113

Shades and tints

Shades of #D07E4B

#D07E4B
(208,126,75)
#BE7345
(190,115,69)
#AC683F
(172,104,63)
#9A5D39
(154,93,57)
#885233
(136,82,51)
#76472D
(118,71,45)
#643C27
(100,60,39)
#523121
(82,49,33)
#40261B
(64,38,27)
#2E1B15
(46,27,21)
#1C100F
(28,16,15)
#000000
(0,0,0)

Tints of #D07E4B

#D07E4B
(208,126,75)
#D4895B
(212,137,91)
#D8946B
(216,148,107)
#DC9F7B
(220,159,123)
#E0AA8B
(224,170,139)
#E4B59B
(228,181,155)
#E8C0AB
(232,192,171)
#ECCBBB
(236,203,187)
#F0D6CB
(240,214,203)
#F4E1DB
(244,225,219)
#F8ECEB
(248,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07E4B color. Also use rgb(208,126,75) instead hex code.

Text Font Color

.myTextColor { color: #D07E4B; }

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

This text font color is #D07E4B.


Background Color

.myBgColor { background-color: #D07E4B; }

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

This div background color is #D07E4B.


Border color

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

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

This div border color is #D07E4B.


Opacity

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

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

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

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

This text has shadow with #D07E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07E4B on black background.


Color preview on white background

This text has color #D07E4B on white background.



Black color preview on #D07E4B background

This text has black color on #D07E4B background.


White color preview on #D07E4B background

This text has white color on #D07E4B background.