COLOR #C65204

HEX: #C65204
RGB: (198,82,4)

Color info

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

RGB color model

#C65204 color RGB value is (198,82,4).

  • red value is 198;
  • green value is 82;
  • blue value is 4.
RGB:
(198,82,4)
(78%,32%,2%)

RGB channels and saturation

R 198 of 255 = 78%
G 82 of 255 = 32%
B 4 of 255 = 2%

198
82
4

R + G + B ~ 37%. #C65204 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
198 + 82 + 4 = 284 (100%)
R 198 of 284 ~ 69.72%
G 82 of 284 ~ 28.87%
B 4 of 284 ~ 1.41%

%69.72
%28.87

CMYK color model

#C65204 color CMYK value is (0,59,98,22).

  • cyan value is 0.00%
  • magenta value is 58.59%
  • yellow value is 97.98%
  • key color value is 22.35%
CMYK:
(0,59,98,22)
C0M59Y98K22 
(0%,59%,98%,22%)
(0.00/0.59/0.98/0.22)	

CMYK percentages

%0
%58.59
%97.98
%22.35

Codes

Color #C65204 in popluar color models

C65204
RGB198824
HSL24°96.04%39.61%
HSB/HSV24°97.98%77.65%
CMYK0.00%58.59%97.98%
22.35%

Color #C65204 in popluar number systems.

HEXC65204
Decimal198824
Binary110001101010010100
Octal3061224

Shades and tints

Shades of #C65204

#C65204
(198,82,4)
#B44B04
(180,75,4)
#A24404
(162,68,4)
#903D04
(144,61,4)
#7E3604
(126,54,4)
#6C2F04
(108,47,4)
#5A2804
(90,40,4)
#482104
(72,33,4)
#361A04
(54,26,4)
#241304
(36,19,4)
#120C04
(18,12,4)
#000000
(0,0,0)

Tints of #C65204

#C65204
(198,82,4)
#CB611A
(203,97,26)
#D07030
(208,112,48)
#D57F46
(213,127,70)
#DA8E5C
(218,142,92)
#DF9D72
(223,157,114)
#E4AC88
(228,172,136)
#E9BB9E
(233,187,158)
#EECAB4
(238,202,180)
#F3D9CA
(243,217,202)
#F8E8E0
(248,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C65204 color. Also use rgb(198,82,4) instead hex code.

Text Font Color

.myTextColor { color: #C65204; }

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

This text font color is #C65204.


Background Color

.myBgColor { background-color: #C65204; }

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

This div background color is #C65204.


Border color

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

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

This div border color is #C65204.


Opacity

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

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

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

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

This text has shadow with #C65204 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C65204 on black background.


Color preview on white background

This text has color #C65204 on white background.



Black color preview on #C65204 background

This text has black color on #C65204 background.


White color preview on #C65204 background

This text has white color on #C65204 background.