COLOR #CC7E1D

HEX: #CC7E1D
RGB: (204,126,29)

Color info

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

RGB color model

#CC7E1D color RGB value is (204,126,29).

  • red value is 204;
  • green value is 126;
  • blue value is 29.
RGB:
(204,126,29)
(80%,49%,11%)

RGB channels and saturation

R 204 of 255 = 80%
G 126 of 255 = 49%
B 29 of 255 = 11%

204
126
29

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

Portions of RGB colors in percentages

R + G + B =
204 + 126 + 29 = 359 (100%)
R 204 of 359 ~ 56.82%
G 126 of 359 ~ 35.1%
B 29 of 359 ~ 8.08%

%56.82
%35.1

CMYK color model

#CC7E1D color CMYK value is (0,38,86,20).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 85.78%
  • key color value is 20.00%
CMYK:
(0,38,86,20)
C0M38Y86K20 
(0%,38%,86%,20%)
(0.00/0.38/0.86/0.20)	

CMYK percentages

%0
%38.24
%85.78
%20

Codes

Color #CC7E1D in popluar color models

CC7E1D
RGB20412629
HSL33°75.11%45.69%
HSB/HSV33°85.78%80.00%
CMYK0.00%38.24%85.78%
20.00%

Color #CC7E1D in popluar number systems.

HEXCC7E1D
Decimal20412629
Binary11001100111111011101
Octal31417635

Shades and tints

Shades of #CC7E1D

#CC7E1D
(204,126,29)
#BA731B
(186,115,27)
#A86819
(168,104,25)
#965D17
(150,93,23)
#845215
(132,82,21)
#724713
(114,71,19)
#603C11
(96,60,17)
#4E310F
(78,49,15)
#3C260D
(60,38,13)
#2A1B0B
(42,27,11)
#181009
(24,16,9)
#000000
(0,0,0)

Tints of #CC7E1D

#CC7E1D
(204,126,29)
#D08931
(208,137,49)
#D49445
(212,148,69)
#D89F59
(216,159,89)
#DCAA6D
(220,170,109)
#E0B581
(224,181,129)
#E4C095
(228,192,149)
#E8CBA9
(232,203,169)
#ECD6BD
(236,214,189)
#F0E1D1
(240,225,209)
#F4ECE5
(244,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7E1D color. Also use rgb(204,126,29) instead hex code.

Text Font Color

.myTextColor { color: #CC7E1D; }

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

This text font color is #CC7E1D.


Background Color

.myBgColor { background-color: #CC7E1D; }

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

This div background color is #CC7E1D.


Border color

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

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

This div border color is #CC7E1D.


Opacity

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

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

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

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

This text has shadow with #CC7E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7E1D on black background.


Color preview on white background

This text has color #CC7E1D on white background.



Black color preview on #CC7E1D background

This text has black color on #CC7E1D background.


White color preview on #CC7E1D background

This text has white color on #CC7E1D background.