COLOR #D76F40

HEX: #D76F40
RGB: (215,111,64)

Color info

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

RGB color model

#D76F40 color RGB value is (215,111,64).

  • red value is 215;
  • green value is 111;
  • blue value is 64.
RGB:
(215,111,64)
(84%,44%,25%)

RGB channels and saturation

R 215 of 255 = 84%
G 111 of 255 = 44%
B 64 of 255 = 25%

215
111
64

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

Portions of RGB colors in percentages

R + G + B =
215 + 111 + 64 = 390 (100%)
R 215 of 390 ~ 55.13%
G 111 of 390 ~ 28.46%
B 64 of 390 ~ 16.41%

%55.13
%28.46
%16.41

CMYK color model

#D76F40 color CMYK value is (0,48,70,16).

  • cyan value is 0.00%
  • magenta value is 48.37%
  • yellow value is 70.23%
  • key color value is 15.69%
CMYK:
(0,48,70,16)
C0M48Y70K16 
(0%,48%,70%,16%)
(0.00/0.48/0.70/0.16)	

CMYK percentages

%0
%48.37
%70.23
%15.69

Codes

Color #D76F40 in popluar color models

D76F40
RGB21511164
HSL19°65.37%54.71%
HSB/HSV19°70.23%84.31%
CMYK0.00%48.37%70.23%
15.69%

Color #D76F40 in popluar number systems.

HEXD76F40
Decimal21511164
Binary1101011111011111000000
Octal327157100

Shades and tints

Shades of #D76F40

#D76F40
(215,111,64)
#C4653B
(196,101,59)
#B15B36
(177,91,54)
#9E5131
(158,81,49)
#8B472C
(139,71,44)
#783D27
(120,61,39)
#653322
(101,51,34)
#52291D
(82,41,29)
#3F1F18
(63,31,24)
#2C1513
(44,21,19)
#190B0E
(25,11,14)
#000000
(0,0,0)

Tints of #D76F40

#D76F40
(215,111,64)
#DA7C51
(218,124,81)
#DD8962
(221,137,98)
#E09673
(224,150,115)
#E3A384
(227,163,132)
#E6B095
(230,176,149)
#E9BDA6
(233,189,166)
#ECCAB7
(236,202,183)
#EFD7C8
(239,215,200)
#F2E4D9
(242,228,217)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76F40 color. Also use rgb(215,111,64) instead hex code.

Text Font Color

.myTextColor { color: #D76F40; }

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

This text font color is #D76F40.


Background Color

.myBgColor { background-color: #D76F40; }

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

This div background color is #D76F40.


Border color

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

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

This div border color is #D76F40.


Opacity

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

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

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

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

This text has shadow with #D76F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76F40 on black background.


Color preview on white background

This text has color #D76F40 on white background.



Black color preview on #D76F40 background

This text has black color on #D76F40 background.


White color preview on #D76F40 background

This text has white color on #D76F40 background.