COLOR #C3AD42

HEX: #C3AD42 RGB: (195,173,66)

Color info

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

RGB color model

#C3AD42 color RGB value is (195,173,66).

RGB: (195,173,66) (76%, 68%, 26%)

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 66 of 255 = 26%

195
173
66

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

Portions of RGB colors in percentages

R + G + B = 195 + 173 + 66 = 434 (100%)
R 195 of 434 ~ 44.93%
G 173 of 434 ~ 39.86%
B 66 of 434 ~ 15.21'%

%44.93
%39.86
%15.21

CMYK color model

#C3AD42 color CMYK value is (0,11,66,24).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 66.15%
  • key color value is 23.53%

CMYK: (0,11,66,24)
C0M11Y66K24 (0%, 11%, 66%, 24%)
(0.00 / 0.11 / 0.66 / 0.24)

CMYK percentages

%0
%11.28
%66.15
%23.53

Codes

Color #C3AD42 in popluar color models

C3 AD 42
RGB 195 173 66
HSL 50° 51.81% 51.18%
HSB/HSV 50° 66.15% 76.47%
CMYK 0.00% 11.28% 66.15%
23.53%

Color #C3AD42 in popluar number systems.

HEX C3 AD 42
Decimal 195 173 66
Binary 11000011 10101101 1000010
Octal 303 255 102

Shades and tints

Shades of #C3AD42

#C3AD42
(195,173,66)
#B29E3C
(178,158,60)
#A18F36
(161,143,54)
#908030
(144,128,48)
#7F712A
(127,113,42)
#6E6224
(110,98,36)
#5D531E
(93,83,30)
#4C4418
(76,68,24)
#3B3512
(59,53,18)
#2A260C
(42,38,12)
#191706
(25,23,6)
#000000
(0,0,0)

Tints of #C3AD42

#C3AD42
(195,173,66)
#C8B453
(200,180,83)
#CDBB64
(205,187,100)
#D2C275
(210,194,117)
#D7C986
(215,201,134)
#DCD097
(220,208,151)
#E1D7A8
(225,215,168)
#E6DEB9
(230,222,185)
#EBE5CA
(235,229,202)
#F0ECDB
(240,236,219)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AD42 color. Also use rgb(195,173,66) instead hex code.

Text Font Color

.myTextColor { color: #C3AD42; }

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

This text font color is #C3AD42.

Background Color

.myBgColor { background-color: #C3AD42; }

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

This div background color is #C3AD42.

Border color

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

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

This div border color is #C3AD42.

Opacity

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

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

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

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

This text has shadow with #C3AD42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AD42.

Preview

Color preview on black background

This text has color #C3AD42 on black background.


Color preview on white background

This text has color #C3AD42 on white background.


Black color preview on #C3AD42 background

This text has black color on #C3AD42 background.


White color preview on #C3AD42 background

This text has white color on #C3AD42 background.


Related colors

Complementary color

Complementary color for #hex is #3C52BD.


I love getcolorcode.com

Triadic colors

1 #42C3AD and #AD42C3 with #C3AD42 are triadic colors.

2 #42ADC3 and #ADC342 with #C3AD42 are triadic colors.