COLOR #C2AD39

HEX: #C2AD39
RGB: (194,173,57)

Color info

#C2AD39 contains mainly red and green colors. Web safe color of #C2AD39 is #CC9933 (or #C93).

RGB color model

#C2AD39 color RGB value is (194,173,57).

  • red value is 194;
  • green value is 173;
  • blue value is 57.
RGB:
(194,173,57)
(76%,68%,22%)

RGB channels and saturation

R 194 of 255 = 76%
G 173 of 255 = 68%
B 57 of 255 = 22%

194
173
57

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

Portions of RGB colors in percentages

R + G + B =
194 + 173 + 57 = 424 (100%)
R 194 of 424 ~ 45.75%
G 173 of 424 ~ 40.8%
B 57 of 424 ~ 13.44%

%45.75
%40.8
%13.44

CMYK color model

#C2AD39 color CMYK value is (0,11,71,24).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 70.62%
  • key color value is 23.92%
CMYK:
(0,11,71,24)
C0M11Y71K24 
(0%,11%,71%,24%)
(0.00/0.11/0.71/0.24)	

CMYK percentages

%0
%10.82
%70.62
%23.92

Codes

Color #C2AD39 in popluar color models

C2AD39
RGB19417357
HSL51°54.58%49.22%
HSB/HSV51°70.62%76.08%
CMYK0.00%10.82%70.62%
23.92%

Color #C2AD39 in popluar number systems.

HEXC2AD39
Decimal19417357
Binary1100001010101101111001
Octal30225571

Shades and tints

Shades of #C2AD39

#C2AD39
(194,173,57)
#B19E34
(177,158,52)
#A08F2F
(160,143,47)
#8F802A
(143,128,42)
#7E7125
(126,113,37)
#6D6220
(109,98,32)
#5C531B
(92,83,27)
#4B4416
(75,68,22)
#3A3511
(58,53,17)
#29260C
(41,38,12)
#181707
(24,23,7)
#000000
(0,0,0)

Tints of #C2AD39

#C2AD39
(194,173,57)
#C7B44B
(199,180,75)
#CCBB5D
(204,187,93)
#D1C26F
(209,194,111)
#D6C981
(214,201,129)
#DBD093
(219,208,147)
#E0D7A5
(224,215,165)
#E5DEB7
(229,222,183)
#EAE5C9
(234,229,201)
#EFECDB
(239,236,219)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AD39 color. Also use rgb(194,173,57) instead hex code.

Text Font Color

.myTextColor { color: #C2AD39; }

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

This text font color is #C2AD39.


Background Color

.myBgColor { background-color: #C2AD39; }

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

This div background color is #C2AD39.


Border color

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

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

This div border color is #C2AD39.


Opacity

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

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

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

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

This text has shadow with #C2AD39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AD39 on black background.


Color preview on white background

This text has color #C2AD39 on white background.



Black color preview on #C2AD39 background

This text has black color on #C2AD39 background.


White color preview on #C2AD39 background

This text has white color on #C2AD39 background.