COLOR #C4AB34

HEX: #C4AB34
RGB: (196,171,52)

Color info

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

RGB color model

#C4AB34 color RGB value is (196,171,52).

  • red value is 196;
  • green value is 171;
  • blue value is 52.
RGB:
(196,171,52)
(77%,67%,20%)

RGB channels and saturation

R 196 of 255 = 77%
G 171 of 255 = 67%
B 52 of 255 = 20%

196
171
52

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

Portions of RGB colors in percentages

R + G + B =
196 + 171 + 52 = 419 (100%)
R 196 of 419 ~ 46.78%
G 171 of 419 ~ 40.81%
B 52 of 419 ~ 12.41%

%46.78
%40.81
%12.41

CMYK color model

#C4AB34 color CMYK value is (0,13,73,23).

  • cyan value is 0.00%
  • magenta value is 12.76%
  • yellow value is 73.47%
  • key color value is 23.14%
CMYK:
(0,13,73,23)
C0M13Y73K23 
(0%,13%,73%,23%)
(0.00/0.13/0.73/0.23)	

CMYK percentages

%0
%12.76
%73.47
%23.14

Codes

Color #C4AB34 in popluar color models

C4AB34
RGB19617152
HSL50°58.06%48.63%
HSB/HSV50°73.47%76.86%
CMYK0.00%12.76%73.47%
23.14%

Color #C4AB34 in popluar number systems.

HEXC4AB34
Decimal19617152
Binary1100010010101011110100
Octal30425364

Shades and tints

Shades of #C4AB34

#C4AB34
(196,171,52)
#B39C30
(179,156,48)
#A28D2C
(162,141,44)
#917E28
(145,126,40)
#806F24
(128,111,36)
#6F6020
(111,96,32)
#5E511C
(94,81,28)
#4D4218
(77,66,24)
#3C3314
(60,51,20)
#2B2410
(43,36,16)
#1A150C
(26,21,12)
#000000
(0,0,0)

Tints of #C4AB34

#C4AB34
(196,171,52)
#C9B246
(201,178,70)
#CEB958
(206,185,88)
#D3C06A
(211,192,106)
#D8C77C
(216,199,124)
#DDCE8E
(221,206,142)
#E2D5A0
(226,213,160)
#E7DCB2
(231,220,178)
#ECE3C4
(236,227,196)
#F1EAD6
(241,234,214)
#F6F1E8
(246,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AB34 color. Also use rgb(196,171,52) instead hex code.

Text Font Color

.myTextColor { color: #C4AB34; }

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

This text font color is #C4AB34.


Background Color

.myBgColor { background-color: #C4AB34; }

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

This div background color is #C4AB34.


Border color

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

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

This div border color is #C4AB34.


Opacity

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

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

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

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

This text has shadow with #C4AB34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AB34 on black background.


Color preview on white background

This text has color #C4AB34 on white background.



Black color preview on #C4AB34 background

This text has black color on #C4AB34 background.


White color preview on #C4AB34 background

This text has white color on #C4AB34 background.