COLOR #D77D3C

HEX: #D77D3C
RGB: (215,125,60)

Color info

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

RGB color model

#D77D3C color RGB value is (215,125,60).

  • red value is 215;
  • green value is 125;
  • blue value is 60.
RGB:
(215,125,60)
(84%,49%,24%)

RGB channels and saturation

R 215 of 255 = 84%
G 125 of 255 = 49%
B 60 of 255 = 24%

215
125
60

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

Portions of RGB colors in percentages

R + G + B =
215 + 125 + 60 = 400 (100%)
R 215 of 400 ~ 53.75%
G 125 of 400 ~ 31.25%
B 60 of 400 ~ 15%

%53.75
%31.25
%15

CMYK color model

#D77D3C color CMYK value is (0,42,72,16).

  • cyan value is 0.00%
  • magenta value is 41.86%
  • yellow value is 72.09%
  • key color value is 15.69%
CMYK:
(0,42,72,16)
C0M42Y72K16 
(0%,42%,72%,16%)
(0.00/0.42/0.72/0.16)	

CMYK percentages

%0
%41.86
%72.09
%15.69

Codes

Color #D77D3C in popluar color models

D77D3C
RGB21512560
HSL25°65.96%53.92%
HSB/HSV25°72.09%84.31%
CMYK0.00%41.86%72.09%
15.69%

Color #D77D3C in popluar number systems.

HEXD77D3C
Decimal21512560
Binary110101111111101111100
Octal32717574

Shades and tints

Shades of #D77D3C

#D77D3C
(215,125,60)
#C47237
(196,114,55)
#B16732
(177,103,50)
#9E5C2D
(158,92,45)
#8B5128
(139,81,40)
#784623
(120,70,35)
#653B1E
(101,59,30)
#523019
(82,48,25)
#3F2514
(63,37,20)
#2C1A0F
(44,26,15)
#190F0A
(25,15,10)
#000000
(0,0,0)

Tints of #D77D3C

#D77D3C
(215,125,60)
#DA884D
(218,136,77)
#DD935E
(221,147,94)
#E09E6F
(224,158,111)
#E3A980
(227,169,128)
#E6B491
(230,180,145)
#E9BFA2
(233,191,162)
#ECCAB3
(236,202,179)
#EFD5C4
(239,213,196)
#F2E0D5
(242,224,213)
#F5EBE6
(245,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77D3C color. Also use rgb(215,125,60) instead hex code.

Text Font Color

.myTextColor { color: #D77D3C; }

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

This text font color is #D77D3C.


Background Color

.myBgColor { background-color: #D77D3C; }

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

This div background color is #D77D3C.


Border color

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

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

This div border color is #D77D3C.


Opacity

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

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

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

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

This text has shadow with #D77D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77D3C on black background.


Color preview on white background

This text has color #D77D3C on white background.



Black color preview on #D77D3C background

This text has black color on #D77D3C background.


White color preview on #D77D3C background

This text has white color on #D77D3C background.