COLOR #C77F2C

HEX: #C77F2C
RGB: (199,127,44)

Color info

#C77F2C contains mainly red color. Web safe color of #C77F2C is #CC6633 (or #C63).

RGB color model

#C77F2C color RGB value is (199,127,44).

  • red value is 199;
  • green value is 127;
  • blue value is 44.
RGB:
(199,127,44)
(78%,50%,17%)

RGB channels and saturation

R 199 of 255 = 78%
G 127 of 255 = 50%
B 44 of 255 = 17%

199
127
44

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

Portions of RGB colors in percentages

R + G + B =
199 + 127 + 44 = 370 (100%)
R 199 of 370 ~ 53.78%
G 127 of 370 ~ 34.32%
B 44 of 370 ~ 11.89%

%53.78
%34.32
%11.89

CMYK color model

#C77F2C color CMYK value is (0,36,78,22).

  • cyan value is 0.00%
  • magenta value is 36.18%
  • yellow value is 77.89%
  • key color value is 21.96%
CMYK:
(0,36,78,22)
C0M36Y78K22 
(0%,36%,78%,22%)
(0.00/0.36/0.78/0.22)	

CMYK percentages

%0
%36.18
%77.89
%21.96

Codes

Color #C77F2C in popluar color models

C77F2C
RGB19912744
HSL32°63.79%47.65%
HSB/HSV32°77.89%78.04%
CMYK0.00%36.18%77.89%
21.96%

Color #C77F2C in popluar number systems.

HEXC77F2C
Decimal19912744
Binary110001111111111101100
Octal30717754

Shades and tints

Shades of #C77F2C

#C77F2C
(199,127,44)
#B57428
(181,116,40)
#A36924
(163,105,36)
#915E20
(145,94,32)
#7F531C
(127,83,28)
#6D4818
(109,72,24)
#5B3D14
(91,61,20)
#493210
(73,50,16)
#37270C
(55,39,12)
#251C08
(37,28,8)
#131104
(19,17,4)
#000000
(0,0,0)

Tints of #C77F2C

#C77F2C
(199,127,44)
#CC8A3F
(204,138,63)
#D19552
(209,149,82)
#D6A065
(214,160,101)
#DBAB78
(219,171,120)
#E0B68B
(224,182,139)
#E5C19E
(229,193,158)
#EACCB1
(234,204,177)
#EFD7C4
(239,215,196)
#F4E2D7
(244,226,215)
#F9EDEA
(249,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77F2C color. Also use rgb(199,127,44) instead hex code.

Text Font Color

.myTextColor { color: #C77F2C; }

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

This text font color is #C77F2C.


Background Color

.myBgColor { background-color: #C77F2C; }

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

This div background color is #C77F2C.


Border color

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

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

This div border color is #C77F2C.


Opacity

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

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

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

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

This text has shadow with #C77F2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77F2C on black background.


Color preview on white background

This text has color #C77F2C on white background.



Black color preview on #C77F2C background

This text has black color on #C77F2C background.


White color preview on #C77F2C background

This text has white color on #C77F2C background.