COLOR #C47F05

HEX: #C47F05
RGB: (196,127,5)

Color info

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

RGB color model

#C47F05 color RGB value is (196,127,5).

  • red value is 196;
  • green value is 127;
  • blue value is 5.
RGB:
(196,127,5)
(77%,50%,2%)

RGB channels and saturation

R 196 of 255 = 77%
G 127 of 255 = 50%
B 5 of 255 = 2%

196
127
5

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

Portions of RGB colors in percentages

R + G + B =
196 + 127 + 5 = 328 (100%)
R 196 of 328 ~ 59.76%
G 127 of 328 ~ 38.72%
B 5 of 328 ~ 1.52%

%59.76
%38.72

CMYK color model

#C47F05 color CMYK value is (0,35,97,23).

  • cyan value is 0.00%
  • magenta value is 35.20%
  • yellow value is 97.45%
  • key color value is 23.14%
CMYK:
(0,35,97,23)
C0M35Y97K23 
(0%,35%,97%,23%)
(0.00/0.35/0.97/0.23)	

CMYK percentages

%0
%35.2
%97.45
%23.14

Codes

Color #C47F05 in popluar color models

C47F05
RGB1961275
HSL38°95.02%39.41%
HSB/HSV38°97.45%76.86%
CMYK0.00%35.20%97.45%
23.14%

Color #C47F05 in popluar number systems.

HEXC47F05
Decimal1961275
Binary110001001111111101
Octal3041775

Shades and tints

Shades of #C47F05

#C47F05
(196,127,5)
#B37405
(179,116,5)
#A26905
(162,105,5)
#915E05
(145,94,5)
#805305
(128,83,5)
#6F4805
(111,72,5)
#5E3D05
(94,61,5)
#4D3205
(77,50,5)
#3C2705
(60,39,5)
#2B1C05
(43,28,5)
#1A1105
(26,17,5)
#000000
(0,0,0)

Tints of #C47F05

#C47F05
(196,127,5)
#C98A1B
(201,138,27)
#CE9531
(206,149,49)
#D3A047
(211,160,71)
#D8AB5D
(216,171,93)
#DDB673
(221,182,115)
#E2C189
(226,193,137)
#E7CC9F
(231,204,159)
#ECD7B5
(236,215,181)
#F1E2CB
(241,226,203)
#F6EDE1
(246,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47F05 color. Also use rgb(196,127,5) instead hex code.

Text Font Color

.myTextColor { color: #C47F05; }

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

This text font color is #C47F05.


Background Color

.myBgColor { background-color: #C47F05; }

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

This div background color is #C47F05.


Border color

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

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

This div border color is #C47F05.


Opacity

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

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

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

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

This text has shadow with #C47F05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47F05 on black background.


Color preview on white background

This text has color #C47F05 on white background.



Black color preview on #C47F05 background

This text has black color on #C47F05 background.


White color preview on #C47F05 background

This text has white color on #C47F05 background.