COLOR #C3AA70

HEX: #C3AA70
RGB: (195,170,112)

Color info

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

RGB color model

#C3AA70 color RGB value is (195,170,112).

  • red value is 195;
  • green value is 170;
  • blue value is 112.
RGB:
(195,170,112)
(76%,67%,44%)

RGB channels and saturation

R 195 of 255 = 76%
G 170 of 255 = 67%
B 112 of 255 = 44%

195
170
112

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

Portions of RGB colors in percentages

R + G + B =
195 + 170 + 112 = 477 (100%)
R 195 of 477 ~ 40.88%
G 170 of 477 ~ 35.64%
B 112 of 477 ~ 23.48%

%40.88
%35.64
%23.48

CMYK color model

#C3AA70 color CMYK value is (0,13,43,24).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 42.56%
  • key color value is 23.53%
CMYK:
(0,13,43,24)
C0M13Y43K24 
(0%,13%,43%,24%)
(0.00/0.13/0.43/0.24)	

CMYK percentages

%0
%12.82
%42.56
%23.53

Codes

Color #C3AA70 in popluar color models

C3AA70
RGB195170112
HSL42°40.89%60.20%
HSB/HSV42°42.56%76.47%
CMYK0.00%12.82%42.56%
23.53%

Color #C3AA70 in popluar number systems.

HEXC3AA70
Decimal195170112
Binary11000011101010101110000
Octal303252160

Shades and tints

Shades of #C3AA70

#C3AA70
(195,170,112)
#B29B66
(178,155,102)
#A18C5C
(161,140,92)
#907D52
(144,125,82)
#7F6E48
(127,110,72)
#6E5F3E
(110,95,62)
#5D5034
(93,80,52)
#4C412A
(76,65,42)
#3B3220
(59,50,32)
#2A2316
(42,35,22)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #C3AA70

#C3AA70
(195,170,112)
#C8B17D
(200,177,125)
#CDB88A
(205,184,138)
#D2BF97
(210,191,151)
#D7C6A4
(215,198,164)
#DCCDB1
(220,205,177)
#E1D4BE
(225,212,190)
#E6DBCB
(230,219,203)
#EBE2D8
(235,226,216)
#F0E9E5
(240,233,229)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AA70 color. Also use rgb(195,170,112) instead hex code.

Text Font Color

.myTextColor { color: #C3AA70; }

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

This text font color is #C3AA70.


Background Color

.myBgColor { background-color: #C3AA70; }

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

This div background color is #C3AA70.


Border color

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

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

This div border color is #C3AA70.


Opacity

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

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

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

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

This text has shadow with #C3AA70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AA70 on black background.


Color preview on white background

This text has color #C3AA70 on white background.



Black color preview on #C3AA70 background

This text has black color on #C3AA70 background.


White color preview on #C3AA70 background

This text has white color on #C3AA70 background.