COLOR #C54F13

HEX: #C54F13
RGB: (197,79,19)

Color info

#C54F13 contains mainly red color. Web safe color of #C54F13 is #CC6600 (or #C60).

RGB color model

#C54F13 color RGB value is (197,79,19).

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

RGB channels and saturation

R 197 of 255 = 77%
G 79 of 255 = 31%
B 19 of 255 = 7%

197
79
19

R + G + B ~ 38%. #C54F13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
197 + 79 + 19 = 295 (100%)
R 197 of 295 ~ 66.78%
G 79 of 295 ~ 26.78%
B 19 of 295 ~ 6.44%

%66.78
%26.78

CMYK color model

#C54F13 color CMYK value is (0,60,90,23).

  • cyan value is 0.00%
  • magenta value is 59.90%
  • yellow value is 90.36%
  • key color value is 22.75%
CMYK:
(0,60,90,23)
C0M60Y90K23 
(0%,60%,90%,23%)
(0.00/0.60/0.90/0.23)	

CMYK percentages

%0
%59.9
%90.36
%22.75

Codes

Color #C54F13 in popluar color models

C54F13
RGB1977919
HSL20°82.41%42.35%
HSB/HSV20°90.36%77.25%
CMYK0.00%59.90%90.36%
22.75%

Color #C54F13 in popluar number systems.

HEXC54F13
Decimal1977919
Binary11000101100111110011
Octal30511723

Shades and tints

Shades of #C54F13

#C54F13
(197,79,19)
#B44812
(180,72,18)
#A34111
(163,65,17)
#923A10
(146,58,16)
#81330F
(129,51,15)
#702C0E
(112,44,14)
#5F250D
(95,37,13)
#4E1E0C
(78,30,12)
#3D170B
(61,23,11)
#2C100A
(44,16,10)
#1B0909
(27,9,9)
#000000
(0,0,0)

Tints of #C54F13

#C54F13
(197,79,19)
#CA5F28
(202,95,40)
#CF6F3D
(207,111,61)
#D47F52
(212,127,82)
#D98F67
(217,143,103)
#DE9F7C
(222,159,124)
#E3AF91
(227,175,145)
#E8BFA6
(232,191,166)
#EDCFBB
(237,207,187)
#F2DFD0
(242,223,208)
#F7EFE5
(247,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C54F13; }

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

This text font color is #C54F13.


Background Color

.myBgColor { background-color: #C54F13; }

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

This div background color is #C54F13.


Border color

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

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

This div border color is #C54F13.


Opacity

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

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

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

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

This text has shadow with #C54F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C54F13 on black background.


Color preview on white background

This text has color #C54F13 on white background.



Black color preview on #C54F13 background

This text has black color on #C54F13 background.


White color preview on #C54F13 background

This text has white color on #C54F13 background.