COLOR #D37658

HEX: #D37658
RGB: (211,118,88)

Color info

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

RGB color model

#D37658 color RGB value is (211,118,88).

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

RGB channels and saturation

R 211 of 255 = 83%
G 118 of 255 = 46%
B 88 of 255 = 35%

211
118
88

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

Portions of RGB colors in percentages

R + G + B =
211 + 118 + 88 = 417 (100%)
R 211 of 417 ~ 50.6%
G 118 of 417 ~ 28.3%
B 88 of 417 ~ 21.1%

%50.6
%28.3
%21.1

CMYK color model

#D37658 color CMYK value is (0,44,58,17).

  • cyan value is 0.00%
  • magenta value is 44.08%
  • yellow value is 58.29%
  • key color value is 17.25%
CMYK:
(0,44,58,17)
C0M44Y58K17 
(0%,44%,58%,17%)
(0.00/0.44/0.58/0.17)	

CMYK percentages

%0
%44.08
%58.29
%17.25

Codes

Color #D37658 in popluar color models

D37658
RGB21111888
HSL15°58.29%58.63%
HSB/HSV15°58.29%82.75%
CMYK0.00%44.08%58.29%
17.25%

Color #D37658 in popluar number systems.

HEXD37658
Decimal21111888
Binary1101001111101101011000
Octal323166130

Shades and tints

Shades of #D37658

#D37658
(211,118,88)
#C06C50
(192,108,80)
#AD6248
(173,98,72)
#9A5840
(154,88,64)
#874E38
(135,78,56)
#744430
(116,68,48)
#613A28
(97,58,40)
#4E3020
(78,48,32)
#3B2618
(59,38,24)
#281C10
(40,28,16)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #D37658

#D37658
(211,118,88)
#D78267
(215,130,103)
#DB8E76
(219,142,118)
#DF9A85
(223,154,133)
#E3A694
(227,166,148)
#E7B2A3
(231,178,163)
#EBBEB2
(235,190,178)
#EFCAC1
(239,202,193)
#F3D6D0
(243,214,208)
#F7E2DF
(247,226,223)
#FBEEEE
(251,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D37658; }

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

This text font color is #D37658.


Background Color

.myBgColor { background-color: #D37658; }

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

This div background color is #D37658.


Border color

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

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

This div border color is #D37658.


Opacity

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

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

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

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

This text has shadow with #D37658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37658 on black background.


Color preview on white background

This text has color #D37658 on white background.



Black color preview on #D37658 background

This text has black color on #D37658 background.


White color preview on #D37658 background

This text has white color on #D37658 background.