COLOR #C3A818

HEX: #C3A818
RGB: (195,168,24)

Color info

#C3A818 contains mainly red and green colors. Web safe color of #C3A818 is #CC9900 (or #C90).

RGB color model

#C3A818 color RGB value is (195,168,24).

  • red value is 195;
  • green value is 168;
  • blue value is 24.
RGB:
(195,168,24)
(76%,66%,9%)

RGB channels and saturation

R 195 of 255 = 76%
G 168 of 255 = 66%
B 24 of 255 = 9%

195
168
24

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

Portions of RGB colors in percentages

R + G + B =
195 + 168 + 24 = 387 (100%)
R 195 of 387 ~ 50.39%
G 168 of 387 ~ 43.41%
B 24 of 387 ~ 6.2%

%50.39
%43.41

CMYK color model

#C3A818 color CMYK value is (0,14,88,24).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 87.69%
  • key color value is 23.53%
CMYK:
(0,14,88,24)
C0M14Y88K24 
(0%,14%,88%,24%)
(0.00/0.14/0.88/0.24)	

CMYK percentages

%0
%13.85
%87.69
%23.53

Codes

Color #C3A818 in popluar color models

C3A818
RGB19516824
HSL51°78.08%42.94%
HSB/HSV51°87.69%76.47%
CMYK0.00%13.85%87.69%
23.53%

Color #C3A818 in popluar number systems.

HEXC3A818
Decimal19516824
Binary110000111010100011000
Octal30325030

Shades and tints

Shades of #C3A818

#C3A818
(195,168,24)
#B29916
(178,153,22)
#A18A14
(161,138,20)
#907B12
(144,123,18)
#7F6C10
(127,108,16)
#6E5D0E
(110,93,14)
#5D4E0C
(93,78,12)
#4C3F0A
(76,63,10)
#3B3008
(59,48,8)
#2A2106
(42,33,6)
#191204
(25,18,4)
#000000
(0,0,0)

Tints of #C3A818

#C3A818
(195,168,24)
#C8AF2D
(200,175,45)
#CDB642
(205,182,66)
#D2BD57
(210,189,87)
#D7C46C
(215,196,108)
#DCCB81
(220,203,129)
#E1D296
(225,210,150)
#E6D9AB
(230,217,171)
#EBE0C0
(235,224,192)
#F0E7D5
(240,231,213)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A818 color. Also use rgb(195,168,24) instead hex code.

Text Font Color

.myTextColor { color: #C3A818; }

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

This text font color is #C3A818.


Background Color

.myBgColor { background-color: #C3A818; }

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

This div background color is #C3A818.


Border color

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

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

This div border color is #C3A818.


Opacity

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

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

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

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

This text has shadow with #C3A818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A818 on black background.


Color preview on white background

This text has color #C3A818 on white background.



Black color preview on #C3A818 background

This text has black color on #C3A818 background.


White color preview on #C3A818 background

This text has white color on #C3A818 background.