COLOR #CC4400

HEX: #CC4400
RGB: (204,68,0)

Color info

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

RGB color model

#CC4400 color RGB value is (204,68,0).

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

RGB channels and saturation

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

204
68
0

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

Portions of RGB colors in percentages

R + G + B =
204 + 68 + 0 = 272 (100%)
R 204 of 272 ~ 75%
G 68 of 272 ~ 25%
B 0 of 272 ~ 0%

%75
%25

CMYK color model

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

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

CMYK percentages

%0
%66.67
%100
%20

Codes

Color #CC4400 in popluar color models

CC4400
RGB204680
HSL20°100.00%40.00%
HSB/HSV20°100.00%80.00%
CMYK0.00%66.67%100.00%
20.00%

Color #CC4400 in popluar number systems.

HEXCC4400
Decimal204680
Binary1100110010001000
Octal3141040

Shades and tints

Shades of #CC4400

#CC4400
(204,68,0)
#BA3E00
(186,62,0)
#A83800
(168,56,0)
#963200
(150,50,0)
#842C00
(132,44,0)
#722600
(114,38,0)
#602000
(96,32,0)
#4E1A00
(78,26,0)
#3C1400
(60,20,0)
#2A0E00
(42,14,0)
#180800
(24,8,0)
#000000
(0,0,0)

Tints of #CC4400

#CC4400
(204,68,0)
#D05517
(208,85,23)
#D4662E
(212,102,46)
#D87745
(216,119,69)
#DC885C
(220,136,92)
#E09973
(224,153,115)
#E4AA8A
(228,170,138)
#E8BBA1
(232,187,161)
#ECCCB8
(236,204,184)
#F0DDCF
(240,221,207)
#F4EEE6
(244,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC4400; }

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

This text font color is #CC4400.


Background Color

.myBgColor { background-color: #CC4400; }

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

This div background color is #CC4400.


Border color

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

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

This div border color is #CC4400.


Opacity

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

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

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

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

This text has shadow with #CC4400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC4400 on black background.


Color preview on white background

This text has color #CC4400 on white background.



Black color preview on #CC4400 background

This text has black color on #CC4400 background.


White color preview on #CC4400 background

This text has white color on #CC4400 background.