COLOR #CC7C30

HEX: #CC7C30
RGB: (204,124,48)

Color info

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

RGB color model

#CC7C30 color RGB value is (204,124,48).

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

RGB channels and saturation

R 204 of 255 = 80%
G 124 of 255 = 49%
B 48 of 255 = 19%

204
124
48

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

Portions of RGB colors in percentages

R + G + B =
204 + 124 + 48 = 376 (100%)
R 204 of 376 ~ 54.26%
G 124 of 376 ~ 32.98%
B 48 of 376 ~ 12.77%

%54.26
%32.98
%12.77

CMYK color model

#CC7C30 color CMYK value is (0,39,76,20).

  • cyan value is 0.00%
  • magenta value is 39.22%
  • yellow value is 76.47%
  • key color value is 20.00%
CMYK:
(0,39,76,20)
C0M39Y76K20 
(0%,39%,76%,20%)
(0.00/0.39/0.76/0.20)	

CMYK percentages

%0
%39.22
%76.47
%20

Codes

Color #CC7C30 in popluar color models

CC7C30
RGB20412448
HSL29°61.90%49.41%
HSB/HSV29°76.47%80.00%
CMYK0.00%39.22%76.47%
20.00%

Color #CC7C30 in popluar number systems.

HEXCC7C30
Decimal20412448
Binary110011001111100110000
Octal31417460

Shades and tints

Shades of #CC7C30

#CC7C30
(204,124,48)
#BA712C
(186,113,44)
#A86628
(168,102,40)
#965B24
(150,91,36)
#845020
(132,80,32)
#72451C
(114,69,28)
#603A18
(96,58,24)
#4E2F14
(78,47,20)
#3C2410
(60,36,16)
#2A190C
(42,25,12)
#180E08
(24,14,8)
#000000
(0,0,0)

Tints of #CC7C30

#CC7C30
(204,124,48)
#D08742
(208,135,66)
#D49254
(212,146,84)
#D89D66
(216,157,102)
#DCA878
(220,168,120)
#E0B38A
(224,179,138)
#E4BE9C
(228,190,156)
#E8C9AE
(232,201,174)
#ECD4C0
(236,212,192)
#F0DFD2
(240,223,210)
#F4EAE4
(244,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7C30; }

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

This text font color is #CC7C30.


Background Color

.myBgColor { background-color: #CC7C30; }

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

This div background color is #CC7C30.


Border color

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

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

This div border color is #CC7C30.


Opacity

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

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

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

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

This text has shadow with #CC7C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7C30 on black background.


Color preview on white background

This text has color #CC7C30 on white background.



Black color preview on #CC7C30 background

This text has black color on #CC7C30 background.


White color preview on #CC7C30 background

This text has white color on #CC7C30 background.