COLOR #CB5748

HEX: #CB5748 RGB: (203,87,72)

Color info

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

RGB color model

#CB5748 color RGB value is (203,87,72).

RGB: (203,87,72) (80%, 34%, 28%)

RGB channels and saturation

R 203 of 255 = 80%
G 87 of 255 = 34%
B 72 of 255 = 28%

203
87
72

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

Portions of RGB colors in percentages

R + G + B = 203 + 87 + 72 = 362 (100%)
R 203 of 362 ~ 56.08%
G 87 of 362 ~ 24.03%
B 72 of 362 ~ 19.89'%

%56.08
%24.03
%19.89

CMYK color model

#CB5748 color CMYK value is (0,57,65,20).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 64.53%
  • key color value is 20.39%
CMYK: (0,57,65,20) C0M57Y65K20 (0%,57%,65%,20%) (0.00/0.57/0.65/0.20) 

CMYK percentages

%0
%57.14
%64.53
%20.39

Codes

Color #CB5748 in popluar color models

CB 57 48
RGB 203 87 72
HSL 55.74% 53.92%
HSB/HSV 64.53% 79.61%
CMYK 0.00% 57.14% 64.53%
20.39%

Color #CB5748 in popluar number systems.

HEX CB 57 48
Decimal 203 87 72
Binary 11001011 1010111 1001000
Octal 313 127 110

Shades and tints

Shades of #CB5748

#CB5748
(203,87,72)
#B95042
(185,80,66)
#A7493C
(167,73,60)
#954236
(149,66,54)
#833B30
(131,59,48)
#71342A
(113,52,42)
#5F2D24
(95,45,36)
#4D261E
(77,38,30)
#3B1F18
(59,31,24)
#291812
(41,24,18)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #CB5748

#CB5748
(203,87,72)
#CF6658
(207,102,88)
#D37568
(211,117,104)
#D78478
(215,132,120)
#DB9388
(219,147,136)
#DFA298
(223,162,152)
#E3B1A8
(227,177,168)
#E7C0B8
(231,192,184)
#EBCFC8
(235,207,200)
#EFDED8
(239,222,216)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB5748 color. Also use rgb(203,87,72) instead hex code.

Text Font Color

.myTextColor { color: #CB5748; }

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

This text font color is #CB5748.

Background Color

.myBgColor { background-color: #CB5748; }

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

This div background color is #CB5748.

Border color

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

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

This div border color is #CB5748.

Opacity

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

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

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

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

This text has shadow with #CB5748 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB5748.

Preview

Color preview on black background

This text has color #CB5748 on black background.


Color preview on white background

This text has color #CB5748 on white background.


Black color preview on #CB5748 background

This text has black color on #CB5748 background.


White color preview on #CB5748 background

This text has white color on #CB5748 background.


Related colors

Complementary color

Complementary color for #hex is #34A8B7.


I love getcolorcode.com

Triadic colors

1 #48CB57 and #5748CB with #CB5748 are triadic colors.

2 #4857CB and #57CB48 with #CB5748 are triadic colors.