COLOR #C54320

HEX: #C54320
RGB: (197,67,32)

Color info

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

RGB color model

#C54320 color RGB value is (197,67,32).

  • red value is 197;
  • green value is 67;
  • blue value is 32.
RGB:
(197,67,32)
(77%,26%,13%)

RGB channels and saturation

R 197 of 255 = 77%
G 67 of 255 = 26%
B 32 of 255 = 13%

197
67
32

R + G + B ~ 39%. #C54320 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
197 + 67 + 32 = 296 (100%)
R 197 of 296 ~ 66.55%
G 67 of 296 ~ 22.64%
B 32 of 296 ~ 10.81%

%66.55
%22.64
%10.81

CMYK color model

#C54320 color CMYK value is (0,66,84,23).

  • cyan value is 0.00%
  • magenta value is 65.99%
  • yellow value is 83.76%
  • key color value is 22.75%
CMYK:
(0,66,84,23)
C0M66Y84K23 
(0%,66%,84%,23%)
(0.00/0.66/0.84/0.23)	

CMYK percentages

%0
%65.99
%83.76
%22.75

Codes

Color #C54320 in popluar color models

C54320
RGB1976732
HSL13°72.05%44.90%
HSB/HSV13°83.76%77.25%
CMYK0.00%65.99%83.76%
22.75%

Color #C54320 in popluar number systems.

HEXC54320
Decimal1976732
Binary110001011000011100000
Octal30510340

Shades and tints

Shades of #C54320

#C54320
(197,67,32)
#B43D1E
(180,61,30)
#A3371C
(163,55,28)
#92311A
(146,49,26)
#812B18
(129,43,24)
#702516
(112,37,22)
#5F1F14
(95,31,20)
#4E1912
(78,25,18)
#3D1310
(61,19,16)
#2C0D0E
(44,13,14)
#1B070C
(27,7,12)
#000000
(0,0,0)

Tints of #C54320

#C54320
(197,67,32)
#CA5434
(202,84,52)
#CF6548
(207,101,72)
#D4765C
(212,118,92)
#D98770
(217,135,112)
#DE9884
(222,152,132)
#E3A998
(227,169,152)
#E8BAAC
(232,186,172)
#EDCBC0
(237,203,192)
#F2DCD4
(242,220,212)
#F7EDE8
(247,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C54320 color. Also use rgb(197,67,32) instead hex code.

Text Font Color

.myTextColor { color: #C54320; }

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

This text font color is #C54320.


Background Color

.myBgColor { background-color: #C54320; }

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

This div background color is #C54320.


Border color

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

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

This div border color is #C54320.


Opacity

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

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

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

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

This text has shadow with #C54320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C54320 on black background.


Color preview on white background

This text has color #C54320 on white background.



Black color preview on #C54320 background

This text has black color on #C54320 background.


White color preview on #C54320 background

This text has white color on #C54320 background.