COLOR #CB4400

HEX: #CB4400
RGB: (203,68,0)

Color info

#CB4400 contains mainly red color. Web safe color of #CB4400 is #CC3300 (or #C30).

RGB color model

#CB4400 color RGB value is (203,68,0).

  • red value is 203;
  • green value is 68;
  • blue value is 0.
RGB:
(203,68,0)
(80%,27%,0%)

RGB channels and saturation

R 203 of 255 = 80%
G 68 of 255 = 27%
B 0 of 255 = 0%

203
68
0

R + G + B ~ 36%. #CB4400 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
203 + 68 + 0 = 271 (100%)
R 203 of 271 ~ 74.91%
G 68 of 271 ~ 25.09%
B 0 of 271 ~ 0%

%74.91
%25.09

CMYK color model

#CB4400 color CMYK value is (0,67,100,20).

  • cyan value is 0.00%
  • magenta value is 66.50%
  • yellow value is 100.00%
  • key color value is 20.39%
CMYK:
(0,67,100,20)
C0M67Y100K20 
(0%,67%,100%,20%)
(0.00/0.67/1.00/0.20)	

CMYK percentages

%0
%66.5
%100
%20.39

Codes

Color #CB4400 in popluar color models

CB4400
RGB203680
HSL20°100.00%39.80%
HSB/HSV20°100.00%79.61%
CMYK0.00%66.50%100.00%
20.39%

Color #CB4400 in popluar number systems.

HEXCB4400
Decimal203680
Binary1100101110001000
Octal3131040

Shades and tints

Shades of #CB4400

#CB4400
(203,68,0)
#B93E00
(185,62,0)
#A73800
(167,56,0)
#953200
(149,50,0)
#832C00
(131,44,0)
#712600
(113,38,0)
#5F2000
(95,32,0)
#4D1A00
(77,26,0)
#3B1400
(59,20,0)
#290E00
(41,14,0)
#170800
(23,8,0)
#000000
(0,0,0)

Tints of #CB4400

#CB4400
(203,68,0)
#CF5517
(207,85,23)
#D3662E
(211,102,46)
#D77745
(215,119,69)
#DB885C
(219,136,92)
#DF9973
(223,153,115)
#E3AA8A
(227,170,138)
#E7BBA1
(231,187,161)
#EBCCB8
(235,204,184)
#EFDDCF
(239,221,207)
#F3EEE6
(243,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB4400 color. Also use rgb(203,68,0) instead hex code.

Text Font Color

.myTextColor { color: #CB4400; }

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

This text font color is #CB4400.


Background Color

.myBgColor { background-color: #CB4400; }

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

This div background color is #CB4400.


Border color

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

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

This div border color is #CB4400.


Opacity

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

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

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

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

This text has shadow with #CB4400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB4400 on black background.


Color preview on white background

This text has color #CB4400 on white background.



Black color preview on #CB4400 background

This text has black color on #CB4400 background.


White color preview on #CB4400 background

This text has white color on #CB4400 background.