COLOR #C5A58A

HEX: #C5A58A
RGB: (197,165,138)

Color info

#C5A58A contains red, green and blue colors in about the same proportion. Web safe color of #C5A58A is #CC9999 (or #C99).

RGB color model

#C5A58A color RGB value is (197,165,138).

  • red value is 197;
  • green value is 165;
  • blue value is 138.
RGB:
(197,165,138)
(77%,65%,54%)

RGB channels and saturation

R 197 of 255 = 77%
G 165 of 255 = 65%
B 138 of 255 = 54%

197
165
138

R + G + B ~ 65%. #C5A58A is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 165 + 138 = 500 (100%)
R 197 of 500 ~ 39.4%
G 165 of 500 ~ 33%
B 138 of 500 ~ 27.6%

%39.4
%33
%27.6

CMYK color model

#C5A58A color CMYK value is (0,16,30,23).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 29.95%
  • key color value is 22.75%
CMYK:
(0,16,30,23)
C0M16Y30K23 
(0%,16%,30%,23%)
(0.00/0.16/0.30/0.23)	

CMYK percentages

%0
%16.24
%29.95
%22.75

Codes

Color #C5A58A in popluar color models

C5A58A
RGB197165138
HSL27°33.71%65.69%
HSB/HSV27°29.95%77.25%
CMYK0.00%16.24%29.95%
22.75%

Color #C5A58A in popluar number systems.

HEXC5A58A
Decimal197165138
Binary110001011010010110001010
Octal305245212

Shades and tints

Shades of #C5A58A

#C5A58A
(197,165,138)
#B4967E
(180,150,126)
#A38772
(163,135,114)
#927866
(146,120,102)
#81695A
(129,105,90)
#705A4E
(112,90,78)
#5F4B42
(95,75,66)
#4E3C36
(78,60,54)
#3D2D2A
(61,45,42)
#2C1E1E
(44,30,30)
#1B0F12
(27,15,18)
#000000
(0,0,0)

Tints of #C5A58A

#C5A58A
(197,165,138)
#CAAD94
(202,173,148)
#CFB59E
(207,181,158)
#D4BDA8
(212,189,168)
#D9C5B2
(217,197,178)
#DECDBC
(222,205,188)
#E3D5C6
(227,213,198)
#E8DDD0
(232,221,208)
#EDE5DA
(237,229,218)
#F2EDE4
(242,237,228)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A58A color. Also use rgb(197,165,138) instead hex code.

Text Font Color

.myTextColor { color: #C5A58A; }

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

This text font color is #C5A58A.


Background Color

.myBgColor { background-color: #C5A58A; }

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

This div background color is #C5A58A.


Border color

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

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

This div border color is #C5A58A.


Opacity

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

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

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

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

This text has shadow with #C5A58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A58A on black background.


Color preview on white background

This text has color #C5A58A on white background.



Black color preview on #C5A58A background

This text has black color on #C5A58A background.


White color preview on #C5A58A background

This text has white color on #C5A58A background.