COLOR #C4742C

HEX: #C4742C
RGB: (196,116,44)

Color info

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

RGB color model

#C4742C color RGB value is (196,116,44).

  • red value is 196;
  • green value is 116;
  • blue value is 44.
RGB:
(196,116,44)
(77%,45%,17%)

RGB channels and saturation

R 196 of 255 = 77%
G 116 of 255 = 45%
B 44 of 255 = 17%

196
116
44

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

Portions of RGB colors in percentages

R + G + B =
196 + 116 + 44 = 356 (100%)
R 196 of 356 ~ 55.06%
G 116 of 356 ~ 32.58%
B 44 of 356 ~ 12.36%

%55.06
%32.58
%12.36

CMYK color model

#C4742C color CMYK value is (0,41,78,23).

  • cyan value is 0.00%
  • magenta value is 40.82%
  • yellow value is 77.55%
  • key color value is 23.14%
CMYK:
(0,41,78,23)
C0M41Y78K23 
(0%,41%,78%,23%)
(0.00/0.41/0.78/0.23)	

CMYK percentages

%0
%40.82
%77.55
%23.14

Codes

Color #C4742C in popluar color models

C4742C
RGB19611644
HSL28°63.33%47.06%
HSB/HSV28°77.55%76.86%
CMYK0.00%40.82%77.55%
23.14%

Color #C4742C in popluar number systems.

HEXC4742C
Decimal19611644
Binary110001001110100101100
Octal30416454

Shades and tints

Shades of #C4742C

#C4742C
(196,116,44)
#B36A28
(179,106,40)
#A26024
(162,96,36)
#915620
(145,86,32)
#804C1C
(128,76,28)
#6F4218
(111,66,24)
#5E3814
(94,56,20)
#4D2E10
(77,46,16)
#3C240C
(60,36,12)
#2B1A08
(43,26,8)
#1A1004
(26,16,4)
#000000
(0,0,0)

Tints of #C4742C

#C4742C
(196,116,44)
#C9803F
(201,128,63)
#CE8C52
(206,140,82)
#D39865
(211,152,101)
#D8A478
(216,164,120)
#DDB08B
(221,176,139)
#E2BC9E
(226,188,158)
#E7C8B1
(231,200,177)
#ECD4C4
(236,212,196)
#F1E0D7
(241,224,215)
#F6ECEA
(246,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4742C color. Also use rgb(196,116,44) instead hex code.

Text Font Color

.myTextColor { color: #C4742C; }

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

This text font color is #C4742C.


Background Color

.myBgColor { background-color: #C4742C; }

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

This div background color is #C4742C.


Border color

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

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

This div border color is #C4742C.


Opacity

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

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

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

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

This text has shadow with #C4742C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4742C on black background.


Color preview on white background

This text has color #C4742C on white background.



Black color preview on #C4742C background

This text has black color on #C4742C background.


White color preview on #C4742C background

This text has white color on #C4742C background.