COLOR #C64937

HEX: #C64937
RGB: (198,73,55)

Color info

#C64937 contains mainly red color. Web safe color of #C64937 is #CC3333 (or #C33).

RGB color model

#C64937 color RGB value is (198,73,55).

  • red value is 198;
  • green value is 73;
  • blue value is 55.
RGB:
(198,73,55)
(78%,29%,22%)

RGB channels and saturation

R 198 of 255 = 78%
G 73 of 255 = 29%
B 55 of 255 = 22%

198
73
55

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

Portions of RGB colors in percentages

R + G + B =
198 + 73 + 55 = 326 (100%)
R 198 of 326 ~ 60.74%
G 73 of 326 ~ 22.39%
B 55 of 326 ~ 16.87%

%60.74
%22.39
%16.87

CMYK color model

#C64937 color CMYK value is (0,63,72,22).

  • cyan value is 0.00%
  • magenta value is 63.13%
  • yellow value is 72.22%
  • key color value is 22.35%
CMYK:
(0,63,72,22)
C0M63Y72K22 
(0%,63%,72%,22%)
(0.00/0.63/0.72/0.22)	

CMYK percentages

%0
%63.13
%72.22
%22.35

Codes

Color #C64937 in popluar color models

C64937
RGB1987355
HSL56.52%49.61%
HSB/HSV72.22%77.65%
CMYK0.00%63.13%72.22%
22.35%

Color #C64937 in popluar number systems.

HEXC64937
Decimal1987355
Binary110001101001001110111
Octal30611167

Shades and tints

Shades of #C64937

#C64937
(198,73,55)
#B44332
(180,67,50)
#A23D2D
(162,61,45)
#903728
(144,55,40)
#7E3123
(126,49,35)
#6C2B1E
(108,43,30)
#5A2519
(90,37,25)
#481F14
(72,31,20)
#36190F
(54,25,15)
#24130A
(36,19,10)
#120D05
(18,13,5)
#000000
(0,0,0)

Tints of #C64937

#C64937
(198,73,55)
#CB5949
(203,89,73)
#D0695B
(208,105,91)
#D5796D
(213,121,109)
#DA897F
(218,137,127)
#DF9991
(223,153,145)
#E4A9A3
(228,169,163)
#E9B9B5
(233,185,181)
#EEC9C7
(238,201,199)
#F3D9D9
(243,217,217)
#F8E9EB
(248,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C64937 color. Also use rgb(198,73,55) instead hex code.

Text Font Color

.myTextColor { color: #C64937; }

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

This text font color is #C64937.


Background Color

.myBgColor { background-color: #C64937; }

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

This div background color is #C64937.


Border color

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

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

This div border color is #C64937.


Opacity

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

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

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

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

This text has shadow with #C64937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C64937 on black background.


Color preview on white background

This text has color #C64937 on white background.



Black color preview on #C64937 background

This text has black color on #C64937 background.


White color preview on #C64937 background

This text has white color on #C64937 background.