COLOR #C77328

HEX: #C77328
RGB: (199,115,40)

Color info

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

RGB color model

#C77328 color RGB value is (199,115,40).

  • red value is 199;
  • green value is 115;
  • blue value is 40.
RGB:
(199,115,40)
(78%,45%,16%)

RGB channels and saturation

R 199 of 255 = 78%
G 115 of 255 = 45%
B 40 of 255 = 16%

199
115
40

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

Portions of RGB colors in percentages

R + G + B =
199 + 115 + 40 = 354 (100%)
R 199 of 354 ~ 56.21%
G 115 of 354 ~ 32.49%
B 40 of 354 ~ 11.3%

%56.21
%32.49
%11.3

CMYK color model

#C77328 color CMYK value is (0,42,80,22).

  • cyan value is 0.00%
  • magenta value is 42.21%
  • yellow value is 79.90%
  • key color value is 21.96%
CMYK:
(0,42,80,22)
C0M42Y80K22 
(0%,42%,80%,22%)
(0.00/0.42/0.80/0.22)	

CMYK percentages

%0
%42.21
%79.9
%21.96

Codes

Color #C77328 in popluar color models

C77328
RGB19911540
HSL28°66.53%46.86%
HSB/HSV28°79.90%78.04%
CMYK0.00%42.21%79.90%
21.96%

Color #C77328 in popluar number systems.

HEXC77328
Decimal19911540
Binary110001111110011101000
Octal30716350

Shades and tints

Shades of #C77328

#C77328
(199,115,40)
#B56925
(181,105,37)
#A35F22
(163,95,34)
#91551F
(145,85,31)
#7F4B1C
(127,75,28)
#6D4119
(109,65,25)
#5B3716
(91,55,22)
#492D13
(73,45,19)
#372310
(55,35,16)
#25190D
(37,25,13)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #C77328

#C77328
(199,115,40)
#CC7F3B
(204,127,59)
#D18B4E
(209,139,78)
#D69761
(214,151,97)
#DBA374
(219,163,116)
#E0AF87
(224,175,135)
#E5BB9A
(229,187,154)
#EAC7AD
(234,199,173)
#EFD3C0
(239,211,192)
#F4DFD3
(244,223,211)
#F9EBE6
(249,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77328 color. Also use rgb(199,115,40) instead hex code.

Text Font Color

.myTextColor { color: #C77328; }

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

This text font color is #C77328.


Background Color

.myBgColor { background-color: #C77328; }

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

This div background color is #C77328.


Border color

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

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

This div border color is #C77328.


Opacity

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

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

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

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

This text has shadow with #C77328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77328 on black background.


Color preview on white background

This text has color #C77328 on white background.



Black color preview on #C77328 background

This text has black color on #C77328 background.


White color preview on #C77328 background

This text has white color on #C77328 background.