COLOR #D57B29

HEX: #D57B29
RGB: (213,123,41)

Color info

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

RGB color model

#D57B29 color RGB value is (213,123,41).

  • red value is 213;
  • green value is 123;
  • blue value is 41.
RGB:
(213,123,41)
(84%,48%,16%)

RGB channels and saturation

R 213 of 255 = 84%
G 123 of 255 = 48%
B 41 of 255 = 16%

213
123
41

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

Portions of RGB colors in percentages

R + G + B =
213 + 123 + 41 = 377 (100%)
R 213 of 377 ~ 56.5%
G 123 of 377 ~ 32.63%
B 41 of 377 ~ 10.88%

%56.5
%32.63
%10.88

CMYK color model

#D57B29 color CMYK value is (0,42,81,16).

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 80.75%
  • key color value is 16.47%
CMYK:
(0,42,81,16)
C0M42Y81K16 
(0%,42%,81%,16%)
(0.00/0.42/0.81/0.16)	

CMYK percentages

%0
%42.25
%80.75
%16.47

Codes

Color #D57B29 in popluar color models

D57B29
RGB21312341
HSL29°67.72%49.80%
HSB/HSV29°80.75%83.53%
CMYK0.00%42.25%80.75%
16.47%

Color #D57B29 in popluar number systems.

HEXD57B29
Decimal21312341
Binary110101011111011101001
Octal32517351

Shades and tints

Shades of #D57B29

#D57B29
(213,123,41)
#C27026
(194,112,38)
#AF6523
(175,101,35)
#9C5A20
(156,90,32)
#894F1D
(137,79,29)
#76441A
(118,68,26)
#633917
(99,57,23)
#502E14
(80,46,20)
#3D2311
(61,35,17)
#2A180E
(42,24,14)
#170D0B
(23,13,11)
#000000
(0,0,0)

Tints of #D57B29

#D57B29
(213,123,41)
#D8873C
(216,135,60)
#DB934F
(219,147,79)
#DE9F62
(222,159,98)
#E1AB75
(225,171,117)
#E4B788
(228,183,136)
#E7C39B
(231,195,155)
#EACFAE
(234,207,174)
#EDDBC1
(237,219,193)
#F0E7D4
(240,231,212)
#F3F3E7
(243,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57B29 color. Also use rgb(213,123,41) instead hex code.

Text Font Color

.myTextColor { color: #D57B29; }

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

This text font color is #D57B29.


Background Color

.myBgColor { background-color: #D57B29; }

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

This div background color is #D57B29.


Border color

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

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

This div border color is #D57B29.


Opacity

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

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

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

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

This text has shadow with #D57B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57B29 on black background.


Color preview on white background

This text has color #D57B29 on white background.



Black color preview on #D57B29 background

This text has black color on #D57B29 background.


White color preview on #D57B29 background

This text has white color on #D57B29 background.