COLOR #D38273

HEX: #D38273
RGB: (211,130,115)

Color info

#D38273 contains mainly red color. Web safe color of #D38273 is #CC9966 (or #C96).

RGB color model

#D38273 color RGB value is (211,130,115).

  • red value is 211;
  • green value is 130;
  • blue value is 115.
RGB:
(211,130,115)
(83%,51%,45%)

RGB channels and saturation

R 211 of 255 = 83%
G 130 of 255 = 51%
B 115 of 255 = 45%

211
130
115

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

Portions of RGB colors in percentages

R + G + B =
211 + 130 + 115 = 456 (100%)
R 211 of 456 ~ 46.27%
G 130 of 456 ~ 28.51%
B 115 of 456 ~ 25.22%

%46.27
%28.51
%25.22

CMYK color model

#D38273 color CMYK value is (0,38,45,17).

  • cyan value is 0.00%
  • magenta value is 38.39%
  • yellow value is 45.50%
  • key color value is 17.25%
CMYK:
(0,38,45,17)
C0M38Y45K17 
(0%,38%,45%,17%)
(0.00/0.38/0.45/0.17)	

CMYK percentages

%0
%38.39
%45.5
%17.25

Codes

Color #D38273 in popluar color models

D38273
RGB211130115
HSL52.17%63.92%
HSB/HSV45.50%82.75%
CMYK0.00%38.39%45.50%
17.25%

Color #D38273 in popluar number systems.

HEXD38273
Decimal211130115
Binary11010011100000101110011
Octal323202163

Shades and tints

Shades of #D38273

#D38273
(211,130,115)
#C07769
(192,119,105)
#AD6C5F
(173,108,95)
#9A6155
(154,97,85)
#87564B
(135,86,75)
#744B41
(116,75,65)
#614037
(97,64,55)
#4E352D
(78,53,45)
#3B2A23
(59,42,35)
#281F19
(40,31,25)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #D38273

#D38273
(211,130,115)
#D78D7F
(215,141,127)
#DB988B
(219,152,139)
#DFA397
(223,163,151)
#E3AEA3
(227,174,163)
#E7B9AF
(231,185,175)
#EBC4BB
(235,196,187)
#EFCFC7
(239,207,199)
#F3DAD3
(243,218,211)
#F7E5DF
(247,229,223)
#FBF0EB
(251,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38273 color. Also use rgb(211,130,115) instead hex code.

Text Font Color

.myTextColor { color: #D38273; }

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

This text font color is #D38273.


Background Color

.myBgColor { background-color: #D38273; }

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

This div background color is #D38273.


Border color

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

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

This div border color is #D38273.


Opacity

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

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

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

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

This text has shadow with #D38273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38273 on black background.


Color preview on white background

This text has color #D38273 on white background.



Black color preview on #D38273 background

This text has black color on #D38273 background.


White color preview on #D38273 background

This text has white color on #D38273 background.