COLOR #CB493B

HEX: #CB493B
RGB: (203,73,59)

Color info

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

RGB color model

#CB493B color RGB value is (203,73,59).

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

RGB channels and saturation

R 203 of 255 = 80%
G 73 of 255 = 29%
B 59 of 255 = 23%

203
73
59

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

Portions of RGB colors in percentages

R + G + B =
203 + 73 + 59 = 335 (100%)
R 203 of 335 ~ 60.6%
G 73 of 335 ~ 21.79%
B 59 of 335 ~ 17.61%

%60.6
%21.79
%17.61

CMYK color model

#CB493B color CMYK value is (0,64,71,20).

  • cyan value is 0.00%
  • magenta value is 64.04%
  • yellow value is 70.94%
  • key color value is 20.39%
CMYK:
(0,64,71,20)
C0M64Y71K20 
(0%,64%,71%,20%)
(0.00/0.64/0.71/0.20)	

CMYK percentages

%0
%64.04
%70.94
%20.39

Codes

Color #CB493B in popluar color models

CB493B
RGB2037359
HSL58.06%51.37%
HSB/HSV70.94%79.61%
CMYK0.00%64.04%70.94%
20.39%

Color #CB493B in popluar number systems.

HEXCB493B
Decimal2037359
Binary110010111001001111011
Octal31311173

Shades and tints

Shades of #CB493B

#CB493B
(203,73,59)
#B94336
(185,67,54)
#A73D31
(167,61,49)
#95372C
(149,55,44)
#833127
(131,49,39)
#712B22
(113,43,34)
#5F251D
(95,37,29)
#4D1F18
(77,31,24)
#3B1913
(59,25,19)
#29130E
(41,19,14)
#170D09
(23,13,9)
#000000
(0,0,0)

Tints of #CB493B

#CB493B
(203,73,59)
#CF594C
(207,89,76)
#D3695D
(211,105,93)
#D7796E
(215,121,110)
#DB897F
(219,137,127)
#DF9990
(223,153,144)
#E3A9A1
(227,169,161)
#E7B9B2
(231,185,178)
#EBC9C3
(235,201,195)
#EFD9D4
(239,217,212)
#F3E9E5
(243,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB493B; }

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

This text font color is #CB493B.


Background Color

.myBgColor { background-color: #CB493B; }

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

This div background color is #CB493B.


Border color

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

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

This div border color is #CB493B.


Opacity

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

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

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

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

This text has shadow with #CB493B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB493B on black background.


Color preview on white background

This text has color #CB493B on white background.



Black color preview on #CB493B background

This text has black color on #CB493B background.


White color preview on #CB493B background

This text has white color on #CB493B background.