COLOR #C3A146

HEX: #C3A146
RGB: (195,161,70)

Color info

#C3A146 contains mainly red and green colors. Web safe color of #C3A146 is #CC9933 (or #C93).

RGB color model

#C3A146 color RGB value is (195,161,70).

  • red value is 195;
  • green value is 161;
  • blue value is 70.
RGB:
(195,161,70)
(76%,63%,27%)

RGB channels and saturation

R 195 of 255 = 76%
G 161 of 255 = 63%
B 70 of 255 = 27%

195
161
70

R + G + B ~ 55%. #C3A146 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
195 + 161 + 70 = 426 (100%)
R 195 of 426 ~ 45.77%
G 161 of 426 ~ 37.79%
B 70 of 426 ~ 16.43%

%45.77
%37.79
%16.43

CMYK color model

#C3A146 color CMYK value is (0,17,64,24).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 64.10%
  • key color value is 23.53%
CMYK:
(0,17,64,24)
C0M17Y64K24 
(0%,17%,64%,24%)
(0.00/0.17/0.64/0.24)	

CMYK percentages

%0
%17.44
%64.1
%23.53

Codes

Color #C3A146 in popluar color models

C3A146
RGB19516170
HSL44°51.02%51.96%
HSB/HSV44°64.10%76.47%
CMYK0.00%17.44%64.10%
23.53%

Color #C3A146 in popluar number systems.

HEXC3A146
Decimal19516170
Binary11000011101000011000110
Octal303241106

Shades and tints

Shades of #C3A146

#C3A146
(195,161,70)
#B29340
(178,147,64)
#A1853A
(161,133,58)
#907734
(144,119,52)
#7F692E
(127,105,46)
#6E5B28
(110,91,40)
#5D4D22
(93,77,34)
#4C3F1C
(76,63,28)
#3B3116
(59,49,22)
#2A2310
(42,35,16)
#19150A
(25,21,10)
#000000
(0,0,0)

Tints of #C3A146

#C3A146
(195,161,70)
#C8A956
(200,169,86)
#CDB166
(205,177,102)
#D2B976
(210,185,118)
#D7C186
(215,193,134)
#DCC996
(220,201,150)
#E1D1A6
(225,209,166)
#E6D9B6
(230,217,182)
#EBE1C6
(235,225,198)
#F0E9D6
(240,233,214)
#F5F1E6
(245,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A146 color. Also use rgb(195,161,70) instead hex code.

Text Font Color

.myTextColor { color: #C3A146; }

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

This text font color is #C3A146.


Background Color

.myBgColor { background-color: #C3A146; }

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

This div background color is #C3A146.


Border color

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

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

This div border color is #C3A146.


Opacity

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

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

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

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

This text has shadow with #C3A146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A146 on black background.


Color preview on white background

This text has color #C3A146 on white background.



Black color preview on #C3A146 background

This text has black color on #C3A146 background.


White color preview on #C3A146 background

This text has white color on #C3A146 background.