COLOR #C3AA78

HEX: #C3AA78
RGB: (195,170,120)

Color info

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

RGB color model

#C3AA78 color RGB value is (195,170,120).

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

RGB channels and saturation

R 195 of 255 = 76%
G 170 of 255 = 67%
B 120 of 255 = 47%

195
170
120

R + G + B ~ 63%. #C3AA78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 170 + 120 = 485 (100%)
R 195 of 485 ~ 40.21%
G 170 of 485 ~ 35.05%
B 120 of 485 ~ 24.74%

%40.21
%35.05
%24.74

CMYK color model

#C3AA78 color CMYK value is (0,13,38,24).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 38.46%
  • key color value is 23.53%
CMYK:
(0,13,38,24)
C0M13Y38K24 
(0%,13%,38%,24%)
(0.00/0.13/0.38/0.24)	

CMYK percentages

%0
%12.82
%38.46
%23.53

Codes

Color #C3AA78 in popluar color models

C3AA78
RGB195170120
HSL40°38.46%61.76%
HSB/HSV40°38.46%76.47%
CMYK0.00%12.82%38.46%
23.53%

Color #C3AA78 in popluar number systems.

HEXC3AA78
Decimal195170120
Binary11000011101010101111000
Octal303252170

Shades and tints

Shades of #C3AA78

#C3AA78
(195,170,120)
#B29B6E
(178,155,110)
#A18C64
(161,140,100)
#907D5A
(144,125,90)
#7F6E50
(127,110,80)
#6E5F46
(110,95,70)
#5D503C
(93,80,60)
#4C4132
(76,65,50)
#3B3228
(59,50,40)
#2A231E
(42,35,30)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #C3AA78

#C3AA78
(195,170,120)
#C8B184
(200,177,132)
#CDB890
(205,184,144)
#D2BF9C
(210,191,156)
#D7C6A8
(215,198,168)
#DCCDB4
(220,205,180)
#E1D4C0
(225,212,192)
#E6DBCC
(230,219,204)
#EBE2D8
(235,226,216)
#F0E9E4
(240,233,228)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AA78; }

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

This text font color is #C3AA78.


Background Color

.myBgColor { background-color: #C3AA78; }

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

This div background color is #C3AA78.


Border color

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

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

This div border color is #C3AA78.


Opacity

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

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

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

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

This text has shadow with #C3AA78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AA78 on black background.


Color preview on white background

This text has color #C3AA78 on white background.



Black color preview on #C3AA78 background

This text has black color on #C3AA78 background.


White color preview on #C3AA78 background

This text has white color on #C3AA78 background.