COLOR #CA521F

HEX: #CA521F
RGB: (202,82,31)

Color info

#CA521F contains mainly red color. Web safe color of #CA521F is #CC6633 (or #C63).

RGB color model

#CA521F color RGB value is (202,82,31).

  • red value is 202;
  • green value is 82;
  • blue value is 31.
RGB:
(202,82,31)
(79%,32%,12%)

RGB channels and saturation

R 202 of 255 = 79%
G 82 of 255 = 32%
B 31 of 255 = 12%

202
82
31

R + G + B ~ 41%. #CA521F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
202 + 82 + 31 = 315 (100%)
R 202 of 315 ~ 64.13%
G 82 of 315 ~ 26.03%
B 31 of 315 ~ 9.84%

%64.13
%26.03
%9.84

CMYK color model

#CA521F color CMYK value is (0,59,85,21).

  • cyan value is 0.00%
  • magenta value is 59.41%
  • yellow value is 84.65%
  • key color value is 20.78%
CMYK:
(0,59,85,21)
C0M59Y85K21 
(0%,59%,85%,21%)
(0.00/0.59/0.85/0.21)	

CMYK percentages

%0
%59.41
%84.65
%20.78

Codes

Color #CA521F in popluar color models

CA521F
RGB2028231
HSL18°73.39%45.69%
HSB/HSV18°84.65%79.22%
CMYK0.00%59.41%84.65%
20.78%

Color #CA521F in popluar number systems.

HEXCA521F
Decimal2028231
Binary11001010101001011111
Octal31212237

Shades and tints

Shades of #CA521F

#CA521F
(202,82,31)
#B84B1D
(184,75,29)
#A6441B
(166,68,27)
#943D19
(148,61,25)
#823617
(130,54,23)
#702F15
(112,47,21)
#5E2813
(94,40,19)
#4C2111
(76,33,17)
#3A1A0F
(58,26,15)
#28130D
(40,19,13)
#160C0B
(22,12,11)
#000000
(0,0,0)

Tints of #CA521F

#CA521F
(202,82,31)
#CE6133
(206,97,51)
#D27047
(210,112,71)
#D67F5B
(214,127,91)
#DA8E6F
(218,142,111)
#DE9D83
(222,157,131)
#E2AC97
(226,172,151)
#E6BBAB
(230,187,171)
#EACABF
(234,202,191)
#EED9D3
(238,217,211)
#F2E8E7
(242,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA521F color. Also use rgb(202,82,31) instead hex code.

Text Font Color

.myTextColor { color: #CA521F; }

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

This text font color is #CA521F.


Background Color

.myBgColor { background-color: #CA521F; }

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

This div background color is #CA521F.


Border color

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

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

This div border color is #CA521F.


Opacity

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

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

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

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

This text has shadow with #CA521F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA521F on black background.


Color preview on white background

This text has color #CA521F on white background.



Black color preview on #CA521F background

This text has black color on #CA521F background.


White color preview on #CA521F background

This text has white color on #CA521F background.