COLOR #C4500A

HEX: #C4500A
RGB: (196,80,10)

Color info

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

RGB color model

#C4500A color RGB value is (196,80,10).

  • red value is 196;
  • green value is 80;
  • blue value is 10.
RGB:
(196,80,10)
(77%,31%,4%)

RGB channels and saturation

R 196 of 255 = 77%
G 80 of 255 = 31%
B 10 of 255 = 4%

196
80
10

R + G + B ~ 37%. #C4500A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
196 + 80 + 10 = 286 (100%)
R 196 of 286 ~ 68.53%
G 80 of 286 ~ 27.97%
B 10 of 286 ~ 3.5%

%68.53
%27.97

CMYK color model

#C4500A color CMYK value is (0,59,95,23).

  • cyan value is 0.00%
  • magenta value is 59.18%
  • yellow value is 94.90%
  • key color value is 23.14%
CMYK:
(0,59,95,23)
C0M59Y95K23 
(0%,59%,95%,23%)
(0.00/0.59/0.95/0.23)	

CMYK percentages

%0
%59.18
%94.9
%23.14

Codes

Color #C4500A in popluar color models

C4500A
RGB1968010
HSL23°90.29%40.39%
HSB/HSV23°94.90%76.86%
CMYK0.00%59.18%94.90%
23.14%

Color #C4500A in popluar number systems.

HEXC4500A
Decimal1968010
Binary1100010010100001010
Octal30412012

Shades and tints

Shades of #C4500A

#C4500A
(196,80,10)
#B3490A
(179,73,10)
#A2420A
(162,66,10)
#913B0A
(145,59,10)
#80340A
(128,52,10)
#6F2D0A
(111,45,10)
#5E260A
(94,38,10)
#4D1F0A
(77,31,10)
#3C180A
(60,24,10)
#2B110A
(43,17,10)
#1A0A0A
(26,10,10)
#000000
(0,0,0)

Tints of #C4500A

#C4500A
(196,80,10)
#C95F20
(201,95,32)
#CE6E36
(206,110,54)
#D37D4C
(211,125,76)
#D88C62
(216,140,98)
#DD9B78
(221,155,120)
#E2AA8E
(226,170,142)
#E7B9A4
(231,185,164)
#ECC8BA
(236,200,186)
#F1D7D0
(241,215,208)
#F6E6E6
(246,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4500A color. Also use rgb(196,80,10) instead hex code.

Text Font Color

.myTextColor { color: #C4500A; }

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

This text font color is #C4500A.


Background Color

.myBgColor { background-color: #C4500A; }

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

This div background color is #C4500A.


Border color

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

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

This div border color is #C4500A.


Opacity

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

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

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

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

This text has shadow with #C4500A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4500A on black background.


Color preview on white background

This text has color #C4500A on white background.



Black color preview on #C4500A background

This text has black color on #C4500A background.


White color preview on #C4500A background

This text has white color on #C4500A background.