COLOR #C4C240

HEX: #C4C240
RGB: (196,194,64)

Color info

#C4C240 contains mainly red and green colors. Web safe color of #C4C240 is #CCCC33 (or #CC3).

RGB color model

#C4C240 color RGB value is (196,194,64).

  • red value is 196;
  • green value is 194;
  • blue value is 64.
RGB:
(196,194,64)
(77%,76%,25%)

RGB channels and saturation

R 196 of 255 = 77%
G 194 of 255 = 76%
B 64 of 255 = 25%

196
194
64

R + G + B ~ 59%. #C4C240 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
196 + 194 + 64 = 454 (100%)
R 196 of 454 ~ 43.17%
G 194 of 454 ~ 42.73%
B 64 of 454 ~ 14.1%

%43.17
%42.73
%14.1

CMYK color model

#C4C240 color CMYK value is (0,1,67,23).

  • cyan value is 0.00%
  • magenta value is 1.02%
  • yellow value is 67.35%
  • key color value is 23.14%
CMYK:
(0,1,67,23)
C0M1Y67K23 
(0%,1%,67%,23%)
(0.00/0.01/0.67/0.23)	

CMYK percentages

%0
%1.02
%67.35
%23.14

Codes

Color #C4C240 in popluar color models

C4C240
RGB19619464
HSL59°52.80%50.98%
HSB/HSV59°67.35%76.86%
CMYK0.00%1.02%67.35%
23.14%

Color #C4C240 in popluar number systems.

HEXC4C240
Decimal19619464
Binary11000100110000101000000
Octal304302100

Shades and tints

Shades of #C4C240

#C4C240
(196,194,64)
#B3B13B
(179,177,59)
#A2A036
(162,160,54)
#918F31
(145,143,49)
#807E2C
(128,126,44)
#6F6D27
(111,109,39)
#5E5C22
(94,92,34)
#4D4B1D
(77,75,29)
#3C3A18
(60,58,24)
#2B2913
(43,41,19)
#1A180E
(26,24,14)
#000000
(0,0,0)

Tints of #C4C240

#C4C240
(196,194,64)
#C9C751
(201,199,81)
#CECC62
(206,204,98)
#D3D173
(211,209,115)
#D8D684
(216,214,132)
#DDDB95
(221,219,149)
#E2E0A6
(226,224,166)
#E7E5B7
(231,229,183)
#ECEAC8
(236,234,200)
#F1EFD9
(241,239,217)
#F6F4EA
(246,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C240; }

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

This text font color is #C4C240.


Background Color

.myBgColor { background-color: #C4C240; }

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

This div background color is #C4C240.


Border color

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

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

This div border color is #C4C240.


Opacity

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

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

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

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

This text has shadow with #C4C240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C240 on black background.


Color preview on white background

This text has color #C4C240 on white background.



Black color preview on #C4C240 background

This text has black color on #C4C240 background.


White color preview on #C4C240 background

This text has white color on #C4C240 background.