COLOR #CC4E2C

HEX: #CC4E2C
RGB: (204,78,44)

Color info

#CC4E2C contains mainly red color. Web safe color of #CC4E2C is #CC6633 (or #C63).

RGB color model

#CC4E2C color RGB value is (204,78,44).

  • red value is 204;
  • green value is 78;
  • blue value is 44.
RGB:
(204,78,44)
(80%,31%,17%)

RGB channels and saturation

R 204 of 255 = 80%
G 78 of 255 = 31%
B 44 of 255 = 17%

204
78
44

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

Portions of RGB colors in percentages

R + G + B =
204 + 78 + 44 = 326 (100%)
R 204 of 326 ~ 62.58%
G 78 of 326 ~ 23.93%
B 44 of 326 ~ 13.5%

%62.58
%23.93
%13.5

CMYK color model

#CC4E2C color CMYK value is (0,62,78,20).

  • cyan value is 0.00%
  • magenta value is 61.76%
  • yellow value is 78.43%
  • key color value is 20.00%
CMYK:
(0,62,78,20)
C0M62Y78K20 
(0%,62%,78%,20%)
(0.00/0.62/0.78/0.20)	

CMYK percentages

%0
%61.76
%78.43
%20

Codes

Color #CC4E2C in popluar color models

CC4E2C
RGB2047844
HSL13°64.52%48.63%
HSB/HSV13°78.43%80.00%
CMYK0.00%61.76%78.43%
20.00%

Color #CC4E2C in popluar number systems.

HEXCC4E2C
Decimal2047844
Binary110011001001110101100
Octal31411654

Shades and tints

Shades of #CC4E2C

#CC4E2C
(204,78,44)
#BA4728
(186,71,40)
#A84024
(168,64,36)
#963920
(150,57,32)
#84321C
(132,50,28)
#722B18
(114,43,24)
#602414
(96,36,20)
#4E1D10
(78,29,16)
#3C160C
(60,22,12)
#2A0F08
(42,15,8)
#180804
(24,8,4)
#000000
(0,0,0)

Tints of #CC4E2C

#CC4E2C
(204,78,44)
#D05E3F
(208,94,63)
#D46E52
(212,110,82)
#D87E65
(216,126,101)
#DC8E78
(220,142,120)
#E09E8B
(224,158,139)
#E4AE9E
(228,174,158)
#E8BEB1
(232,190,177)
#ECCEC4
(236,206,196)
#F0DED7
(240,222,215)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC4E2C color. Also use rgb(204,78,44) instead hex code.

Text Font Color

.myTextColor { color: #CC4E2C; }

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

This text font color is #CC4E2C.


Background Color

.myBgColor { background-color: #CC4E2C; }

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

This div background color is #CC4E2C.


Border color

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

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

This div border color is #CC4E2C.


Opacity

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

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

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

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

This text has shadow with #CC4E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC4E2C on black background.


Color preview on white background

This text has color #CC4E2C on white background.



Black color preview on #CC4E2C background

This text has black color on #CC4E2C background.


White color preview on #CC4E2C background

This text has white color on #CC4E2C background.