COLOR #CA5A28

HEX: #CA5A28
RGB: (202,90,40)

Color info

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

RGB color model

#CA5A28 color RGB value is (202,90,40).

  • red value is 202;
  • green value is 90;
  • blue value is 40.
RGB:
(202,90,40)
(79%,35%,16%)

RGB channels and saturation

R 202 of 255 = 79%
G 90 of 255 = 35%
B 40 of 255 = 16%

202
90
40

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

Portions of RGB colors in percentages

R + G + B =
202 + 90 + 40 = 332 (100%)
R 202 of 332 ~ 60.84%
G 90 of 332 ~ 27.11%
B 40 of 332 ~ 12.05%

%60.84
%27.11
%12.05

CMYK color model

#CA5A28 color CMYK value is (0,55,80,21).

  • cyan value is 0.00%
  • magenta value is 55.45%
  • yellow value is 80.20%
  • key color value is 20.78%
CMYK:
(0,55,80,21)
C0M55Y80K21 
(0%,55%,80%,21%)
(0.00/0.55/0.80/0.21)	

CMYK percentages

%0
%55.45
%80.2
%20.78

Codes

Color #CA5A28 in popluar color models

CA5A28
RGB2029040
HSL19°66.94%47.45%
HSB/HSV19°80.20%79.22%
CMYK0.00%55.45%80.20%
20.78%

Color #CA5A28 in popluar number systems.

HEXCA5A28
Decimal2029040
Binary110010101011010101000
Octal31213250

Shades and tints

Shades of #CA5A28

#CA5A28
(202,90,40)
#B85225
(184,82,37)
#A64A22
(166,74,34)
#94421F
(148,66,31)
#823A1C
(130,58,28)
#703219
(112,50,25)
#5E2A16
(94,42,22)
#4C2213
(76,34,19)
#3A1A10
(58,26,16)
#28120D
(40,18,13)
#160A0A
(22,10,10)
#000000
(0,0,0)

Tints of #CA5A28

#CA5A28
(202,90,40)
#CE693B
(206,105,59)
#D2784E
(210,120,78)
#D68761
(214,135,97)
#DA9674
(218,150,116)
#DEA587
(222,165,135)
#E2B49A
(226,180,154)
#E6C3AD
(230,195,173)
#EAD2C0
(234,210,192)
#EEE1D3
(238,225,211)
#F2F0E6
(242,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA5A28 color. Also use rgb(202,90,40) instead hex code.

Text Font Color

.myTextColor { color: #CA5A28; }

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

This text font color is #CA5A28.


Background Color

.myBgColor { background-color: #CA5A28; }

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

This div background color is #CA5A28.


Border color

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

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

This div border color is #CA5A28.


Opacity

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

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

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

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

This text has shadow with #CA5A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA5A28 on black background.


Color preview on white background

This text has color #CA5A28 on white background.



Black color preview on #CA5A28 background

This text has black color on #CA5A28 background.


White color preview on #CA5A28 background

This text has white color on #CA5A28 background.