COLOR #CA4004

HEX: #CA4004
RGB: (202,64,4)

Color info

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

RGB color model

#CA4004 color RGB value is (202,64,4).

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

RGB channels and saturation

R 202 of 255 = 79%
G 64 of 255 = 25%
B 4 of 255 = 2%

202
64
4

R + G + B ~ 35%. #CA4004 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
202 + 64 + 4 = 270 (100%)
R 202 of 270 ~ 74.81%
G 64 of 270 ~ 23.7%
B 4 of 270 ~ 1.48%

%74.81
%23.7

CMYK color model

#CA4004 color CMYK value is (0,68,98,21).

  • cyan value is 0.00%
  • magenta value is 68.32%
  • yellow value is 98.02%
  • key color value is 20.78%
CMYK:
(0,68,98,21)
C0M68Y98K21 
(0%,68%,98%,21%)
(0.00/0.68/0.98/0.21)	

CMYK percentages

%0
%68.32
%98.02
%20.78

Codes

Color #CA4004 in popluar color models

CA4004
RGB202644
HSL18°96.12%40.39%
HSB/HSV18°98.02%79.22%
CMYK0.00%68.32%98.02%
20.78%

Color #CA4004 in popluar number systems.

HEXCA4004
Decimal202644
Binary110010101000000100
Octal3121004

Shades and tints

Shades of #CA4004

#CA4004
(202,64,4)
#B83B04
(184,59,4)
#A63604
(166,54,4)
#943104
(148,49,4)
#822C04
(130,44,4)
#702704
(112,39,4)
#5E2204
(94,34,4)
#4C1D04
(76,29,4)
#3A1804
(58,24,4)
#281304
(40,19,4)
#160E04
(22,14,4)
#000000
(0,0,0)

Tints of #CA4004

#CA4004
(202,64,4)
#CE511A
(206,81,26)
#D26230
(210,98,48)
#D67346
(214,115,70)
#DA845C
(218,132,92)
#DE9572
(222,149,114)
#E2A688
(226,166,136)
#E6B79E
(230,183,158)
#EAC8B4
(234,200,180)
#EED9CA
(238,217,202)
#F2EAE0
(242,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA4004; }

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

This text font color is #CA4004.


Background Color

.myBgColor { background-color: #CA4004; }

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

This div background color is #CA4004.


Border color

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

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

This div border color is #CA4004.


Opacity

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

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

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

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

This text has shadow with #CA4004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA4004 on black background.


Color preview on white background

This text has color #CA4004 on white background.



Black color preview on #CA4004 background

This text has black color on #CA4004 background.


White color preview on #CA4004 background

This text has white color on #CA4004 background.