COLOR #CB4E13

HEX: #CB4E13
RGB: (203,78,19)

Color info

#CB4E13 contains mainly red color. Web safe color of #CB4E13 is #CC6600 (or #C60).

RGB color model

#CB4E13 color RGB value is (203,78,19).

  • red value is 203;
  • green value is 78;
  • blue value is 19.
RGB:
(203,78,19)
(80%,31%,7%)

RGB channels and saturation

R 203 of 255 = 80%
G 78 of 255 = 31%
B 19 of 255 = 7%

203
78
19

R + G + B ~ 39%. #CB4E13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
203 + 78 + 19 = 300 (100%)
R 203 of 300 ~ 67.67%
G 78 of 300 ~ 26%
B 19 of 300 ~ 6.33%

%67.67
%26

CMYK color model

#CB4E13 color CMYK value is (0,62,91,20).

  • cyan value is 0.00%
  • magenta value is 61.58%
  • yellow value is 90.64%
  • key color value is 20.39%
CMYK:
(0,62,91,20)
C0M62Y91K20 
(0%,62%,91%,20%)
(0.00/0.62/0.91/0.20)	

CMYK percentages

%0
%61.58
%90.64
%20.39

Codes

Color #CB4E13 in popluar color models

CB4E13
RGB2037819
HSL19°82.88%43.53%
HSB/HSV19°90.64%79.61%
CMYK0.00%61.58%90.64%
20.39%

Color #CB4E13 in popluar number systems.

HEXCB4E13
Decimal2037819
Binary11001011100111010011
Octal31311623

Shades and tints

Shades of #CB4E13

#CB4E13
(203,78,19)
#B94712
(185,71,18)
#A74011
(167,64,17)
#953910
(149,57,16)
#83320F
(131,50,15)
#712B0E
(113,43,14)
#5F240D
(95,36,13)
#4D1D0C
(77,29,12)
#3B160B
(59,22,11)
#290F0A
(41,15,10)
#170809
(23,8,9)
#000000
(0,0,0)

Tints of #CB4E13

#CB4E13
(203,78,19)
#CF5E28
(207,94,40)
#D36E3D
(211,110,61)
#D77E52
(215,126,82)
#DB8E67
(219,142,103)
#DF9E7C
(223,158,124)
#E3AE91
(227,174,145)
#E7BEA6
(231,190,166)
#EBCEBB
(235,206,187)
#EFDED0
(239,222,208)
#F3EEE5
(243,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB4E13 color. Also use rgb(203,78,19) instead hex code.

Text Font Color

.myTextColor { color: #CB4E13; }

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

This text font color is #CB4E13.


Background Color

.myBgColor { background-color: #CB4E13; }

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

This div background color is #CB4E13.


Border color

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

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

This div border color is #CB4E13.


Opacity

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

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

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

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

This text has shadow with #CB4E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB4E13 on black background.


Color preview on white background

This text has color #CB4E13 on white background.



Black color preview on #CB4E13 background

This text has black color on #CB4E13 background.


White color preview on #CB4E13 background

This text has white color on #CB4E13 background.