COLOR #C77608

HEX: #C77608
RGB: (199,118,8)

Color info

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

RGB color model

#C77608 color RGB value is (199,118,8).

  • red value is 199;
  • green value is 118;
  • blue value is 8.
RGB:
(199,118,8)
(78%,46%,3%)

RGB channels and saturation

R 199 of 255 = 78%
G 118 of 255 = 46%
B 8 of 255 = 3%

199
118
8

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

Portions of RGB colors in percentages

R + G + B =
199 + 118 + 8 = 325 (100%)
R 199 of 325 ~ 61.23%
G 118 of 325 ~ 36.31%
B 8 of 325 ~ 2.46%

%61.23
%36.31

CMYK color model

#C77608 color CMYK value is (0,41,96,22).

  • cyan value is 0.00%
  • magenta value is 40.70%
  • yellow value is 95.98%
  • key color value is 21.96%
CMYK:
(0,41,96,22)
C0M41Y96K22 
(0%,41%,96%,22%)
(0.00/0.41/0.96/0.22)	

CMYK percentages

%0
%40.7
%95.98
%21.96

Codes

Color #C77608 in popluar color models

C77608
RGB1991188
HSL35°92.27%40.59%
HSB/HSV35°95.98%78.04%
CMYK0.00%40.70%95.98%
21.96%

Color #C77608 in popluar number systems.

HEXC77608
Decimal1991188
Binary1100011111101101000
Octal30716610

Shades and tints

Shades of #C77608

#C77608
(199,118,8)
#B56C08
(181,108,8)
#A36208
(163,98,8)
#915808
(145,88,8)
#7F4E08
(127,78,8)
#6D4408
(109,68,8)
#5B3A08
(91,58,8)
#493008
(73,48,8)
#372608
(55,38,8)
#251C08
(37,28,8)
#131208
(19,18,8)
#000000
(0,0,0)

Tints of #C77608

#C77608
(199,118,8)
#CC821E
(204,130,30)
#D18E34
(209,142,52)
#D69A4A
(214,154,74)
#DBA660
(219,166,96)
#E0B276
(224,178,118)
#E5BE8C
(229,190,140)
#EACAA2
(234,202,162)
#EFD6B8
(239,214,184)
#F4E2CE
(244,226,206)
#F9EEE4
(249,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77608 color. Also use rgb(199,118,8) instead hex code.

Text Font Color

.myTextColor { color: #C77608; }

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

This text font color is #C77608.


Background Color

.myBgColor { background-color: #C77608; }

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

This div background color is #C77608.


Border color

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

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

This div border color is #C77608.


Opacity

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

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

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

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

This text has shadow with #C77608 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77608 on black background.


Color preview on white background

This text has color #C77608 on white background.



Black color preview on #C77608 background

This text has black color on #C77608 background.


White color preview on #C77608 background

This text has white color on #C77608 background.