COLOR #CC7D2C

HEX: #CC7D2C
RGB: (204,125,44)

Color info

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

RGB color model

#CC7D2C color RGB value is (204,125,44).

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

RGB channels and saturation

R 204 of 255 = 80%
G 125 of 255 = 49%
B 44 of 255 = 17%

204
125
44

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

Portions of RGB colors in percentages

R + G + B =
204 + 125 + 44 = 373 (100%)
R 204 of 373 ~ 54.69%
G 125 of 373 ~ 33.51%
B 44 of 373 ~ 11.8%

%54.69
%33.51
%11.8

CMYK color model

#CC7D2C color CMYK value is (0,39,78,20).

  • cyan value is 0.00%
  • magenta value is 38.73%
  • yellow value is 78.43%
  • key color value is 20.00%
CMYK:
(0,39,78,20)
C0M39Y78K20 
(0%,39%,78%,20%)
(0.00/0.39/0.78/0.20)	

CMYK percentages

%0
%38.73
%78.43
%20

Codes

Color #CC7D2C in popluar color models

CC7D2C
RGB20412544
HSL30°64.52%48.63%
HSB/HSV30°78.43%80.00%
CMYK0.00%38.73%78.43%
20.00%

Color #CC7D2C in popluar number systems.

HEXCC7D2C
Decimal20412544
Binary110011001111101101100
Octal31417554

Shades and tints

Shades of #CC7D2C

#CC7D2C
(204,125,44)
#BA7228
(186,114,40)
#A86724
(168,103,36)
#965C20
(150,92,32)
#84511C
(132,81,28)
#724618
(114,70,24)
#603B14
(96,59,20)
#4E3010
(78,48,16)
#3C250C
(60,37,12)
#2A1A08
(42,26,8)
#180F04
(24,15,4)
#000000
(0,0,0)

Tints of #CC7D2C

#CC7D2C
(204,125,44)
#D0883F
(208,136,63)
#D49352
(212,147,82)
#D89E65
(216,158,101)
#DCA978
(220,169,120)
#E0B48B
(224,180,139)
#E4BF9E
(228,191,158)
#E8CAB1
(232,202,177)
#ECD5C4
(236,213,196)
#F0E0D7
(240,224,215)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7D2C; }

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

This text font color is #CC7D2C.


Background Color

.myBgColor { background-color: #CC7D2C; }

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

This div background color is #CC7D2C.


Border color

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

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

This div border color is #CC7D2C.


Opacity

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

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

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

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

This text has shadow with #CC7D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7D2C on black background.


Color preview on white background

This text has color #CC7D2C on white background.



Black color preview on #CC7D2C background

This text has black color on #CC7D2C background.


White color preview on #CC7D2C background

This text has white color on #CC7D2C background.