COLOR #C4C45C

HEX: #C4C45C
RGB: (196,196,92)

Color info

#C4C45C contains mainly red and green colors. Web safe color of #C4C45C is #CCCC66 (or #CC6).

RGB color model

#C4C45C color RGB value is (196,196,92).

  • red value is 196;
  • green value is 196;
  • blue value is 92.
RGB:
(196,196,92)
(77%,77%,36%)

RGB channels and saturation

R 196 of 255 = 77%
G 196 of 255 = 77%
B 92 of 255 = 36%

196
196
92

R + G + B ~ 63%. #C4C45C is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 196 + 92 = 484 (100%)
R 196 of 484 ~ 40.5%
G 196 of 484 ~ 40.5%
B 92 of 484 ~ 19.01%

%40.5
%40.5
%19.01

CMYK color model

#C4C45C color CMYK value is (0,0,53,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 53.06%
  • key color value is 23.14%
CMYK:
(0,0,53,23)
C0M0Y53K23 
(0%,0%,53%,23%)
(0.00/0.00/0.53/0.23)	

CMYK percentages

%0
%0
%53.06
%23.14

Codes

Color #C4C45C in popluar color models

C4C45C
RGB19619692
HSL60°46.85%56.47%
HSB/HSV60°53.06%76.86%
CMYK0.00%0.00%53.06%
23.14%

Color #C4C45C in popluar number systems.

HEXC4C45C
Decimal19619692
Binary11000100110001001011100
Octal304304134

Shades and tints

Shades of #C4C45C

#C4C45C
(196,196,92)
#B3B354
(179,179,84)
#A2A24C
(162,162,76)
#919144
(145,145,68)
#80803C
(128,128,60)
#6F6F34
(111,111,52)
#5E5E2C
(94,94,44)
#4D4D24
(77,77,36)
#3C3C1C
(60,60,28)
#2B2B14
(43,43,20)
#1A1A0C
(26,26,12)
#000000
(0,0,0)

Tints of #C4C45C

#C4C45C
(196,196,92)
#C9C96A
(201,201,106)
#CECE78
(206,206,120)
#D3D386
(211,211,134)
#D8D894
(216,216,148)
#DDDDA2
(221,221,162)
#E2E2B0
(226,226,176)
#E7E7BE
(231,231,190)
#ECECCC
(236,236,204)
#F1F1DA
(241,241,218)
#F6F6E8
(246,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C45C; }

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

This text font color is #C4C45C.


Background Color

.myBgColor { background-color: #C4C45C; }

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

This div background color is #C4C45C.


Border color

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

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

This div border color is #C4C45C.


Opacity

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

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

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

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

This text has shadow with #C4C45C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C45C on black background.


Color preview on white background

This text has color #C4C45C on white background.



Black color preview on #C4C45C background

This text has black color on #C4C45C background.


White color preview on #C4C45C background

This text has white color on #C4C45C background.