COLOR #D37058

HEX: #D37058
RGB: (211,112,88)

Color info

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

RGB color model

#D37058 color RGB value is (211,112,88).

  • red value is 211;
  • green value is 112;
  • blue value is 88.
RGB:
(211,112,88)
(83%,44%,35%)

RGB channels and saturation

R 211 of 255 = 83%
G 112 of 255 = 44%
B 88 of 255 = 35%

211
112
88

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

Portions of RGB colors in percentages

R + G + B =
211 + 112 + 88 = 411 (100%)
R 211 of 411 ~ 51.34%
G 112 of 411 ~ 27.25%
B 88 of 411 ~ 21.41%

%51.34
%27.25
%21.41

CMYK color model

#D37058 color CMYK value is (0,47,58,17).

  • cyan value is 0.00%
  • magenta value is 46.92%
  • yellow value is 58.29%
  • key color value is 17.25%
CMYK:
(0,47,58,17)
C0M47Y58K17 
(0%,47%,58%,17%)
(0.00/0.47/0.58/0.17)	

CMYK percentages

%0
%46.92
%58.29
%17.25

Codes

Color #D37058 in popluar color models

D37058
RGB21111288
HSL12°58.29%58.63%
HSB/HSV12°58.29%82.75%
CMYK0.00%46.92%58.29%
17.25%

Color #D37058 in popluar number systems.

HEXD37058
Decimal21111288
Binary1101001111100001011000
Octal323160130

Shades and tints

Shades of #D37058

#D37058
(211,112,88)
#C06650
(192,102,80)
#AD5C48
(173,92,72)
#9A5240
(154,82,64)
#874838
(135,72,56)
#743E30
(116,62,48)
#613428
(97,52,40)
#4E2A20
(78,42,32)
#3B2018
(59,32,24)
#281610
(40,22,16)
#150C08
(21,12,8)
#000000
(0,0,0)

Tints of #D37058

#D37058
(211,112,88)
#D77D67
(215,125,103)
#DB8A76
(219,138,118)
#DF9785
(223,151,133)
#E3A494
(227,164,148)
#E7B1A3
(231,177,163)
#EBBEB2
(235,190,178)
#EFCBC1
(239,203,193)
#F3D8D0
(243,216,208)
#F7E5DF
(247,229,223)
#FBF2EE
(251,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37058 color. Also use rgb(211,112,88) instead hex code.

Text Font Color

.myTextColor { color: #D37058; }

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

This text font color is #D37058.


Background Color

.myBgColor { background-color: #D37058; }

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

This div background color is #D37058.


Border color

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

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

This div border color is #D37058.


Opacity

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

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

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

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

This text has shadow with #D37058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37058 on black background.


Color preview on white background

This text has color #D37058 on white background.



Black color preview on #D37058 background

This text has black color on #D37058 background.


White color preview on #D37058 background

This text has white color on #D37058 background.