COLOR #C3AC7C

HEX: #C3AC7C
RGB: (195,172,124)

Color info

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

RGB color model

#C3AC7C color RGB value is (195,172,124).

  • red value is 195;
  • green value is 172;
  • blue value is 124.
RGB:
(195,172,124)
(76%,67%,49%)

RGB channels and saturation

R 195 of 255 = 76%
G 172 of 255 = 67%
B 124 of 255 = 49%

195
172
124

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

Portions of RGB colors in percentages

R + G + B =
195 + 172 + 124 = 491 (100%)
R 195 of 491 ~ 39.71%
G 172 of 491 ~ 35.03%
B 124 of 491 ~ 25.25%

%39.71
%35.03
%25.25

CMYK color model

#C3AC7C color CMYK value is (0,12,36,24).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 36.41%
  • key color value is 23.53%
CMYK:
(0,12,36,24)
C0M12Y36K24 
(0%,12%,36%,24%)
(0.00/0.12/0.36/0.24)	

CMYK percentages

%0
%11.79
%36.41
%23.53

Codes

Color #C3AC7C in popluar color models

C3AC7C
RGB195172124
HSL41°37.17%62.55%
HSB/HSV41°36.41%76.47%
CMYK0.00%11.79%36.41%
23.53%

Color #C3AC7C in popluar number systems.

HEXC3AC7C
Decimal195172124
Binary11000011101011001111100
Octal303254174

Shades and tints

Shades of #C3AC7C

#C3AC7C
(195,172,124)
#B29D71
(178,157,113)
#A18E66
(161,142,102)
#907F5B
(144,127,91)
#7F7050
(127,112,80)
#6E6145
(110,97,69)
#5D523A
(93,82,58)
#4C432F
(76,67,47)
#3B3424
(59,52,36)
#2A2519
(42,37,25)
#19160E
(25,22,14)
#000000
(0,0,0)

Tints of #C3AC7C

#C3AC7C
(195,172,124)
#C8B387
(200,179,135)
#CDBA92
(205,186,146)
#D2C19D
(210,193,157)
#D7C8A8
(215,200,168)
#DCCFB3
(220,207,179)
#E1D6BE
(225,214,190)
#E6DDC9
(230,221,201)
#EBE4D4
(235,228,212)
#F0EBDF
(240,235,223)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AC7C color. Also use rgb(195,172,124) instead hex code.

Text Font Color

.myTextColor { color: #C3AC7C; }

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

This text font color is #C3AC7C.


Background Color

.myBgColor { background-color: #C3AC7C; }

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

This div background color is #C3AC7C.


Border color

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

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

This div border color is #C3AC7C.


Opacity

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

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

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

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

This text has shadow with #C3AC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AC7C on black background.


Color preview on white background

This text has color #C3AC7C on white background.



Black color preview on #C3AC7C background

This text has black color on #C3AC7C background.


White color preview on #C3AC7C background

This text has white color on #C3AC7C background.