COLOR #C79311

HEX: #C79311
RGB: (199,147,17)

Color info

#C79311 contains mainly red and green colors. Web safe color of #C79311 is #CC9900 (or #C90).

RGB color model

#C79311 color RGB value is (199,147,17).

  • red value is 199;
  • green value is 147;
  • blue value is 17.
RGB:
(199,147,17)
(78%,58%,7%)

RGB channels and saturation

R 199 of 255 = 78%
G 147 of 255 = 58%
B 17 of 255 = 7%

199
147
17

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

Portions of RGB colors in percentages

R + G + B =
199 + 147 + 17 = 363 (100%)
R 199 of 363 ~ 54.82%
G 147 of 363 ~ 40.5%
B 17 of 363 ~ 4.68%

%54.82
%40.5

CMYK color model

#C79311 color CMYK value is (0,26,91,22).

  • cyan value is 0.00%
  • magenta value is 26.13%
  • yellow value is 91.46%
  • key color value is 21.96%
CMYK:
(0,26,91,22)
C0M26Y91K22 
(0%,26%,91%,22%)
(0.00/0.26/0.91/0.22)	

CMYK percentages

%0
%26.13
%91.46
%21.96

Codes

Color #C79311 in popluar color models

C79311
RGB19914717
HSL43°84.26%42.35%
HSB/HSV43°91.46%78.04%
CMYK0.00%26.13%91.46%
21.96%

Color #C79311 in popluar number systems.

HEXC79311
Decimal19914717
Binary110001111001001110001
Octal30722321

Shades and tints

Shades of #C79311

#C79311
(199,147,17)
#B58610
(181,134,16)
#A3790F
(163,121,15)
#916C0E
(145,108,14)
#7F5F0D
(127,95,13)
#6D520C
(109,82,12)
#5B450B
(91,69,11)
#49380A
(73,56,10)
#372B09
(55,43,9)
#251E08
(37,30,8)
#131107
(19,17,7)
#000000
(0,0,0)

Tints of #C79311

#C79311
(199,147,17)
#CC9C26
(204,156,38)
#D1A53B
(209,165,59)
#D6AE50
(214,174,80)
#DBB765
(219,183,101)
#E0C07A
(224,192,122)
#E5C98F
(229,201,143)
#EAD2A4
(234,210,164)
#EFDBB9
(239,219,185)
#F4E4CE
(244,228,206)
#F9EDE3
(249,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79311 color. Also use rgb(199,147,17) instead hex code.

Text Font Color

.myTextColor { color: #C79311; }

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

This text font color is #C79311.


Background Color

.myBgColor { background-color: #C79311; }

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

This div background color is #C79311.


Border color

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

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

This div border color is #C79311.


Opacity

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

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

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

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

This text has shadow with #C79311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79311 on black background.


Color preview on white background

This text has color #C79311 on white background.



Black color preview on #C79311 background

This text has black color on #C79311 background.


White color preview on #C79311 background

This text has white color on #C79311 background.