COLOR #C7C425

HEX: #C7C425
RGB: (199,196,37)

Color info

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

RGB color model

#C7C425 color RGB value is (199,196,37).

  • red value is 199;
  • green value is 196;
  • blue value is 37.
RGB:
(199,196,37)
(78%,77%,15%)

RGB channels and saturation

R 199 of 255 = 78%
G 196 of 255 = 77%
B 37 of 255 = 15%

199
196
37

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

Portions of RGB colors in percentages

R + G + B =
199 + 196 + 37 = 432 (100%)
R 199 of 432 ~ 46.06%
G 196 of 432 ~ 45.37%
B 37 of 432 ~ 8.56%

%46.06
%45.37

CMYK color model

#C7C425 color CMYK value is (0,2,81,22).

  • cyan value is 0.00%
  • magenta value is 1.51%
  • yellow value is 81.41%
  • key color value is 21.96%
CMYK:
(0,2,81,22)
C0M2Y81K22 
(0%,2%,81%,22%)
(0.00/0.02/0.81/0.22)	

CMYK percentages

%0
%1.51
%81.41
%21.96

Codes

Color #C7C425 in popluar color models

C7C425
RGB19919637
HSL59°68.64%46.27%
HSB/HSV59°81.41%78.04%
CMYK0.00%1.51%81.41%
21.96%

Color #C7C425 in popluar number systems.

HEXC7C425
Decimal19919637
Binary1100011111000100100101
Octal30730445

Shades and tints

Shades of #C7C425

#C7C425
(199,196,37)
#B5B322
(181,179,34)
#A3A21F
(163,162,31)
#91911C
(145,145,28)
#7F8019
(127,128,25)
#6D6F16
(109,111,22)
#5B5E13
(91,94,19)
#494D10
(73,77,16)
#373C0D
(55,60,13)
#252B0A
(37,43,10)
#131A07
(19,26,7)
#000000
(0,0,0)

Tints of #C7C425

#C7C425
(199,196,37)
#CCC938
(204,201,56)
#D1CE4B
(209,206,75)
#D6D35E
(214,211,94)
#DBD871
(219,216,113)
#E0DD84
(224,221,132)
#E5E297
(229,226,151)
#EAE7AA
(234,231,170)
#EFECBD
(239,236,189)
#F4F1D0
(244,241,208)
#F9F6E3
(249,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C425; }

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

This text font color is #C7C425.


Background Color

.myBgColor { background-color: #C7C425; }

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

This div background color is #C7C425.


Border color

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

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

This div border color is #C7C425.


Opacity

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

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

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

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

This text has shadow with #C7C425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C425 on black background.


Color preview on white background

This text has color #C7C425 on white background.



Black color preview on #C7C425 background

This text has black color on #C7C425 background.


White color preview on #C7C425 background

This text has white color on #C7C425 background.