COLOR #C5A38B

HEX: #C5A38B
RGB: (197,163,139)

Color info

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

RGB color model

#C5A38B color RGB value is (197,163,139).

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

RGB channels and saturation

R 197 of 255 = 77%
G 163 of 255 = 64%
B 139 of 255 = 55%

197
163
139

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

Portions of RGB colors in percentages

R + G + B =
197 + 163 + 139 = 499 (100%)
R 197 of 499 ~ 39.48%
G 163 of 499 ~ 32.67%
B 139 of 499 ~ 27.86%

%39.48
%32.67
%27.86

CMYK color model

#C5A38B color CMYK value is (0,17,29,23).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 29.44%
  • key color value is 22.75%
CMYK:
(0,17,29,23)
C0M17Y29K23 
(0%,17%,29%,23%)
(0.00/0.17/0.29/0.23)	

CMYK percentages

%0
%17.26
%29.44
%22.75

Codes

Color #C5A38B in popluar color models

C5A38B
RGB197163139
HSL25°33.33%65.88%
HSB/HSV25°29.44%77.25%
CMYK0.00%17.26%29.44%
22.75%

Color #C5A38B in popluar number systems.

HEXC5A38B
Decimal197163139
Binary110001011010001110001011
Octal305243213

Shades and tints

Shades of #C5A38B

#C5A38B
(197,163,139)
#B4957F
(180,149,127)
#A38773
(163,135,115)
#927967
(146,121,103)
#816B5B
(129,107,91)
#705D4F
(112,93,79)
#5F4F43
(95,79,67)
#4E4137
(78,65,55)
#3D332B
(61,51,43)
#2C251F
(44,37,31)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #C5A38B

#C5A38B
(197,163,139)
#CAAB95
(202,171,149)
#CFB39F
(207,179,159)
#D4BBA9
(212,187,169)
#D9C3B3
(217,195,179)
#DECBBD
(222,203,189)
#E3D3C7
(227,211,199)
#E8DBD1
(232,219,209)
#EDE3DB
(237,227,219)
#F2EBE5
(242,235,229)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A38B; }

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

This text font color is #C5A38B.


Background Color

.myBgColor { background-color: #C5A38B; }

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

This div background color is #C5A38B.


Border color

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

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

This div border color is #C5A38B.


Opacity

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

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

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

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

This text has shadow with #C5A38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A38B on black background.


Color preview on white background

This text has color #C5A38B on white background.



Black color preview on #C5A38B background

This text has black color on #C5A38B background.


White color preview on #C5A38B background

This text has white color on #C5A38B background.