COLOR #C54F44

HEX: #C54F44
RGB: (197,79,68)

Color info

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

RGB color model

#C54F44 color RGB value is (197,79,68).

  • red value is 197;
  • green value is 79;
  • blue value is 68.
RGB:
(197,79,68)
(77%,31%,27%)

RGB channels and saturation

R 197 of 255 = 77%
G 79 of 255 = 31%
B 68 of 255 = 27%

197
79
68

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

Portions of RGB colors in percentages

R + G + B =
197 + 79 + 68 = 344 (100%)
R 197 of 344 ~ 57.27%
G 79 of 344 ~ 22.97%
B 68 of 344 ~ 19.77%

%57.27
%22.97
%19.77

CMYK color model

#C54F44 color CMYK value is (0,60,65,23).

  • cyan value is 0.00%
  • magenta value is 59.90%
  • yellow value is 65.48%
  • key color value is 22.75%
CMYK:
(0,60,65,23)
C0M60Y65K23 
(0%,60%,65%,23%)
(0.00/0.60/0.65/0.23)	

CMYK percentages

%0
%59.9
%65.48
%22.75

Codes

Color #C54F44 in popluar color models

C54F44
RGB1977968
HSL52.65%51.96%
HSB/HSV65.48%77.25%
CMYK0.00%59.90%65.48%
22.75%

Color #C54F44 in popluar number systems.

HEXC54F44
Decimal1977968
Binary1100010110011111000100
Octal305117104

Shades and tints

Shades of #C54F44

#C54F44
(197,79,68)
#B4483E
(180,72,62)
#A34138
(163,65,56)
#923A32
(146,58,50)
#81332C
(129,51,44)
#702C26
(112,44,38)
#5F2520
(95,37,32)
#4E1E1A
(78,30,26)
#3D1714
(61,23,20)
#2C100E
(44,16,14)
#1B0908
(27,9,8)
#000000
(0,0,0)

Tints of #C54F44

#C54F44
(197,79,68)
#CA5F55
(202,95,85)
#CF6F66
(207,111,102)
#D47F77
(212,127,119)
#D98F88
(217,143,136)
#DE9F99
(222,159,153)
#E3AFAA
(227,175,170)
#E8BFBB
(232,191,187)
#EDCFCC
(237,207,204)
#F2DFDD
(242,223,221)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C54F44 color. Also use rgb(197,79,68) instead hex code.

Text Font Color

.myTextColor { color: #C54F44; }

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

This text font color is #C54F44.


Background Color

.myBgColor { background-color: #C54F44; }

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

This div background color is #C54F44.


Border color

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

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

This div border color is #C54F44.


Opacity

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

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

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

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

This text has shadow with #C54F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C54F44 on black background.


Color preview on white background

This text has color #C54F44 on white background.



Black color preview on #C54F44 background

This text has black color on #C54F44 background.


White color preview on #C54F44 background

This text has white color on #C54F44 background.