COLOR #C3AD6C

HEX: #C3AD6C RGB: (195,173,108)

Color info

#C3AD6C contains mainly red and green colors. Web safe color of #C3AD6C is #CC9966 (or #C96).

RGB color model

#C3AD6C color RGB value is (195,173,108).

RGB: (195,173,108) (76%, 68%, 42%)

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 108 of 255 = 42%

195
173
108

R + G + B ~ 62%. #C3AD6C is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 173 + 108 = 476 (100%)
R 195 of 476 ~ 40.97%
G 173 of 476 ~ 36.34%
B 108 of 476 ~ 22.69'%

%40.97
%36.34
%22.69

CMYK color model

#C3AD6C color CMYK value is (0,11,45,24).

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

CMYK: (0,11,45,24)
C0M11Y45K24 (0%, 11%, 45%, 24%)
(0.00 / 0.11 / 0.45 / 0.24)

CMYK percentages

%0
%11.28
%44.62
%23.53

Codes

Color #C3AD6C in popluar color models

C3 AD 6C
RGB 195 173 108
HSL 45° 42.03% 59.41%
HSB/HSV 45° 44.62% 76.47%
CMYK 0.00% 11.28% 44.62%
23.53%

Color #C3AD6C in popluar number systems.

HEX C3 AD 6C
Decimal 195 173 108
Binary 11000011 10101101 1101100
Octal 303 255 154

Shades and tints

Shades of #C3AD6C

#C3AD6C
(195,173,108)
#B29E63
(178,158,99)
#A18F5A
(161,143,90)
#908051
(144,128,81)
#7F7148
(127,113,72)
#6E623F
(110,98,63)
#5D5336
(93,83,54)
#4C442D
(76,68,45)
#3B3524
(59,53,36)
#2A261B
(42,38,27)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #C3AD6C

#C3AD6C
(195,173,108)
#C8B479
(200,180,121)
#CDBB86
(205,187,134)
#D2C293
(210,194,147)
#D7C9A0
(215,201,160)
#DCD0AD
(220,208,173)
#E1D7BA
(225,215,186)
#E6DEC7
(230,222,199)
#EBE5D4
(235,229,212)
#F0ECE1
(240,236,225)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AD6C; }

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

This text font color is #C3AD6C.

Background Color

.myBgColor { background-color: #C3AD6C; }

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

This div background color is #C3AD6C.

Border color

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

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

This div border color is #C3AD6C.

Opacity

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

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

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

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

This text has shadow with #C3AD6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AD6C.

Preview

Color preview on black background

This text has color #C3AD6C on black background.


Color preview on white background

This text has color #C3AD6C on white background.


Black color preview on #C3AD6C background

This text has black color on #C3AD6C background.


White color preview on #C3AD6C background

This text has white color on #C3AD6C background.


Related colors

Complementary color

Complementary color for #hex is #3C5293.


I love getcolorcode.com

Triadic colors

1 #6CC3AD and #AD6CC3 with #C3AD6C are triadic colors.

2 #6CADC3 and #ADC36C with #C3AD6C are triadic colors.