COLOR #C2720D

HEX: #C2720D
RGB: (194,114,13)

Color info

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

RGB color model

#C2720D color RGB value is (194,114,13).

  • red value is 194;
  • green value is 114;
  • blue value is 13.
RGB:
(194,114,13)
(76%,45%,5%)

RGB channels and saturation

R 194 of 255 = 76%
G 114 of 255 = 45%
B 13 of 255 = 5%

194
114
13

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

Portions of RGB colors in percentages

R + G + B =
194 + 114 + 13 = 321 (100%)
R 194 of 321 ~ 60.44%
G 114 of 321 ~ 35.51%
B 13 of 321 ~ 4.05%

%60.44
%35.51

CMYK color model

#C2720D color CMYK value is (0,41,93,24).

  • cyan value is 0.00%
  • magenta value is 41.24%
  • yellow value is 93.30%
  • key color value is 23.92%
CMYK:
(0,41,93,24)
C0M41Y93K24 
(0%,41%,93%,24%)
(0.00/0.41/0.93/0.24)	

CMYK percentages

%0
%41.24
%93.3
%23.92

Codes

Color #C2720D in popluar color models

C2720D
RGB19411413
HSL33°87.44%40.59%
HSB/HSV33°93.30%76.08%
CMYK0.00%41.24%93.30%
23.92%

Color #C2720D in popluar number systems.

HEXC2720D
Decimal19411413
Binary1100001011100101101
Octal30216215

Shades and tints

Shades of #C2720D

#C2720D
(194,114,13)
#B1680C
(177,104,12)
#A05E0B
(160,94,11)
#8F540A
(143,84,10)
#7E4A09
(126,74,9)
#6D4008
(109,64,8)
#5C3607
(92,54,7)
#4B2C06
(75,44,6)
#3A2205
(58,34,5)
#291804
(41,24,4)
#180E03
(24,14,3)
#000000
(0,0,0)

Tints of #C2720D

#C2720D
(194,114,13)
#C77E23
(199,126,35)
#CC8A39
(204,138,57)
#D1964F
(209,150,79)
#D6A265
(214,162,101)
#DBAE7B
(219,174,123)
#E0BA91
(224,186,145)
#E5C6A7
(229,198,167)
#EAD2BD
(234,210,189)
#EFDED3
(239,222,211)
#F4EAE9
(244,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2720D color. Also use rgb(194,114,13) instead hex code.

Text Font Color

.myTextColor { color: #C2720D; }

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

This text font color is #C2720D.


Background Color

.myBgColor { background-color: #C2720D; }

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

This div background color is #C2720D.


Border color

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

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

This div border color is #C2720D.


Opacity

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

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

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

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

This text has shadow with #C2720D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2720D on black background.


Color preview on white background

This text has color #C2720D on white background.



Black color preview on #C2720D background

This text has black color on #C2720D background.


White color preview on #C2720D background

This text has white color on #C2720D background.