COLOR #C76544

HEX: #C76544
RGB: (199,101,68)

Color info

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

RGB color model

#C76544 color RGB value is (199,101,68).

  • red value is 199;
  • green value is 101;
  • blue value is 68.
RGB:
(199,101,68)
(78%,40%,27%)

RGB channels and saturation

R 199 of 255 = 78%
G 101 of 255 = 40%
B 68 of 255 = 27%

199
101
68

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

Portions of RGB colors in percentages

R + G + B =
199 + 101 + 68 = 368 (100%)
R 199 of 368 ~ 54.08%
G 101 of 368 ~ 27.45%
B 68 of 368 ~ 18.48%

%54.08
%27.45
%18.48

CMYK color model

#C76544 color CMYK value is (0,49,66,22).

  • cyan value is 0.00%
  • magenta value is 49.25%
  • yellow value is 65.83%
  • key color value is 21.96%
CMYK:
(0,49,66,22)
C0M49Y66K22 
(0%,49%,66%,22%)
(0.00/0.49/0.66/0.22)	

CMYK percentages

%0
%49.25
%65.83
%21.96

Codes

Color #C76544 in popluar color models

C76544
RGB19910168
HSL15°53.91%52.35%
HSB/HSV15°65.83%78.04%
CMYK0.00%49.25%65.83%
21.96%

Color #C76544 in popluar number systems.

HEXC76544
Decimal19910168
Binary1100011111001011000100
Octal307145104

Shades and tints

Shades of #C76544

#C76544
(199,101,68)
#B55C3E
(181,92,62)
#A35338
(163,83,56)
#914A32
(145,74,50)
#7F412C
(127,65,44)
#6D3826
(109,56,38)
#5B2F20
(91,47,32)
#49261A
(73,38,26)
#371D14
(55,29,20)
#25140E
(37,20,14)
#130B08
(19,11,8)
#000000
(0,0,0)

Tints of #C76544

#C76544
(199,101,68)
#CC7355
(204,115,85)
#D18166
(209,129,102)
#D68F77
(214,143,119)
#DB9D88
(219,157,136)
#E0AB99
(224,171,153)
#E5B9AA
(229,185,170)
#EAC7BB
(234,199,187)
#EFD5CC
(239,213,204)
#F4E3DD
(244,227,221)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76544 color. Also use rgb(199,101,68) instead hex code.

Text Font Color

.myTextColor { color: #C76544; }

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

This text font color is #C76544.


Background Color

.myBgColor { background-color: #C76544; }

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

This div background color is #C76544.


Border color

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

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

This div border color is #C76544.


Opacity

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

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

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

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

This text has shadow with #C76544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76544 on black background.


Color preview on white background

This text has color #C76544 on white background.



Black color preview on #C76544 background

This text has black color on #C76544 background.


White color preview on #C76544 background

This text has white color on #C76544 background.