COLOR #C2AD47

HEX: #C2AD47
RGB: (194,173,71)

Color info

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

RGB color model

#C2AD47 color RGB value is (194,173,71).

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

RGB channels and saturation

R 194 of 255 = 76%
G 173 of 255 = 68%
B 71 of 255 = 28%

194
173
71

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

Portions of RGB colors in percentages

R + G + B =
194 + 173 + 71 = 438 (100%)
R 194 of 438 ~ 44.29%
G 173 of 438 ~ 39.5%
B 71 of 438 ~ 16.21%

%44.29
%39.5
%16.21

CMYK color model

#C2AD47 color CMYK value is (0,11,63,24).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 63.40%
  • key color value is 23.92%
CMYK:
(0,11,63,24)
C0M11Y63K24 
(0%,11%,63%,24%)
(0.00/0.11/0.63/0.24)	

CMYK percentages

%0
%10.82
%63.4
%23.92

Codes

Color #C2AD47 in popluar color models

C2AD47
RGB19417371
HSL50°50.20%51.96%
HSB/HSV50°63.40%76.08%
CMYK0.00%10.82%63.40%
23.92%

Color #C2AD47 in popluar number systems.

HEXC2AD47
Decimal19417371
Binary11000010101011011000111
Octal302255107

Shades and tints

Shades of #C2AD47

#C2AD47
(194,173,71)
#B19E41
(177,158,65)
#A08F3B
(160,143,59)
#8F8035
(143,128,53)
#7E712F
(126,113,47)
#6D6229
(109,98,41)
#5C5323
(92,83,35)
#4B441D
(75,68,29)
#3A3517
(58,53,23)
#292611
(41,38,17)
#18170B
(24,23,11)
#000000
(0,0,0)

Tints of #C2AD47

#C2AD47
(194,173,71)
#C7B457
(199,180,87)
#CCBB67
(204,187,103)
#D1C277
(209,194,119)
#D6C987
(214,201,135)
#DBD097
(219,208,151)
#E0D7A7
(224,215,167)
#E5DEB7
(229,222,183)
#EAE5C7
(234,229,199)
#EFECD7
(239,236,215)
#F4F3E7
(244,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AD47; }

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

This text font color is #C2AD47.


Background Color

.myBgColor { background-color: #C2AD47; }

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

This div background color is #C2AD47.


Border color

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

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

This div border color is #C2AD47.


Opacity

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

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

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

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

This text has shadow with #C2AD47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AD47 on black background.


Color preview on white background

This text has color #C2AD47 on white background.



Black color preview on #C2AD47 background

This text has black color on #C2AD47 background.


White color preview on #C2AD47 background

This text has white color on #C2AD47 background.