COLOR #CB4953

HEX: #CB4953
RGB: (203,73,83)

Color info

#CB4953 contains mainly red color. Web safe color of #CB4953 is #CC3366 (or #C36).

RGB color model

#CB4953 color RGB value is (203,73,83).

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

RGB channels and saturation

R 203 of 255 = 80%
G 73 of 255 = 29%
B 83 of 255 = 33%

203
73
83

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

Portions of RGB colors in percentages

R + G + B =
203 + 73 + 83 = 359 (100%)
R 203 of 359 ~ 56.55%
G 73 of 359 ~ 20.33%
B 83 of 359 ~ 23.12%

%56.55
%20.33
%23.12

CMYK color model

#CB4953 color CMYK value is (0,64,59,20).

  • cyan value is 0.00%
  • magenta value is 64.04%
  • yellow value is 59.11%
  • key color value is 20.39%
CMYK:
(0,64,59,20)
C0M64Y59K20 
(0%,64%,59%,20%)
(0.00/0.64/0.59/0.20)	

CMYK percentages

%0
%64.04
%59.11
%20.39

Codes

Color #CB4953 in popluar color models

CB4953
RGB2037383
HSL355°55.56%54.12%
HSB/HSV355°64.04%79.61%
CMYK0.00%64.04%59.11%
20.39%

Color #CB4953 in popluar number systems.

HEXCB4953
Decimal2037383
Binary1100101110010011010011
Octal313111123

Shades and tints

Shades of #CB4953

#CB4953
(203,73,83)
#B9434C
(185,67,76)
#A73D45
(167,61,69)
#95373E
(149,55,62)
#833137
(131,49,55)
#712B30
(113,43,48)
#5F2529
(95,37,41)
#4D1F22
(77,31,34)
#3B191B
(59,25,27)
#291314
(41,19,20)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #CB4953

#CB4953
(203,73,83)
#CF5962
(207,89,98)
#D36971
(211,105,113)
#D77980
(215,121,128)
#DB898F
(219,137,143)
#DF999E
(223,153,158)
#E3A9AD
(227,169,173)
#E7B9BC
(231,185,188)
#EBC9CB
(235,201,203)
#EFD9DA
(239,217,218)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB4953; }

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

This text font color is #CB4953.


Background Color

.myBgColor { background-color: #CB4953; }

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

This div background color is #CB4953.


Border color

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

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

This div border color is #CB4953.


Opacity

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

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

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

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

This text has shadow with #CB4953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB4953 on black background.


Color preview on white background

This text has color #CB4953 on white background.



Black color preview on #CB4953 background

This text has black color on #CB4953 background.


White color preview on #CB4953 background

This text has white color on #CB4953 background.