COLOR #CC5422

HEX: #CC5422
RGB: (204,84,34)

Color info

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

RGB color model

#CC5422 color RGB value is (204,84,34).

  • red value is 204;
  • green value is 84;
  • blue value is 34.
RGB:
(204,84,34)
(80%,33%,13%)

RGB channels and saturation

R 204 of 255 = 80%
G 84 of 255 = 33%
B 34 of 255 = 13%

204
84
34

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

Portions of RGB colors in percentages

R + G + B =
204 + 84 + 34 = 322 (100%)
R 204 of 322 ~ 63.35%
G 84 of 322 ~ 26.09%
B 34 of 322 ~ 10.56%

%63.35
%26.09
%10.56

CMYK color model

#CC5422 color CMYK value is (0,59,83,20).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 83.33%
  • key color value is 20.00%
CMYK:
(0,59,83,20)
C0M59Y83K20 
(0%,59%,83%,20%)
(0.00/0.59/0.83/0.20)	

CMYK percentages

%0
%58.82
%83.33
%20

Codes

Color #CC5422 in popluar color models

CC5422
RGB2048434
HSL18°71.43%46.67%
HSB/HSV18°83.33%80.00%
CMYK0.00%58.82%83.33%
20.00%

Color #CC5422 in popluar number systems.

HEXCC5422
Decimal2048434
Binary110011001010100100010
Octal31412442

Shades and tints

Shades of #CC5422

#CC5422
(204,84,34)
#BA4D1F
(186,77,31)
#A8461C
(168,70,28)
#963F19
(150,63,25)
#843816
(132,56,22)
#723113
(114,49,19)
#602A10
(96,42,16)
#4E230D
(78,35,13)
#3C1C0A
(60,28,10)
#2A1507
(42,21,7)
#180E04
(24,14,4)
#000000
(0,0,0)

Tints of #CC5422

#CC5422
(204,84,34)
#D06336
(208,99,54)
#D4724A
(212,114,74)
#D8815E
(216,129,94)
#DC9072
(220,144,114)
#E09F86
(224,159,134)
#E4AE9A
(228,174,154)
#E8BDAE
(232,189,174)
#ECCCC2
(236,204,194)
#F0DBD6
(240,219,214)
#F4EAEA
(244,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC5422 color. Also use rgb(204,84,34) instead hex code.

Text Font Color

.myTextColor { color: #CC5422; }

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

This text font color is #CC5422.


Background Color

.myBgColor { background-color: #CC5422; }

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

This div background color is #CC5422.


Border color

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

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

This div border color is #CC5422.


Opacity

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

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

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

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

This text has shadow with #CC5422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5422 on black background.


Color preview on white background

This text has color #CC5422 on white background.



Black color preview on #CC5422 background

This text has black color on #CC5422 background.


White color preview on #CC5422 background

This text has white color on #CC5422 background.