COLOR #C04820

HEX: #C04820
RGB: (192,72,32)

Color info

#C04820 contains mainly red color. Web safe color of #C04820 is #CC3333 (or #C33).

RGB color model

#C04820 color RGB value is (192,72,32).

  • red value is 192;
  • green value is 72;
  • blue value is 32.
RGB:
(192,72,32)
(75%,28%,13%)

RGB channels and saturation

R 192 of 255 = 75%
G 72 of 255 = 28%
B 32 of 255 = 13%

192
72
32

R + G + B ~ 39%. #C04820 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
192 + 72 + 32 = 296 (100%)
R 192 of 296 ~ 64.86%
G 72 of 296 ~ 24.32%
B 32 of 296 ~ 10.81%

%64.86
%24.32
%10.81

CMYK color model

#C04820 color CMYK value is (0,63,83,25).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 83.33%
  • key color value is 24.71%
CMYK:
(0,63,83,25)
C0M63Y83K25 
(0%,63%,83%,25%)
(0.00/0.63/0.83/0.25)	

CMYK percentages

%0
%62.5
%83.33
%24.71

Codes

Color #C04820 in popluar color models

C04820
RGB1927232
HSL15°71.43%43.92%
HSB/HSV15°83.33%75.29%
CMYK0.00%62.50%83.33%
24.71%

Color #C04820 in popluar number systems.

HEXC04820
Decimal1927232
Binary110000001001000100000
Octal30011040

Shades and tints

Shades of #C04820

#C04820
(192,72,32)
#AF421E
(175,66,30)
#9E3C1C
(158,60,28)
#8D361A
(141,54,26)
#7C3018
(124,48,24)
#6B2A16
(107,42,22)
#5A2414
(90,36,20)
#491E12
(73,30,18)
#381810
(56,24,16)
#27120E
(39,18,14)
#160C0C
(22,12,12)
#000000
(0,0,0)

Tints of #C04820

#C04820
(192,72,32)
#C55834
(197,88,52)
#CA6848
(202,104,72)
#CF785C
(207,120,92)
#D48870
(212,136,112)
#D99884
(217,152,132)
#DEA898
(222,168,152)
#E3B8AC
(227,184,172)
#E8C8C0
(232,200,192)
#EDD8D4
(237,216,212)
#F2E8E8
(242,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C04820 color. Also use rgb(192,72,32) instead hex code.

Text Font Color

.myTextColor { color: #C04820; }

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

This text font color is #C04820.


Background Color

.myBgColor { background-color: #C04820; }

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

This div background color is #C04820.


Border color

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

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

This div border color is #C04820.


Opacity

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

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

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

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

This text has shadow with #C04820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C04820 on black background.


Color preview on white background

This text has color #C04820 on white background.



Black color preview on #C04820 background

This text has black color on #C04820 background.


White color preview on #C04820 background

This text has white color on #C04820 background.