COLOR #C47F14

HEX: #C47F14
RGB: (196,127,20)

Color info

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

RGB color model

#C47F14 color RGB value is (196,127,20).

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

RGB channels and saturation

R 196 of 255 = 77%
G 127 of 255 = 50%
B 20 of 255 = 8%

196
127
20

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

Portions of RGB colors in percentages

R + G + B =
196 + 127 + 20 = 343 (100%)
R 196 of 343 ~ 57.14%
G 127 of 343 ~ 37.03%
B 20 of 343 ~ 5.83%

%57.14
%37.03

CMYK color model

#C47F14 color CMYK value is (0,35,90,23).

  • cyan value is 0.00%
  • magenta value is 35.20%
  • yellow value is 89.80%
  • key color value is 23.14%
CMYK:
(0,35,90,23)
C0M35Y90K23 
(0%,35%,90%,23%)
(0.00/0.35/0.90/0.23)	

CMYK percentages

%0
%35.2
%89.8
%23.14

Codes

Color #C47F14 in popluar color models

C47F14
RGB19612720
HSL36°81.48%42.35%
HSB/HSV36°89.80%76.86%
CMYK0.00%35.20%89.80%
23.14%

Color #C47F14 in popluar number systems.

HEXC47F14
Decimal19612720
Binary11000100111111110100
Octal30417724

Shades and tints

Shades of #C47F14

#C47F14
(196,127,20)
#B37413
(179,116,19)
#A26912
(162,105,18)
#915E11
(145,94,17)
#805310
(128,83,16)
#6F480F
(111,72,15)
#5E3D0E
(94,61,14)
#4D320D
(77,50,13)
#3C270C
(60,39,12)
#2B1C0B
(43,28,11)
#1A110A
(26,17,10)
#000000
(0,0,0)

Tints of #C47F14

#C47F14
(196,127,20)
#C98A29
(201,138,41)
#CE953E
(206,149,62)
#D3A053
(211,160,83)
#D8AB68
(216,171,104)
#DDB67D
(221,182,125)
#E2C192
(226,193,146)
#E7CCA7
(231,204,167)
#ECD7BC
(236,215,188)
#F1E2D1
(241,226,209)
#F6EDE6
(246,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47F14; }

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

This text font color is #C47F14.


Background Color

.myBgColor { background-color: #C47F14; }

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

This div background color is #C47F14.


Border color

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

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

This div border color is #C47F14.


Opacity

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

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

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

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

This text has shadow with #C47F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47F14 on black background.


Color preview on white background

This text has color #C47F14 on white background.



Black color preview on #C47F14 background

This text has black color on #C47F14 background.


White color preview on #C47F14 background

This text has white color on #C47F14 background.