COLOR #CA741C

HEX: #CA741C
RGB: (202,116,28)

Color info

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

RGB color model

#CA741C color RGB value is (202,116,28).

  • red value is 202;
  • green value is 116;
  • blue value is 28.
RGB:
(202,116,28)
(79%,45%,11%)

RGB channels and saturation

R 202 of 255 = 79%
G 116 of 255 = 45%
B 28 of 255 = 11%

202
116
28

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

Portions of RGB colors in percentages

R + G + B =
202 + 116 + 28 = 346 (100%)
R 202 of 346 ~ 58.38%
G 116 of 346 ~ 33.53%
B 28 of 346 ~ 8.09%

%58.38
%33.53

CMYK color model

#CA741C color CMYK value is (0,43,86,21).

  • cyan value is 0.00%
  • magenta value is 42.57%
  • yellow value is 86.14%
  • key color value is 20.78%
CMYK:
(0,43,86,21)
C0M43Y86K21 
(0%,43%,86%,21%)
(0.00/0.43/0.86/0.21)	

CMYK percentages

%0
%42.57
%86.14
%20.78

Codes

Color #CA741C in popluar color models

CA741C
RGB20211628
HSL30°75.65%45.10%
HSB/HSV30°86.14%79.22%
CMYK0.00%42.57%86.14%
20.78%

Color #CA741C in popluar number systems.

HEXCA741C
Decimal20211628
Binary11001010111010011100
Octal31216434

Shades and tints

Shades of #CA741C

#CA741C
(202,116,28)
#B86A1A
(184,106,26)
#A66018
(166,96,24)
#945616
(148,86,22)
#824C14
(130,76,20)
#704212
(112,66,18)
#5E3810
(94,56,16)
#4C2E0E
(76,46,14)
#3A240C
(58,36,12)
#281A0A
(40,26,10)
#161008
(22,16,8)
#000000
(0,0,0)

Tints of #CA741C

#CA741C
(202,116,28)
#CE8030
(206,128,48)
#D28C44
(210,140,68)
#D69858
(214,152,88)
#DAA46C
(218,164,108)
#DEB080
(222,176,128)
#E2BC94
(226,188,148)
#E6C8A8
(230,200,168)
#EAD4BC
(234,212,188)
#EEE0D0
(238,224,208)
#F2ECE4
(242,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA741C color. Also use rgb(202,116,28) instead hex code.

Text Font Color

.myTextColor { color: #CA741C; }

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

This text font color is #CA741C.


Background Color

.myBgColor { background-color: #CA741C; }

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

This div background color is #CA741C.


Border color

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

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

This div border color is #CA741C.


Opacity

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

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

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

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

This text has shadow with #CA741C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA741C on black background.


Color preview on white background

This text has color #CA741C on white background.



Black color preview on #CA741C background

This text has black color on #CA741C background.


White color preview on #CA741C background

This text has white color on #CA741C background.