COLOR #CA5604

HEX: #CA5604
RGB: (202,86,4)

Color info

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

RGB color model

#CA5604 color RGB value is (202,86,4).

  • red value is 202;
  • green value is 86;
  • blue value is 4.
RGB:
(202,86,4)
(79%,34%,2%)

RGB channels and saturation

R 202 of 255 = 79%
G 86 of 255 = 34%
B 4 of 255 = 2%

202
86
4

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

Portions of RGB colors in percentages

R + G + B =
202 + 86 + 4 = 292 (100%)
R 202 of 292 ~ 69.18%
G 86 of 292 ~ 29.45%
B 4 of 292 ~ 1.37%

%69.18
%29.45

CMYK color model

#CA5604 color CMYK value is (0,57,98,21).

  • cyan value is 0.00%
  • magenta value is 57.43%
  • yellow value is 98.02%
  • key color value is 20.78%
CMYK:
(0,57,98,21)
C0M57Y98K21 
(0%,57%,98%,21%)
(0.00/0.57/0.98/0.21)	

CMYK percentages

%0
%57.43
%98.02
%20.78

Codes

Color #CA5604 in popluar color models

CA5604
RGB202864
HSL25°96.12%40.39%
HSB/HSV25°98.02%79.22%
CMYK0.00%57.43%98.02%
20.78%

Color #CA5604 in popluar number systems.

HEXCA5604
Decimal202864
Binary110010101010110100
Octal3121264

Shades and tints

Shades of #CA5604

#CA5604
(202,86,4)
#B84F04
(184,79,4)
#A64804
(166,72,4)
#944104
(148,65,4)
#823A04
(130,58,4)
#703304
(112,51,4)
#5E2C04
(94,44,4)
#4C2504
(76,37,4)
#3A1E04
(58,30,4)
#281704
(40,23,4)
#161004
(22,16,4)
#000000
(0,0,0)

Tints of #CA5604

#CA5604
(202,86,4)
#CE651A
(206,101,26)
#D27430
(210,116,48)
#D68346
(214,131,70)
#DA925C
(218,146,92)
#DEA172
(222,161,114)
#E2B088
(226,176,136)
#E6BF9E
(230,191,158)
#EACEB4
(234,206,180)
#EEDDCA
(238,221,202)
#F2ECE0
(242,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA5604 color. Also use rgb(202,86,4) instead hex code.

Text Font Color

.myTextColor { color: #CA5604; }

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

This text font color is #CA5604.


Background Color

.myBgColor { background-color: #CA5604; }

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

This div background color is #CA5604.


Border color

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

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

This div border color is #CA5604.


Opacity

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

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

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

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

This text has shadow with #CA5604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA5604 on black background.


Color preview on white background

This text has color #CA5604 on white background.



Black color preview on #CA5604 background

This text has black color on #CA5604 background.


White color preview on #CA5604 background

This text has white color on #CA5604 background.