COLOR #C54A02

HEX: #C54A02
RGB: (197,74,2)

Color info

#C54A02 contains mainly red color. Web safe color of #C54A02 is #CC3300 (or #C30).

RGB color model

#C54A02 color RGB value is (197,74,2).

  • red value is 197;
  • green value is 74;
  • blue value is 2.
RGB:
(197,74,2)
(77%,29%,1%)

RGB channels and saturation

R 197 of 255 = 77%
G 74 of 255 = 29%
B 2 of 255 = 1%

197
74
2

R + G + B ~ 36%. #C54A02 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
197 + 74 + 2 = 273 (100%)
R 197 of 273 ~ 72.16%
G 74 of 273 ~ 27.11%
B 2 of 273 ~ 0.73%

%72.16
%27.11

CMYK color model

#C54A02 color CMYK value is (0,62,99,23).

  • cyan value is 0.00%
  • magenta value is 62.44%
  • yellow value is 98.98%
  • key color value is 22.75%
CMYK:
(0,62,99,23)
C0M62Y99K23 
(0%,62%,99%,23%)
(0.00/0.62/0.99/0.23)	

CMYK percentages

%0
%62.44
%98.98
%22.75

Codes

Color #C54A02 in popluar color models

C54A02
RGB197742
HSL22°97.99%39.02%
HSB/HSV22°98.98%77.25%
CMYK0.00%62.44%98.98%
22.75%

Color #C54A02 in popluar number systems.

HEXC54A02
Decimal197742
Binary11000101100101010
Octal3051122

Shades and tints

Shades of #C54A02

#C54A02
(197,74,2)
#B44402
(180,68,2)
#A33E02
(163,62,2)
#923802
(146,56,2)
#813202
(129,50,2)
#702C02
(112,44,2)
#5F2602
(95,38,2)
#4E2002
(78,32,2)
#3D1A02
(61,26,2)
#2C1402
(44,20,2)
#1B0E02
(27,14,2)
#000000
(0,0,0)

Tints of #C54A02

#C54A02
(197,74,2)
#CA5A19
(202,90,25)
#CF6A30
(207,106,48)
#D47A47
(212,122,71)
#D98A5E
(217,138,94)
#DE9A75
(222,154,117)
#E3AA8C
(227,170,140)
#E8BAA3
(232,186,163)
#EDCABA
(237,202,186)
#F2DAD1
(242,218,209)
#F7EAE8
(247,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C54A02 color. Also use rgb(197,74,2) instead hex code.

Text Font Color

.myTextColor { color: #C54A02; }

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

This text font color is #C54A02.


Background Color

.myBgColor { background-color: #C54A02; }

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

This div background color is #C54A02.


Border color

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

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

This div border color is #C54A02.


Opacity

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

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

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

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

This text has shadow with #C54A02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C54A02 on black background.


Color preview on white background

This text has color #C54A02 on white background.



Black color preview on #C54A02 background

This text has black color on #C54A02 background.


White color preview on #C54A02 background

This text has white color on #C54A02 background.