COLOR #CC5333

HEX: #CC5333
RGB: (204,83,51)

Color info

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

RGB color model

#CC5333 color RGB value is (204,83,51).

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

RGB channels and saturation

R 204 of 255 = 80%
G 83 of 255 = 33%
B 51 of 255 = 20%

204
83
51

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

Portions of RGB colors in percentages

R + G + B =
204 + 83 + 51 = 338 (100%)
R 204 of 338 ~ 60.36%
G 83 of 338 ~ 24.56%
B 51 of 338 ~ 15.09%

%60.36
%24.56
%15.09

CMYK color model

#CC5333 color CMYK value is (0,59,75,20).

  • cyan value is 0.00%
  • magenta value is 59.31%
  • yellow value is 75.00%
  • key color value is 20.00%
CMYK:
(0,59,75,20)
C0M59Y75K20 
(0%,59%,75%,20%)
(0.00/0.59/0.75/0.20)	

CMYK percentages

%0
%59.31
%75
%20

Codes

Color #CC5333 in popluar color models

CC5333
RGB2048351
HSL13°60.00%50.00%
HSB/HSV13°75.00%80.00%
CMYK0.00%59.31%75.00%
20.00%

Color #CC5333 in popluar number systems.

HEXCC5333
Decimal2048351
Binary110011001010011110011
Octal31412363

Shades and tints

Shades of #CC5333

#CC5333
(204,83,51)
#BA4C2F
(186,76,47)
#A8452B
(168,69,43)
#963E27
(150,62,39)
#843723
(132,55,35)
#72301F
(114,48,31)
#60291B
(96,41,27)
#4E2217
(78,34,23)
#3C1B13
(60,27,19)
#2A140F
(42,20,15)
#180D0B
(24,13,11)
#000000
(0,0,0)

Tints of #CC5333

#CC5333
(204,83,51)
#D06245
(208,98,69)
#D47157
(212,113,87)
#D88069
(216,128,105)
#DC8F7B
(220,143,123)
#E09E8D
(224,158,141)
#E4AD9F
(228,173,159)
#E8BCB1
(232,188,177)
#ECCBC3
(236,203,195)
#F0DAD5
(240,218,213)
#F4E9E7
(244,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC5333; }

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

This text font color is #CC5333.


Background Color

.myBgColor { background-color: #CC5333; }

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

This div background color is #CC5333.


Border color

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

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

This div border color is #CC5333.


Opacity

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

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

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

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

This text has shadow with #CC5333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5333 on black background.


Color preview on white background

This text has color #CC5333 on white background.



Black color preview on #CC5333 background

This text has black color on #CC5333 background.


White color preview on #CC5333 background

This text has white color on #CC5333 background.