COLOR #CA7E49

HEX: #CA7E49
RGB: (202,126,73)

Color info

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

RGB color model

#CA7E49 color RGB value is (202,126,73).

  • red value is 202;
  • green value is 126;
  • blue value is 73.
RGB:
(202,126,73)
(79%,49%,29%)

RGB channels and saturation

R 202 of 255 = 79%
G 126 of 255 = 49%
B 73 of 255 = 29%

202
126
73

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

Portions of RGB colors in percentages

R + G + B =
202 + 126 + 73 = 401 (100%)
R 202 of 401 ~ 50.37%
G 126 of 401 ~ 31.42%
B 73 of 401 ~ 18.2%

%50.37
%31.42
%18.2

CMYK color model

#CA7E49 color CMYK value is (0,38,64,21).

  • cyan value is 0.00%
  • magenta value is 37.62%
  • yellow value is 63.86%
  • key color value is 20.78%
CMYK:
(0,38,64,21)
C0M38Y64K21 
(0%,38%,64%,21%)
(0.00/0.38/0.64/0.21)	

CMYK percentages

%0
%37.62
%63.86
%20.78

Codes

Color #CA7E49 in popluar color models

CA7E49
RGB20212673
HSL25°54.89%53.92%
HSB/HSV25°63.86%79.22%
CMYK0.00%37.62%63.86%
20.78%

Color #CA7E49 in popluar number systems.

HEXCA7E49
Decimal20212673
Binary1100101011111101001001
Octal312176111

Shades and tints

Shades of #CA7E49

#CA7E49
(202,126,73)
#B87343
(184,115,67)
#A6683D
(166,104,61)
#945D37
(148,93,55)
#825231
(130,82,49)
#70472B
(112,71,43)
#5E3C25
(94,60,37)
#4C311F
(76,49,31)
#3A2619
(58,38,25)
#281B13
(40,27,19)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #CA7E49

#CA7E49
(202,126,73)
#CE8959
(206,137,89)
#D29469
(210,148,105)
#D69F79
(214,159,121)
#DAAA89
(218,170,137)
#DEB599
(222,181,153)
#E2C0A9
(226,192,169)
#E6CBB9
(230,203,185)
#EAD6C9
(234,214,201)
#EEE1D9
(238,225,217)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA7E49 color. Also use rgb(202,126,73) instead hex code.

Text Font Color

.myTextColor { color: #CA7E49; }

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

This text font color is #CA7E49.


Background Color

.myBgColor { background-color: #CA7E49; }

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

This div background color is #CA7E49.


Border color

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

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

This div border color is #CA7E49.


Opacity

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

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

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

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

This text has shadow with #CA7E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA7E49 on black background.


Color preview on white background

This text has color #CA7E49 on white background.



Black color preview on #CA7E49 background

This text has black color on #CA7E49 background.


White color preview on #CA7E49 background

This text has white color on #CA7E49 background.