COLOR #C66704

HEX: #C66704
RGB: (198,103,4)

Color info

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

RGB color model

#C66704 color RGB value is (198,103,4).

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

RGB channels and saturation

R 198 of 255 = 78%
G 103 of 255 = 40%
B 4 of 255 = 2%

198
103
4

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

Portions of RGB colors in percentages

R + G + B =
198 + 103 + 4 = 305 (100%)
R 198 of 305 ~ 64.92%
G 103 of 305 ~ 33.77%
B 4 of 305 ~ 1.31%

%64.92
%33.77

CMYK color model

#C66704 color CMYK value is (0,48,98,22).

  • cyan value is 0.00%
  • magenta value is 47.98%
  • yellow value is 97.98%
  • key color value is 22.35%
CMYK:
(0,48,98,22)
C0M48Y98K22 
(0%,48%,98%,22%)
(0.00/0.48/0.98/0.22)	

CMYK percentages

%0
%47.98
%97.98
%22.35

Codes

Color #C66704 in popluar color models

C66704
RGB1981034
HSL31°96.04%39.61%
HSB/HSV31°97.98%77.65%
CMYK0.00%47.98%97.98%
22.35%

Color #C66704 in popluar number systems.

HEXC66704
Decimal1981034
Binary110001101100111100
Octal3061474

Shades and tints

Shades of #C66704

#C66704
(198,103,4)
#B45E04
(180,94,4)
#A25504
(162,85,4)
#904C04
(144,76,4)
#7E4304
(126,67,4)
#6C3A04
(108,58,4)
#5A3104
(90,49,4)
#482804
(72,40,4)
#361F04
(54,31,4)
#241604
(36,22,4)
#120D04
(18,13,4)
#000000
(0,0,0)

Tints of #C66704

#C66704
(198,103,4)
#CB741A
(203,116,26)
#D08130
(208,129,48)
#D58E46
(213,142,70)
#DA9B5C
(218,155,92)
#DFA872
(223,168,114)
#E4B588
(228,181,136)
#E9C29E
(233,194,158)
#EECFB4
(238,207,180)
#F3DCCA
(243,220,202)
#F8E9E0
(248,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C66704; }

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

This text font color is #C66704.


Background Color

.myBgColor { background-color: #C66704; }

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

This div background color is #C66704.


Border color

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

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

This div border color is #C66704.


Opacity

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

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

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

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

This text has shadow with #C66704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66704 on black background.


Color preview on white background

This text has color #C66704 on white background.



Black color preview on #C66704 background

This text has black color on #C66704 background.


White color preview on #C66704 background

This text has white color on #C66704 background.