COLOR #CC5301

HEX: #CC5301
RGB: (204,83,1)

Color info

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

RGB color model

#CC5301 color RGB value is (204,83,1).

  • red value is 204;
  • green value is 83;
  • blue value is 1.
RGB:
(204,83,1)
(80%,33%,0%)

RGB channels and saturation

R 204 of 255 = 80%
G 83 of 255 = 33%
B 1 of 255 = 0%

204
83
1

R + G + B ~ 38%. #CC5301 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
204 + 83 + 1 = 288 (100%)
R 204 of 288 ~ 70.83%
G 83 of 288 ~ 28.82%
B 1 of 288 ~ 0.35%

%70.83
%28.82

CMYK color model

#CC5301 color CMYK value is (0,59,100,20).

  • cyan value is 0.00%
  • magenta value is 59.31%
  • yellow value is 99.51%
  • key color value is 20.00%
CMYK:
(0,59,100,20)
C0M59Y100K20 
(0%,59%,100%,20%)
(0.00/0.59/1.00/0.20)	

CMYK percentages

%0
%59.31
%99.51
%20

Codes

Color #CC5301 in popluar color models

CC5301
RGB204831
HSL24°99.02%40.20%
HSB/HSV24°99.51%80.00%
CMYK0.00%59.31%99.51%
20.00%

Color #CC5301 in popluar number systems.

HEXCC5301
Decimal204831
Binary1100110010100111
Octal3141231

Shades and tints

Shades of #CC5301

#CC5301
(204,83,1)
#BA4C01
(186,76,1)
#A84501
(168,69,1)
#963E01
(150,62,1)
#843701
(132,55,1)
#723001
(114,48,1)
#602901
(96,41,1)
#4E2201
(78,34,1)
#3C1B01
(60,27,1)
#2A1401
(42,20,1)
#180D01
(24,13,1)
#000000
(0,0,0)

Tints of #CC5301

#CC5301
(204,83,1)
#D06218
(208,98,24)
#D4712F
(212,113,47)
#D88046
(216,128,70)
#DC8F5D
(220,143,93)
#E09E74
(224,158,116)
#E4AD8B
(228,173,139)
#E8BCA2
(232,188,162)
#ECCBB9
(236,203,185)
#F0DAD0
(240,218,208)
#F4E9E7
(244,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC5301 color. Also use rgb(204,83,1) instead hex code.

Text Font Color

.myTextColor { color: #CC5301; }

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

This text font color is #CC5301.


Background Color

.myBgColor { background-color: #CC5301; }

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

This div background color is #CC5301.


Border color

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

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

This div border color is #CC5301.


Opacity

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

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

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

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

This text has shadow with #CC5301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5301 on black background.


Color preview on white background

This text has color #CC5301 on white background.



Black color preview on #CC5301 background

This text has black color on #CC5301 background.


White color preview on #CC5301 background

This text has white color on #CC5301 background.