COLOR #CB4049

HEX: #CB4049
RGB: (203,64,73)

Color info

#CB4049 contains mainly red color. Web safe color of #CB4049 is #CC3333 (or #C33).

RGB color model

#CB4049 color RGB value is (203,64,73).

  • red value is 203;
  • green value is 64;
  • blue value is 73.
RGB:
(203,64,73)
(80%,25%,29%)

RGB channels and saturation

R 203 of 255 = 80%
G 64 of 255 = 25%
B 73 of 255 = 29%

203
64
73

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

Portions of RGB colors in percentages

R + G + B =
203 + 64 + 73 = 340 (100%)
R 203 of 340 ~ 59.71%
G 64 of 340 ~ 18.82%
B 73 of 340 ~ 21.47%

%59.71
%18.82
%21.47

CMYK color model

#CB4049 color CMYK value is (0,68,64,20).

  • cyan value is 0.00%
  • magenta value is 68.47%
  • yellow value is 64.04%
  • key color value is 20.39%
CMYK:
(0,68,64,20)
C0M68Y64K20 
(0%,68%,64%,20%)
(0.00/0.68/0.64/0.20)	

CMYK percentages

%0
%68.47
%64.04
%20.39

Codes

Color #CB4049 in popluar color models

CB4049
RGB2036473
HSL356°57.20%52.35%
HSB/HSV356°68.47%79.61%
CMYK0.00%68.47%64.04%
20.39%

Color #CB4049 in popluar number systems.

HEXCB4049
Decimal2036473
Binary1100101110000001001001
Octal313100111

Shades and tints

Shades of #CB4049

#CB4049
(203,64,73)
#B93B43
(185,59,67)
#A7363D
(167,54,61)
#953137
(149,49,55)
#832C31
(131,44,49)
#71272B
(113,39,43)
#5F2225
(95,34,37)
#4D1D1F
(77,29,31)
#3B1819
(59,24,25)
#291313
(41,19,19)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #CB4049

#CB4049
(203,64,73)
#CF5159
(207,81,89)
#D36269
(211,98,105)
#D77379
(215,115,121)
#DB8489
(219,132,137)
#DF9599
(223,149,153)
#E3A6A9
(227,166,169)
#E7B7B9
(231,183,185)
#EBC8C9
(235,200,201)
#EFD9D9
(239,217,217)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB4049 color. Also use rgb(203,64,73) instead hex code.

Text Font Color

.myTextColor { color: #CB4049; }

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

This text font color is #CB4049.


Background Color

.myBgColor { background-color: #CB4049; }

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

This div background color is #CB4049.


Border color

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

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

This div border color is #CB4049.


Opacity

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

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

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

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

This text has shadow with #CB4049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB4049 on black background.


Color preview on white background

This text has color #CB4049 on white background.



Black color preview on #CB4049 background

This text has black color on #CB4049 background.


White color preview on #CB4049 background

This text has white color on #CB4049 background.