COLOR #C3AB52

HEX: #C3AB52
RGB: (195,171,82)

Color info

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

RGB color model

#C3AB52 color RGB value is (195,171,82).

  • red value is 195;
  • green value is 171;
  • blue value is 82.
RGB:
(195,171,82)
(76%,67%,32%)

RGB channels and saturation

R 195 of 255 = 76%
G 171 of 255 = 67%
B 82 of 255 = 32%

195
171
82

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

Portions of RGB colors in percentages

R + G + B =
195 + 171 + 82 = 448 (100%)
R 195 of 448 ~ 43.53%
G 171 of 448 ~ 38.17%
B 82 of 448 ~ 18.3%

%43.53
%38.17
%18.3

CMYK color model

#C3AB52 color CMYK value is (0,12,58,24).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 57.95%
  • key color value is 23.53%
CMYK:
(0,12,58,24)
C0M12Y58K24 
(0%,12%,58%,24%)
(0.00/0.12/0.58/0.24)	

CMYK percentages

%0
%12.31
%57.95
%23.53

Codes

Color #C3AB52 in popluar color models

C3AB52
RGB19517182
HSL47°48.50%54.31%
HSB/HSV47°57.95%76.47%
CMYK0.00%12.31%57.95%
23.53%

Color #C3AB52 in popluar number systems.

HEXC3AB52
Decimal19517182
Binary11000011101010111010010
Octal303253122

Shades and tints

Shades of #C3AB52

#C3AB52
(195,171,82)
#B29C4B
(178,156,75)
#A18D44
(161,141,68)
#907E3D
(144,126,61)
#7F6F36
(127,111,54)
#6E602F
(110,96,47)
#5D5128
(93,81,40)
#4C4221
(76,66,33)
#3B331A
(59,51,26)
#2A2413
(42,36,19)
#19150C
(25,21,12)
#000000
(0,0,0)

Tints of #C3AB52

#C3AB52
(195,171,82)
#C8B261
(200,178,97)
#CDB970
(205,185,112)
#D2C07F
(210,192,127)
#D7C78E
(215,199,142)
#DCCE9D
(220,206,157)
#E1D5AC
(225,213,172)
#E6DCBB
(230,220,187)
#EBE3CA
(235,227,202)
#F0EAD9
(240,234,217)
#F5F1E8
(245,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AB52 color. Also use rgb(195,171,82) instead hex code.

Text Font Color

.myTextColor { color: #C3AB52; }

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

This text font color is #C3AB52.


Background Color

.myBgColor { background-color: #C3AB52; }

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

This div background color is #C3AB52.


Border color

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

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

This div border color is #C3AB52.


Opacity

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

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

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

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

This text has shadow with #C3AB52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AB52 on black background.


Color preview on white background

This text has color #C3AB52 on white background.



Black color preview on #C3AB52 background

This text has black color on #C3AB52 background.


White color preview on #C3AB52 background

This text has white color on #C3AB52 background.