COLOR #C3AA7F

HEX: #C3AA7F
RGB: (195,170,127)

Color info

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

RGB color model

#C3AA7F color RGB value is (195,170,127).

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

RGB channels and saturation

R 195 of 255 = 76%
G 170 of 255 = 67%
B 127 of 255 = 50%

195
170
127

R + G + B ~ 64%. #C3AA7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 170 + 127 = 492 (100%)
R 195 of 492 ~ 39.63%
G 170 of 492 ~ 34.55%
B 127 of 492 ~ 25.81%

%39.63
%34.55
%25.81

CMYK color model

#C3AA7F color CMYK value is (0,13,35,24).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 34.87%
  • key color value is 23.53%
CMYK:
(0,13,35,24)
C0M13Y35K24 
(0%,13%,35%,24%)
(0.00/0.13/0.35/0.24)	

CMYK percentages

%0
%12.82
%34.87
%23.53

Codes

Color #C3AA7F in popluar color models

C3AA7F
RGB195170127
HSL38°36.17%63.14%
HSB/HSV38°34.87%76.47%
CMYK0.00%12.82%34.87%
23.53%

Color #C3AA7F in popluar number systems.

HEXC3AA7F
Decimal195170127
Binary11000011101010101111111
Octal303252177

Shades and tints

Shades of #C3AA7F

#C3AA7F
(195,170,127)
#B29B74
(178,155,116)
#A18C69
(161,140,105)
#907D5E
(144,125,94)
#7F6E53
(127,110,83)
#6E5F48
(110,95,72)
#5D503D
(93,80,61)
#4C4132
(76,65,50)
#3B3227
(59,50,39)
#2A231C
(42,35,28)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #C3AA7F

#C3AA7F
(195,170,127)
#C8B18A
(200,177,138)
#CDB895
(205,184,149)
#D2BFA0
(210,191,160)
#D7C6AB
(215,198,171)
#DCCDB6
(220,205,182)
#E1D4C1
(225,212,193)
#E6DBCC
(230,219,204)
#EBE2D7
(235,226,215)
#F0E9E2
(240,233,226)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AA7F; }

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

This text font color is #C3AA7F.


Background Color

.myBgColor { background-color: #C3AA7F; }

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

This div background color is #C3AA7F.


Border color

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

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

This div border color is #C3AA7F.


Opacity

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

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

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

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

This text has shadow with #C3AA7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AA7F on black background.


Color preview on white background

This text has color #C3AA7F on white background.



Black color preview on #C3AA7F background

This text has black color on #C3AA7F background.


White color preview on #C3AA7F background

This text has white color on #C3AA7F background.