COLOR #CC7C14

HEX: #CC7C14
RGB: (204,124,20)

Color info

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

RGB color model

#CC7C14 color RGB value is (204,124,20).

  • red value is 204;
  • green value is 124;
  • blue value is 20.
RGB:
(204,124,20)
(80%,49%,8%)

RGB channels and saturation

R 204 of 255 = 80%
G 124 of 255 = 49%
B 20 of 255 = 8%

204
124
20

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

Portions of RGB colors in percentages

R + G + B =
204 + 124 + 20 = 348 (100%)
R 204 of 348 ~ 58.62%
G 124 of 348 ~ 35.63%
B 20 of 348 ~ 5.75%

%58.62
%35.63

CMYK color model

#CC7C14 color CMYK value is (0,39,90,20).

  • cyan value is 0.00%
  • magenta value is 39.22%
  • yellow value is 90.20%
  • key color value is 20.00%
CMYK:
(0,39,90,20)
C0M39Y90K20 
(0%,39%,90%,20%)
(0.00/0.39/0.90/0.20)	

CMYK percentages

%0
%39.22
%90.2
%20

Codes

Color #CC7C14 in popluar color models

CC7C14
RGB20412420
HSL34°82.14%43.92%
HSB/HSV34°90.20%80.00%
CMYK0.00%39.22%90.20%
20.00%

Color #CC7C14 in popluar number systems.

HEXCC7C14
Decimal20412420
Binary11001100111110010100
Octal31417424

Shades and tints

Shades of #CC7C14

#CC7C14
(204,124,20)
#BA7113
(186,113,19)
#A86612
(168,102,18)
#965B11
(150,91,17)
#845010
(132,80,16)
#72450F
(114,69,15)
#603A0E
(96,58,14)
#4E2F0D
(78,47,13)
#3C240C
(60,36,12)
#2A190B
(42,25,11)
#180E0A
(24,14,10)
#000000
(0,0,0)

Tints of #CC7C14

#CC7C14
(204,124,20)
#D08729
(208,135,41)
#D4923E
(212,146,62)
#D89D53
(216,157,83)
#DCA868
(220,168,104)
#E0B37D
(224,179,125)
#E4BE92
(228,190,146)
#E8C9A7
(232,201,167)
#ECD4BC
(236,212,188)
#F0DFD1
(240,223,209)
#F4EAE6
(244,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7C14 color. Also use rgb(204,124,20) instead hex code.

Text Font Color

.myTextColor { color: #CC7C14; }

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

This text font color is #CC7C14.


Background Color

.myBgColor { background-color: #CC7C14; }

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

This div background color is #CC7C14.


Border color

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

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

This div border color is #CC7C14.


Opacity

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

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

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

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

This text has shadow with #CC7C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7C14 on black background.


Color preview on white background

This text has color #CC7C14 on white background.



Black color preview on #CC7C14 background

This text has black color on #CC7C14 background.


White color preview on #CC7C14 background

This text has white color on #CC7C14 background.