COLOR #D57134

HEX: #D57134
RGB: (213,113,52)

Color info

#D57134 contains mainly red color. Web safe color of #D57134 is #CC6633 (or #C63).

RGB color model

#D57134 color RGB value is (213,113,52).

  • red value is 213;
  • green value is 113;
  • blue value is 52.
RGB:
(213,113,52)
(84%,44%,20%)

RGB channels and saturation

R 213 of 255 = 84%
G 113 of 255 = 44%
B 52 of 255 = 20%

213
113
52

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

Portions of RGB colors in percentages

R + G + B =
213 + 113 + 52 = 378 (100%)
R 213 of 378 ~ 56.35%
G 113 of 378 ~ 29.89%
B 52 of 378 ~ 13.76%

%56.35
%29.89
%13.76

CMYK color model

#D57134 color CMYK value is (0,47,76,16).

  • cyan value is 0.00%
  • magenta value is 46.95%
  • yellow value is 75.59%
  • key color value is 16.47%
CMYK:
(0,47,76,16)
C0M47Y76K16 
(0%,47%,76%,16%)
(0.00/0.47/0.76/0.16)	

CMYK percentages

%0
%46.95
%75.59
%16.47

Codes

Color #D57134 in popluar color models

D57134
RGB21311352
HSL23°65.71%51.96%
HSB/HSV23°75.59%83.53%
CMYK0.00%46.95%75.59%
16.47%

Color #D57134 in popluar number systems.

HEXD57134
Decimal21311352
Binary110101011110001110100
Octal32516164

Shades and tints

Shades of #D57134

#D57134
(213,113,52)
#C26730
(194,103,48)
#AF5D2C
(175,93,44)
#9C5328
(156,83,40)
#894924
(137,73,36)
#763F20
(118,63,32)
#63351C
(99,53,28)
#502B18
(80,43,24)
#3D2114
(61,33,20)
#2A1710
(42,23,16)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #D57134

#D57134
(213,113,52)
#D87D46
(216,125,70)
#DB8958
(219,137,88)
#DE956A
(222,149,106)
#E1A17C
(225,161,124)
#E4AD8E
(228,173,142)
#E7B9A0
(231,185,160)
#EAC5B2
(234,197,178)
#EDD1C4
(237,209,196)
#F0DDD6
(240,221,214)
#F3E9E8
(243,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57134 color. Also use rgb(213,113,52) instead hex code.

Text Font Color

.myTextColor { color: #D57134; }

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

This text font color is #D57134.


Background Color

.myBgColor { background-color: #D57134; }

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

This div background color is #D57134.


Border color

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

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

This div border color is #D57134.


Opacity

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

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

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

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

This text has shadow with #D57134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57134 on black background.


Color preview on white background

This text has color #D57134 on white background.



Black color preview on #D57134 background

This text has black color on #D57134 background.


White color preview on #D57134 background

This text has white color on #D57134 background.