COLOR #CC723F

HEX: #CC723F
RGB: (204,114,63)

Color info

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

RGB color model

#CC723F color RGB value is (204,114,63).

  • red value is 204;
  • green value is 114;
  • blue value is 63.
RGB:
(204,114,63)
(80%,45%,25%)

RGB channels and saturation

R 204 of 255 = 80%
G 114 of 255 = 45%
B 63 of 255 = 25%

204
114
63

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

Portions of RGB colors in percentages

R + G + B =
204 + 114 + 63 = 381 (100%)
R 204 of 381 ~ 53.54%
G 114 of 381 ~ 29.92%
B 63 of 381 ~ 16.54%

%53.54
%29.92
%16.54

CMYK color model

#CC723F color CMYK value is (0,44,69,20).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 69.12%
  • key color value is 20.00%
CMYK:
(0,44,69,20)
C0M44Y69K20 
(0%,44%,69%,20%)
(0.00/0.44/0.69/0.20)	

CMYK percentages

%0
%44.12
%69.12
%20

Codes

Color #CC723F in popluar color models

CC723F
RGB20411463
HSL22°58.02%52.35%
HSB/HSV22°69.12%80.00%
CMYK0.00%44.12%69.12%
20.00%

Color #CC723F in popluar number systems.

HEXCC723F
Decimal20411463
Binary110011001110010111111
Octal31416277

Shades and tints

Shades of #CC723F

#CC723F
(204,114,63)
#BA683A
(186,104,58)
#A85E35
(168,94,53)
#965430
(150,84,48)
#844A2B
(132,74,43)
#724026
(114,64,38)
#603621
(96,54,33)
#4E2C1C
(78,44,28)
#3C2217
(60,34,23)
#2A1812
(42,24,18)
#180E0D
(24,14,13)
#000000
(0,0,0)

Tints of #CC723F

#CC723F
(204,114,63)
#D07E50
(208,126,80)
#D48A61
(212,138,97)
#D89672
(216,150,114)
#DCA283
(220,162,131)
#E0AE94
(224,174,148)
#E4BAA5
(228,186,165)
#E8C6B6
(232,198,182)
#ECD2C7
(236,210,199)
#F0DED8
(240,222,216)
#F4EAE9
(244,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC723F color. Also use rgb(204,114,63) instead hex code.

Text Font Color

.myTextColor { color: #CC723F; }

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

This text font color is #CC723F.


Background Color

.myBgColor { background-color: #CC723F; }

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

This div background color is #CC723F.


Border color

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

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

This div border color is #CC723F.


Opacity

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

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

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

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

This text has shadow with #CC723F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC723F on black background.


Color preview on white background

This text has color #CC723F on white background.



Black color preview on #CC723F background

This text has black color on #CC723F background.


White color preview on #CC723F background

This text has white color on #CC723F background.