COLOR #C5A373

HEX: #C5A373
RGB: (197,163,115)

Color info

#C5A373 contains mainly red and green colors. Web safe color of #C5A373 is #CC9966 (or #C96).

RGB color model

#C5A373 color RGB value is (197,163,115).

  • red value is 197;
  • green value is 163;
  • blue value is 115.
RGB:
(197,163,115)
(77%,64%,45%)

RGB channels and saturation

R 197 of 255 = 77%
G 163 of 255 = 64%
B 115 of 255 = 45%

197
163
115

R + G + B ~ 62%. #C5A373 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 163 + 115 = 475 (100%)
R 197 of 475 ~ 41.47%
G 163 of 475 ~ 34.32%
B 115 of 475 ~ 24.21%

%41.47
%34.32
%24.21

CMYK color model

#C5A373 color CMYK value is (0,17,42,23).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 41.62%
  • key color value is 22.75%
CMYK:
(0,17,42,23)
C0M17Y42K23 
(0%,17%,42%,23%)
(0.00/0.17/0.42/0.23)	

CMYK percentages

%0
%17.26
%41.62
%22.75

Codes

Color #C5A373 in popluar color models

C5A373
RGB197163115
HSL35°41.41%61.18%
HSB/HSV35°41.62%77.25%
CMYK0.00%17.26%41.62%
22.75%

Color #C5A373 in popluar number systems.

HEXC5A373
Decimal197163115
Binary11000101101000111110011
Octal305243163

Shades and tints

Shades of #C5A373

#C5A373
(197,163,115)
#B49569
(180,149,105)
#A3875F
(163,135,95)
#927955
(146,121,85)
#816B4B
(129,107,75)
#705D41
(112,93,65)
#5F4F37
(95,79,55)
#4E412D
(78,65,45)
#3D3323
(61,51,35)
#2C2519
(44,37,25)
#1B170F
(27,23,15)
#000000
(0,0,0)

Tints of #C5A373

#C5A373
(197,163,115)
#CAAB7F
(202,171,127)
#CFB38B
(207,179,139)
#D4BB97
(212,187,151)
#D9C3A3
(217,195,163)
#DECBAF
(222,203,175)
#E3D3BB
(227,211,187)
#E8DBC7
(232,219,199)
#EDE3D3
(237,227,211)
#F2EBDF
(242,235,223)
#F7F3EB
(247,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A373 color. Also use rgb(197,163,115) instead hex code.

Text Font Color

.myTextColor { color: #C5A373; }

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

This text font color is #C5A373.


Background Color

.myBgColor { background-color: #C5A373; }

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

This div background color is #C5A373.


Border color

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

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

This div border color is #C5A373.


Opacity

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

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

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

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

This text has shadow with #C5A373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A373 on black background.


Color preview on white background

This text has color #C5A373 on white background.



Black color preview on #C5A373 background

This text has black color on #C5A373 background.


White color preview on #C5A373 background

This text has white color on #C5A373 background.