COLOR #C4C38C

HEX: #C4C38C
RGB: (196,195,140)

Color info

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

RGB color model

#C4C38C color RGB value is (196,195,140).

  • red value is 196;
  • green value is 195;
  • blue value is 140.
RGB:
(196,195,140)
(77%,76%,55%)

RGB channels and saturation

R 196 of 255 = 77%
G 195 of 255 = 76%
B 140 of 255 = 55%

196
195
140

R + G + B ~ 69%. #C4C38C is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 195 + 140 = 531 (100%)
R 196 of 531 ~ 36.91%
G 195 of 531 ~ 36.72%
B 140 of 531 ~ 26.37%

%36.91
%36.72
%26.37

CMYK color model

#C4C38C color CMYK value is (0,1,29,23).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 28.57%
  • key color value is 23.14%
CMYK:
(0,1,29,23)
C0M1Y29K23 
(0%,1%,29%,23%)
(0.00/0.01/0.29/0.23)	

CMYK percentages

%0
%0.51
%28.57
%23.14

Codes

Color #C4C38C in popluar color models

C4C38C
RGB196195140
HSL59°32.18%65.88%
HSB/HSV59°28.57%76.86%
CMYK0.00%0.51%28.57%
23.14%

Color #C4C38C in popluar number systems.

HEXC4C38C
Decimal196195140
Binary110001001100001110001100
Octal304303214

Shades and tints

Shades of #C4C38C

#C4C38C
(196,195,140)
#B3B280
(179,178,128)
#A2A174
(162,161,116)
#919068
(145,144,104)
#807F5C
(128,127,92)
#6F6E50
(111,110,80)
#5E5D44
(94,93,68)
#4D4C38
(77,76,56)
#3C3B2C
(60,59,44)
#2B2A20
(43,42,32)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #C4C38C

#C4C38C
(196,195,140)
#C9C896
(201,200,150)
#CECDA0
(206,205,160)
#D3D2AA
(211,210,170)
#D8D7B4
(216,215,180)
#DDDCBE
(221,220,190)
#E2E1C8
(226,225,200)
#E7E6D2
(231,230,210)
#ECEBDC
(236,235,220)
#F1F0E6
(241,240,230)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C38C; }

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

This text font color is #C4C38C.


Background Color

.myBgColor { background-color: #C4C38C; }

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

This div background color is #C4C38C.


Border color

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

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

This div border color is #C4C38C.


Opacity

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

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

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

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

This text has shadow with #C4C38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C38C on black background.


Color preview on white background

This text has color #C4C38C on white background.



Black color preview on #C4C38C background

This text has black color on #C4C38C background.


White color preview on #C4C38C background

This text has white color on #C4C38C background.