COLOR #C3C39D

HEX: #C3C39D
RGB: (195,195,157)

Color info

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

RGB color model

#C3C39D color RGB value is (195,195,157).

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

RGB channels and saturation

R 195 of 255 = 76%
G 195 of 255 = 76%
B 157 of 255 = 62%

195
195
157

R + G + B ~ 71%. #C3C39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 195 + 157 = 547 (100%)
R 195 of 547 ~ 35.65%
G 195 of 547 ~ 35.65%
B 157 of 547 ~ 28.7%

%35.65
%35.65
%28.7

CMYK color model

#C3C39D color CMYK value is (0,0,19,24).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 23.53%
CMYK:
(0,0,19,24)
C0M0Y19K24 
(0%,0%,19%,24%)
(0.00/0.00/0.19/0.24)	

CMYK percentages

%0
%0
%19.49
%23.53

Codes

Color #C3C39D in popluar color models

C3C39D
RGB195195157
HSL60°24.05%69.02%
HSB/HSV60°19.49%76.47%
CMYK0.00%0.00%19.49%
23.53%

Color #C3C39D in popluar number systems.

HEXC3C39D
Decimal195195157
Binary110000111100001110011101
Octal303303235

Shades and tints

Shades of #C3C39D

#C3C39D
(195,195,157)
#B2B28F
(178,178,143)
#A1A181
(161,161,129)
#909073
(144,144,115)
#7F7F65
(127,127,101)
#6E6E57
(110,110,87)
#5D5D49
(93,93,73)
#4C4C3B
(76,76,59)
#3B3B2D
(59,59,45)
#2A2A1F
(42,42,31)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #C3C39D

#C3C39D
(195,195,157)
#C8C8A5
(200,200,165)
#CDCDAD
(205,205,173)
#D2D2B5
(210,210,181)
#D7D7BD
(215,215,189)
#DCDCC5
(220,220,197)
#E1E1CD
(225,225,205)
#E6E6D5
(230,230,213)
#EBEBDD
(235,235,221)
#F0F0E5
(240,240,229)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C39D; }

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

This text font color is #C3C39D.


Background Color

.myBgColor { background-color: #C3C39D; }

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

This div background color is #C3C39D.


Border color

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

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

This div border color is #C3C39D.


Opacity

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

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

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

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

This text has shadow with #C3C39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C39D on black background.


Color preview on white background

This text has color #C3C39D on white background.



Black color preview on #C3C39D background

This text has black color on #C3C39D background.


White color preview on #C3C39D background

This text has white color on #C3C39D background.