COLOR #C44F31

HEX: #C44F31
RGB: (196,79,49)

Color info

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

RGB color model

#C44F31 color RGB value is (196,79,49).

  • red value is 196;
  • green value is 79;
  • blue value is 49.
RGB:
(196,79,49)
(77%,31%,19%)

RGB channels and saturation

R 196 of 255 = 77%
G 79 of 255 = 31%
B 49 of 255 = 19%

196
79
49

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

Portions of RGB colors in percentages

R + G + B =
196 + 79 + 49 = 324 (100%)
R 196 of 324 ~ 60.49%
G 79 of 324 ~ 24.38%
B 49 of 324 ~ 15.12%

%60.49
%24.38
%15.12

CMYK color model

#C44F31 color CMYK value is (0,60,75,23).

  • cyan value is 0.00%
  • magenta value is 59.69%
  • yellow value is 75.00%
  • key color value is 23.14%
CMYK:
(0,60,75,23)
C0M60Y75K23 
(0%,60%,75%,23%)
(0.00/0.60/0.75/0.23)	

CMYK percentages

%0
%59.69
%75
%23.14

Codes

Color #C44F31 in popluar color models

C44F31
RGB1967949
HSL12°60.00%48.04%
HSB/HSV12°75.00%76.86%
CMYK0.00%59.69%75.00%
23.14%

Color #C44F31 in popluar number systems.

HEXC44F31
Decimal1967949
Binary110001001001111110001
Octal30411761

Shades and tints

Shades of #C44F31

#C44F31
(196,79,49)
#B3482D
(179,72,45)
#A24129
(162,65,41)
#913A25
(145,58,37)
#803321
(128,51,33)
#6F2C1D
(111,44,29)
#5E2519
(94,37,25)
#4D1E15
(77,30,21)
#3C1711
(60,23,17)
#2B100D
(43,16,13)
#1A0909
(26,9,9)
#000000
(0,0,0)

Tints of #C44F31

#C44F31
(196,79,49)
#C95F43
(201,95,67)
#CE6F55
(206,111,85)
#D37F67
(211,127,103)
#D88F79
(216,143,121)
#DD9F8B
(221,159,139)
#E2AF9D
(226,175,157)
#E7BFAF
(231,191,175)
#ECCFC1
(236,207,193)
#F1DFD3
(241,223,211)
#F6EFE5
(246,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C44F31 color. Also use rgb(196,79,49) instead hex code.

Text Font Color

.myTextColor { color: #C44F31; }

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

This text font color is #C44F31.


Background Color

.myBgColor { background-color: #C44F31; }

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

This div background color is #C44F31.


Border color

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

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

This div border color is #C44F31.


Opacity

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

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

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

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

This text has shadow with #C44F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C44F31 on black background.


Color preview on white background

This text has color #C44F31 on white background.



Black color preview on #C44F31 background

This text has black color on #C44F31 background.


White color preview on #C44F31 background

This text has white color on #C44F31 background.