COLOR #C5C39F

HEX: #C5C39F
RGB: (197,195,159)

Color info

#C5C39F contains red, green and blue colors in about the same proportion. Web safe color of #C5C39F is #CCCC99 (or #CC9).

RGB color model

#C5C39F color RGB value is (197,195,159).

  • red value is 197;
  • green value is 195;
  • blue value is 159.
RGB:
(197,195,159)
(77%,76%,62%)

RGB channels and saturation

R 197 of 255 = 77%
G 195 of 255 = 76%
B 159 of 255 = 62%

197
195
159

R + G + B ~ 72%. #C5C39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 195 + 159 = 551 (100%)
R 197 of 551 ~ 35.75%
G 195 of 551 ~ 35.39%
B 159 of 551 ~ 28.86%

%35.75
%35.39
%28.86

CMYK color model

#C5C39F color CMYK value is (0,1,19,23).

  • cyan value is 0.00%
  • magenta value is 1.02%
  • yellow value is 19.29%
  • key color value is 22.75%
CMYK:
(0,1,19,23)
C0M1Y19K23 
(0%,1%,19%,23%)
(0.00/0.01/0.19/0.23)	

CMYK percentages

%0
%1.02
%19.29
%22.75

Codes

Color #C5C39F in popluar color models

C5C39F
RGB197195159
HSL57°24.68%69.80%
HSB/HSV57°19.29%77.25%
CMYK0.00%1.02%19.29%
22.75%

Color #C5C39F in popluar number systems.

HEXC5C39F
Decimal197195159
Binary110001011100001110011111
Octal305303237

Shades and tints

Shades of #C5C39F

#C5C39F
(197,195,159)
#B4B291
(180,178,145)
#A3A183
(163,161,131)
#929075
(146,144,117)
#817F67
(129,127,103)
#706E59
(112,110,89)
#5F5D4B
(95,93,75)
#4E4C3D
(78,76,61)
#3D3B2F
(61,59,47)
#2C2A21
(44,42,33)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #C5C39F

#C5C39F
(197,195,159)
#CAC8A7
(202,200,167)
#CFCDAF
(207,205,175)
#D4D2B7
(212,210,183)
#D9D7BF
(217,215,191)
#DEDCC7
(222,220,199)
#E3E1CF
(227,225,207)
#E8E6D7
(232,230,215)
#EDEBDF
(237,235,223)
#F2F0E7
(242,240,231)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C39F color. Also use rgb(197,195,159) instead hex code.

Text Font Color

.myTextColor { color: #C5C39F; }

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

This text font color is #C5C39F.


Background Color

.myBgColor { background-color: #C5C39F; }

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

This div background color is #C5C39F.


Border color

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

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

This div border color is #C5C39F.


Opacity

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

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

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

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

This text has shadow with #C5C39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C39F on black background.


Color preview on white background

This text has color #C5C39F on white background.



Black color preview on #C5C39F background

This text has black color on #C5C39F background.


White color preview on #C5C39F background

This text has white color on #C5C39F background.