COLOR #C76F0C

HEX: #C76F0C
RGB: (199,111,12)

Color info

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

RGB color model

#C76F0C color RGB value is (199,111,12).

  • red value is 199;
  • green value is 111;
  • blue value is 12.
RGB:
(199,111,12)
(78%,44%,5%)

RGB channels and saturation

R 199 of 255 = 78%
G 111 of 255 = 44%
B 12 of 255 = 5%

199
111
12

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

Portions of RGB colors in percentages

R + G + B =
199 + 111 + 12 = 322 (100%)
R 199 of 322 ~ 61.8%
G 111 of 322 ~ 34.47%
B 12 of 322 ~ 3.73%

%61.8
%34.47

CMYK color model

#C76F0C color CMYK value is (0,44,94,22).

  • cyan value is 0.00%
  • magenta value is 44.22%
  • yellow value is 93.97%
  • key color value is 21.96%
CMYK:
(0,44,94,22)
C0M44Y94K22 
(0%,44%,94%,22%)
(0.00/0.44/0.94/0.22)	

CMYK percentages

%0
%44.22
%93.97
%21.96

Codes

Color #C76F0C in popluar color models

C76F0C
RGB19911112
HSL32°88.63%41.37%
HSB/HSV32°93.97%78.04%
CMYK0.00%44.22%93.97%
21.96%

Color #C76F0C in popluar number systems.

HEXC76F0C
Decimal19911112
Binary1100011111011111100
Octal30715714

Shades and tints

Shades of #C76F0C

#C76F0C
(199,111,12)
#B5650B
(181,101,11)
#A35B0A
(163,91,10)
#915109
(145,81,9)
#7F4708
(127,71,8)
#6D3D07
(109,61,7)
#5B3306
(91,51,6)
#492905
(73,41,5)
#371F04
(55,31,4)
#251503
(37,21,3)
#130B02
(19,11,2)
#000000
(0,0,0)

Tints of #C76F0C

#C76F0C
(199,111,12)
#CC7C22
(204,124,34)
#D18938
(209,137,56)
#D6964E
(214,150,78)
#DBA364
(219,163,100)
#E0B07A
(224,176,122)
#E5BD90
(229,189,144)
#EACAA6
(234,202,166)
#EFD7BC
(239,215,188)
#F4E4D2
(244,228,210)
#F9F1E8
(249,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76F0C color. Also use rgb(199,111,12) instead hex code.

Text Font Color

.myTextColor { color: #C76F0C; }

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

This text font color is #C76F0C.


Background Color

.myBgColor { background-color: #C76F0C; }

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

This div background color is #C76F0C.


Border color

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

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

This div border color is #C76F0C.


Opacity

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

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

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

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

This text has shadow with #C76F0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76F0C on black background.


Color preview on white background

This text has color #C76F0C on white background.



Black color preview on #C76F0C background

This text has black color on #C76F0C background.


White color preview on #C76F0C background

This text has white color on #C76F0C background.