COLOR #D37762

HEX: #D37762
RGB: (211,119,98)

Color info

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

RGB color model

#D37762 color RGB value is (211,119,98).

  • red value is 211;
  • green value is 119;
  • blue value is 98.
RGB:
(211,119,98)
(83%,47%,38%)

RGB channels and saturation

R 211 of 255 = 83%
G 119 of 255 = 47%
B 98 of 255 = 38%

211
119
98

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

Portions of RGB colors in percentages

R + G + B =
211 + 119 + 98 = 428 (100%)
R 211 of 428 ~ 49.3%
G 119 of 428 ~ 27.8%
B 98 of 428 ~ 22.9%

%49.3
%27.8
%22.9

CMYK color model

#D37762 color CMYK value is (0,44,54,17).

  • cyan value is 0.00%
  • magenta value is 43.60%
  • yellow value is 53.55%
  • key color value is 17.25%
CMYK:
(0,44,54,17)
C0M44Y54K17 
(0%,44%,54%,17%)
(0.00/0.44/0.54/0.17)	

CMYK percentages

%0
%43.6
%53.55
%17.25

Codes

Color #D37762 in popluar color models

D37762
RGB21111998
HSL11°56.22%60.59%
HSB/HSV11°53.55%82.75%
CMYK0.00%43.60%53.55%
17.25%

Color #D37762 in popluar number systems.

HEXD37762
Decimal21111998
Binary1101001111101111100010
Octal323167142

Shades and tints

Shades of #D37762

#D37762
(211,119,98)
#C06D5A
(192,109,90)
#AD6352
(173,99,82)
#9A594A
(154,89,74)
#874F42
(135,79,66)
#74453A
(116,69,58)
#613B32
(97,59,50)
#4E312A
(78,49,42)
#3B2722
(59,39,34)
#281D1A
(40,29,26)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #D37762

#D37762
(211,119,98)
#D78370
(215,131,112)
#DB8F7E
(219,143,126)
#DF9B8C
(223,155,140)
#E3A79A
(227,167,154)
#E7B3A8
(231,179,168)
#EBBFB6
(235,191,182)
#EFCBC4
(239,203,196)
#F3D7D2
(243,215,210)
#F7E3E0
(247,227,224)
#FBEFEE
(251,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37762 color. Also use rgb(211,119,98) instead hex code.

Text Font Color

.myTextColor { color: #D37762; }

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

This text font color is #D37762.


Background Color

.myBgColor { background-color: #D37762; }

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

This div background color is #D37762.


Border color

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

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

This div border color is #D37762.


Opacity

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

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

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

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

This text has shadow with #D37762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37762 on black background.


Color preview on white background

This text has color #D37762 on white background.



Black color preview on #D37762 background

This text has black color on #D37762 background.


White color preview on #D37762 background

This text has white color on #D37762 background.