COLOR #DA5B48

HEX: #DA5B48 RGB: (218,91,72)

Color info

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

RGB color model

#DA5B48 color RGB value is (218,91,72).

RGB: (218,91,72) (85%, 36%, 28%)

RGB channels and saturation

R 218 of 255 = 85%
G 91 of 255 = 36%
B 72 of 255 = 28%

218
91
72

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

Portions of RGB colors in percentages

R + G + B = 218 + 91 + 72 = 381 (100%)
R 218 of 381 ~ 57.22%
G 91 of 381 ~ 23.88%
B 72 of 381 ~ 18.9'%

%57.22
%23.88
%18.9

CMYK color model

#DA5B48 color CMYK value is (0,58,67,15).

  • cyan value is 0.00%
  • magenta value is 58.26%
  • yellow value is 66.97%
  • key color value is 14.51%
CMYK: (0,58,67,15) C0M58Y67K15 (0%,58%,67%,15%) (0.00/0.58/0.67/0.15) 

CMYK percentages

%0
%58.26
%66.97
%14.51

Codes

Color #DA5B48 in popluar color models

DA 5B 48
RGB 218 91 72
HSL 66.36% 56.86%
HSB/HSV 66.97% 85.49%
CMYK 0.00% 58.26% 66.97%
14.51%

Color #DA5B48 in popluar number systems.

HEX DA 5B 48
Decimal 218 91 72
Binary 11011010 1011011 1001000
Octal 332 133 110

Shades and tints

Shades of #DA5B48

#DA5B48
(218,91,72)
#C75342
(199,83,66)
#B44B3C
(180,75,60)
#A14336
(161,67,54)
#8E3B30
(142,59,48)
#7B332A
(123,51,42)
#682B24
(104,43,36)
#55231E
(85,35,30)
#421B18
(66,27,24)
#2F1312
(47,19,18)
#1C0B0C
(28,11,12)
#000000
(0,0,0)

Tints of #DA5B48

#DA5B48
(218,91,72)
#DD6958
(221,105,88)
#E07768
(224,119,104)
#E38578
(227,133,120)
#E69388
(230,147,136)
#E9A198
(233,161,152)
#ECAFA8
(236,175,168)
#EFBDB8
(239,189,184)
#F2CBC8
(242,203,200)
#F5D9D8
(245,217,216)
#F8E7E8
(248,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA5B48 color. Also use rgb(218,91,72) instead hex code.

Text Font Color

.myTextColor { color: #DA5B48; }

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

This text font color is #DA5B48.

Background Color

.myBgColor { background-color: #DA5B48; }

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

This div background color is #DA5B48.

Border color

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

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

This div border color is #DA5B48.

Opacity

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

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

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

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

This text has shadow with #DA5B48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA5B48.

Preview

Color preview on black background

This text has color #DA5B48 on black background.


Color preview on white background

This text has color #DA5B48 on white background.


Black color preview on #DA5B48 background

This text has black color on #DA5B48 background.


White color preview on #DA5B48 background

This text has white color on #DA5B48 background.


Related colors

Complementary color

Complementary color for #hex is #25A4B7.


I love getcolorcode.com

Triadic colors

1 #48DA5B and #5B48DA with #DA5B48 are triadic colors.

2 #485BDA and #5BDA48 with #DA5B48 are triadic colors.