COLOR #D76258

HEX: #D76258
RGB: (215,98,88)

Color info

#D76258 contains mainly red color. Web safe color of #D76258 is #CC6666 (or #C66).

RGB color model

#D76258 color RGB value is (215,98,88).

  • red value is 215;
  • green value is 98;
  • blue value is 88.
RGB:
(215,98,88)
(84%,38%,35%)

RGB channels and saturation

R 215 of 255 = 84%
G 98 of 255 = 38%
B 88 of 255 = 35%

215
98
88

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

Portions of RGB colors in percentages

R + G + B =
215 + 98 + 88 = 401 (100%)
R 215 of 401 ~ 53.62%
G 98 of 401 ~ 24.44%
B 88 of 401 ~ 21.95%

%53.62
%24.44
%21.95

CMYK color model

#D76258 color CMYK value is (0,54,59,16).

  • cyan value is 0.00%
  • magenta value is 54.42%
  • yellow value is 59.07%
  • key color value is 15.69%
CMYK:
(0,54,59,16)
C0M54Y59K16 
(0%,54%,59%,16%)
(0.00/0.54/0.59/0.16)	

CMYK percentages

%0
%54.42
%59.07
%15.69

Codes

Color #D76258 in popluar color models

D76258
RGB2159888
HSL61.35%59.41%
HSB/HSV59.07%84.31%
CMYK0.00%54.42%59.07%
15.69%

Color #D76258 in popluar number systems.

HEXD76258
Decimal2159888
Binary1101011111000101011000
Octal327142130

Shades and tints

Shades of #D76258

#D76258
(215,98,88)
#C45A50
(196,90,80)
#B15248
(177,82,72)
#9E4A40
(158,74,64)
#8B4238
(139,66,56)
#783A30
(120,58,48)
#653228
(101,50,40)
#522A20
(82,42,32)
#3F2218
(63,34,24)
#2C1A10
(44,26,16)
#191208
(25,18,8)
#000000
(0,0,0)

Tints of #D76258

#D76258
(215,98,88)
#DA7067
(218,112,103)
#DD7E76
(221,126,118)
#E08C85
(224,140,133)
#E39A94
(227,154,148)
#E6A8A3
(230,168,163)
#E9B6B2
(233,182,178)
#ECC4C1
(236,196,193)
#EFD2D0
(239,210,208)
#F2E0DF
(242,224,223)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76258 color. Also use rgb(215,98,88) instead hex code.

Text Font Color

.myTextColor { color: #D76258; }

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

This text font color is #D76258.


Background Color

.myBgColor { background-color: #D76258; }

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

This div background color is #D76258.


Border color

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

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

This div border color is #D76258.


Opacity

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

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

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

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

This text has shadow with #D76258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76258 on black background.


Color preview on white background

This text has color #D76258 on white background.



Black color preview on #D76258 background

This text has black color on #D76258 background.


White color preview on #D76258 background

This text has white color on #D76258 background.