COLOR #C4A63B

HEX: #C4A63B RGB: (196,166,59)

Color info

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

RGB color model

#C4A63B color RGB value is (196,166,59).

RGB: (196,166,59) (77%, 65%, 23%)

RGB channels and saturation

R 196 of 255 = 77%
G 166 of 255 = 65%
B 59 of 255 = 23%

196
166
59

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

Portions of RGB colors in percentages

R + G + B = 196 + 166 + 59 = 421 (100%)
R 196 of 421 ~ 46.56%
G 166 of 421 ~ 39.43%
B 59 of 421 ~ 14.01'%

%46.56
%39.43
%14.01

CMYK color model

#C4A63B color CMYK value is (0,15,70,23).

  • cyan value is 0.00%
  • magenta value is 15.31%
  • yellow value is 69.90%
  • key color value is 23.14%

CMYK: (0,15,70,23)
C0M15Y70K23 (0%, 15%, 70%, 23%)
(0.00 / 0.15 / 0.70 / 0.23)

CMYK percentages

%0
%15.31
%69.9
%23.14

Codes

Color #C4A63B in popluar color models

C4 A6 3B
RGB 196 166 59
HSL 47° 53.73% 50.00%
HSB/HSV 47° 69.90% 76.86%
CMYK 0.00% 15.31% 69.90%
23.14%

Color #C4A63B in popluar number systems.

HEX C4 A6 3B
Decimal 196 166 59
Binary 11000100 10100110 111011
Octal 304 246 73

Shades and tints

Shades of #C4A63B

#C4A63B
(196,166,59)
#B39736
(179,151,54)
#A28831
(162,136,49)
#91792C
(145,121,44)
#806A27
(128,106,39)
#6F5B22
(111,91,34)
#5E4C1D
(94,76,29)
#4D3D18
(77,61,24)
#3C2E13
(60,46,19)
#2B1F0E
(43,31,14)
#1A1009
(26,16,9)
#000000
(0,0,0)

Tints of #C4A63B

#C4A63B
(196,166,59)
#C9AE4C
(201,174,76)
#CEB65D
(206,182,93)
#D3BE6E
(211,190,110)
#D8C67F
(216,198,127)
#DDCE90
(221,206,144)
#E2D6A1
(226,214,161)
#E7DEB2
(231,222,178)
#ECE6C3
(236,230,195)
#F1EED4
(241,238,212)
#F6F6E5
(246,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A63B color. Also use rgb(196,166,59) instead hex code.

Text Font Color

.myTextColor { color: #C4A63B; }

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

This text font color is #C4A63B.

Background Color

.myBgColor { background-color: #C4A63B; }

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

This div background color is #C4A63B.

Border color

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

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

This div border color is #C4A63B.

Opacity

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

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

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

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

This text has shadow with #C4A63B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A63B.

Preview

Color preview on black background

This text has color #C4A63B on black background.


Color preview on white background

This text has color #C4A63B on white background.


Black color preview on #C4A63B background

This text has black color on #C4A63B background.


White color preview on #C4A63B background

This text has white color on #C4A63B background.


Related colors

Complementary color

Complementary color for #hex is #3B59C4.


I love getcolorcode.com

Triadic colors

1 #3BC4A6 and #A63BC4 with #C4A63B are triadic colors.

2 #3BA6C4 and #A6C43B with #C4A63B are triadic colors.