COLOR #C76329

HEX: #C76329
RGB: (199,99,41)

Color info

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

RGB color model

#C76329 color RGB value is (199,99,41).

  • red value is 199;
  • green value is 99;
  • blue value is 41.
RGB:
(199,99,41)
(78%,39%,16%)

RGB channels and saturation

R 199 of 255 = 78%
G 99 of 255 = 39%
B 41 of 255 = 16%

199
99
41

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

Portions of RGB colors in percentages

R + G + B =
199 + 99 + 41 = 339 (100%)
R 199 of 339 ~ 58.7%
G 99 of 339 ~ 29.2%
B 41 of 339 ~ 12.09%

%58.7
%29.2
%12.09

CMYK color model

#C76329 color CMYK value is (0,50,79,22).

  • cyan value is 0.00%
  • magenta value is 50.25%
  • yellow value is 79.40%
  • key color value is 21.96%
CMYK:
(0,50,79,22)
C0M50Y79K22 
(0%,50%,79%,22%)
(0.00/0.50/0.79/0.22)	

CMYK percentages

%0
%50.25
%79.4
%21.96

Codes

Color #C76329 in popluar color models

C76329
RGB1999941
HSL22°65.83%47.06%
HSB/HSV22°79.40%78.04%
CMYK0.00%50.25%79.40%
21.96%

Color #C76329 in popluar number systems.

HEXC76329
Decimal1999941
Binary110001111100011101001
Octal30714351

Shades and tints

Shades of #C76329

#C76329
(199,99,41)
#B55A26
(181,90,38)
#A35123
(163,81,35)
#914820
(145,72,32)
#7F3F1D
(127,63,29)
#6D361A
(109,54,26)
#5B2D17
(91,45,23)
#492414
(73,36,20)
#371B11
(55,27,17)
#25120E
(37,18,14)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #C76329

#C76329
(199,99,41)
#CC713C
(204,113,60)
#D17F4F
(209,127,79)
#D68D62
(214,141,98)
#DB9B75
(219,155,117)
#E0A988
(224,169,136)
#E5B79B
(229,183,155)
#EAC5AE
(234,197,174)
#EFD3C1
(239,211,193)
#F4E1D4
(244,225,212)
#F9EFE7
(249,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76329 color. Also use rgb(199,99,41) instead hex code.

Text Font Color

.myTextColor { color: #C76329; }

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

This text font color is #C76329.


Background Color

.myBgColor { background-color: #C76329; }

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

This div background color is #C76329.


Border color

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

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

This div border color is #C76329.


Opacity

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

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

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

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

This text has shadow with #C76329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76329 on black background.


Color preview on white background

This text has color #C76329 on white background.



Black color preview on #C76329 background

This text has black color on #C76329 background.


White color preview on #C76329 background

This text has white color on #C76329 background.