COLOR #C5474D

HEX: #C5474D
RGB: (197,71,77)

Color info

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

RGB color model

#C5474D color RGB value is (197,71,77).

  • red value is 197;
  • green value is 71;
  • blue value is 77.
RGB:
(197,71,77)
(77%,28%,30%)

RGB channels and saturation

R 197 of 255 = 77%
G 71 of 255 = 28%
B 77 of 255 = 30%

197
71
77

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

Portions of RGB colors in percentages

R + G + B =
197 + 71 + 77 = 345 (100%)
R 197 of 345 ~ 57.1%
G 71 of 345 ~ 20.58%
B 77 of 345 ~ 22.32%

%57.1
%20.58
%22.32

CMYK color model

#C5474D color CMYK value is (0,64,61,23).

  • cyan value is 0.00%
  • magenta value is 63.96%
  • yellow value is 60.91%
  • key color value is 22.75%
CMYK:
(0,64,61,23)
C0M64Y61K23 
(0%,64%,61%,23%)
(0.00/0.64/0.61/0.23)	

CMYK percentages

%0
%63.96
%60.91
%22.75

Codes

Color #C5474D in popluar color models

C5474D
RGB1977177
HSL357°52.07%52.55%
HSB/HSV357°63.96%77.25%
CMYK0.00%63.96%60.91%
22.75%

Color #C5474D in popluar number systems.

HEXC5474D
Decimal1977177
Binary1100010110001111001101
Octal305107115

Shades and tints

Shades of #C5474D

#C5474D
(197,71,77)
#B44146
(180,65,70)
#A33B3F
(163,59,63)
#923538
(146,53,56)
#812F31
(129,47,49)
#70292A
(112,41,42)
#5F2323
(95,35,35)
#4E1D1C
(78,29,28)
#3D1715
(61,23,21)
#2C110E
(44,17,14)
#1B0B07
(27,11,7)
#000000
(0,0,0)

Tints of #C5474D

#C5474D
(197,71,77)
#CA575D
(202,87,93)
#CF676D
(207,103,109)
#D4777D
(212,119,125)
#D9878D
(217,135,141)
#DE979D
(222,151,157)
#E3A7AD
(227,167,173)
#E8B7BD
(232,183,189)
#EDC7CD
(237,199,205)
#F2D7DD
(242,215,221)
#F7E7ED
(247,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5474D color. Also use rgb(197,71,77) instead hex code.

Text Font Color

.myTextColor { color: #C5474D; }

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

This text font color is #C5474D.


Background Color

.myBgColor { background-color: #C5474D; }

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

This div background color is #C5474D.


Border color

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

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

This div border color is #C5474D.


Opacity

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

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

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

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

This text has shadow with #C5474D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5474D on black background.


Color preview on white background

This text has color #C5474D on white background.



Black color preview on #C5474D background

This text has black color on #C5474D background.


White color preview on #C5474D background

This text has white color on #C5474D background.