COLOR #C47606

HEX: #C47606
RGB: (196,118,6)

Color info

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

RGB color model

#C47606 color RGB value is (196,118,6).

  • red value is 196;
  • green value is 118;
  • blue value is 6.
RGB:
(196,118,6)
(77%,46%,2%)

RGB channels and saturation

R 196 of 255 = 77%
G 118 of 255 = 46%
B 6 of 255 = 2%

196
118
6

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

Portions of RGB colors in percentages

R + G + B =
196 + 118 + 6 = 320 (100%)
R 196 of 320 ~ 61.25%
G 118 of 320 ~ 36.88%
B 6 of 320 ~ 1.88%

%61.25
%36.88

CMYK color model

#C47606 color CMYK value is (0,40,97,23).

  • cyan value is 0.00%
  • magenta value is 39.80%
  • yellow value is 96.94%
  • key color value is 23.14%
CMYK:
(0,40,97,23)
C0M40Y97K23 
(0%,40%,97%,23%)
(0.00/0.40/0.97/0.23)	

CMYK percentages

%0
%39.8
%96.94
%23.14

Codes

Color #C47606 in popluar color models

C47606
RGB1961186
HSL35°94.06%39.61%
HSB/HSV35°96.94%76.86%
CMYK0.00%39.80%96.94%
23.14%

Color #C47606 in popluar number systems.

HEXC47606
Decimal1961186
Binary110001001110110110
Octal3041666

Shades and tints

Shades of #C47606

#C47606
(196,118,6)
#B36C06
(179,108,6)
#A26206
(162,98,6)
#915806
(145,88,6)
#804E06
(128,78,6)
#6F4406
(111,68,6)
#5E3A06
(94,58,6)
#4D3006
(77,48,6)
#3C2606
(60,38,6)
#2B1C06
(43,28,6)
#1A1206
(26,18,6)
#000000
(0,0,0)

Tints of #C47606

#C47606
(196,118,6)
#C9821C
(201,130,28)
#CE8E32
(206,142,50)
#D39A48
(211,154,72)
#D8A65E
(216,166,94)
#DDB274
(221,178,116)
#E2BE8A
(226,190,138)
#E7CAA0
(231,202,160)
#ECD6B6
(236,214,182)
#F1E2CC
(241,226,204)
#F6EEE2
(246,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47606 color. Also use rgb(196,118,6) instead hex code.

Text Font Color

.myTextColor { color: #C47606; }

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

This text font color is #C47606.


Background Color

.myBgColor { background-color: #C47606; }

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

This div background color is #C47606.


Border color

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

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

This div border color is #C47606.


Opacity

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

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

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

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

This text has shadow with #C47606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47606 on black background.


Color preview on white background

This text has color #C47606 on white background.



Black color preview on #C47606 background

This text has black color on #C47606 background.


White color preview on #C47606 background

This text has white color on #C47606 background.