COLOR #C49021

HEX: #C49021
RGB: (196,144,33)

Color info

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

RGB color model

#C49021 color RGB value is (196,144,33).

  • red value is 196;
  • green value is 144;
  • blue value is 33.
RGB:
(196,144,33)
(77%,56%,13%)

RGB channels and saturation

R 196 of 255 = 77%
G 144 of 255 = 56%
B 33 of 255 = 13%

196
144
33

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

Portions of RGB colors in percentages

R + G + B =
196 + 144 + 33 = 373 (100%)
R 196 of 373 ~ 52.55%
G 144 of 373 ~ 38.61%
B 33 of 373 ~ 8.85%

%52.55
%38.61

CMYK color model

#C49021 color CMYK value is (0,27,83,23).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 83.16%
  • key color value is 23.14%
CMYK:
(0,27,83,23)
C0M27Y83K23 
(0%,27%,83%,23%)
(0.00/0.27/0.83/0.23)	

CMYK percentages

%0
%26.53
%83.16
%23.14

Codes

Color #C49021 in popluar color models

C49021
RGB19614433
HSL41°71.18%44.90%
HSB/HSV41°83.16%76.86%
CMYK0.00%26.53%83.16%
23.14%

Color #C49021 in popluar number systems.

HEXC49021
Decimal19614433
Binary1100010010010000100001
Octal30422041

Shades and tints

Shades of #C49021

#C49021
(196,144,33)
#B3831E
(179,131,30)
#A2761B
(162,118,27)
#916918
(145,105,24)
#805C15
(128,92,21)
#6F4F12
(111,79,18)
#5E420F
(94,66,15)
#4D350C
(77,53,12)
#3C2809
(60,40,9)
#2B1B06
(43,27,6)
#1A0E03
(26,14,3)
#000000
(0,0,0)

Tints of #C49021

#C49021
(196,144,33)
#C99A35
(201,154,53)
#CEA449
(206,164,73)
#D3AE5D
(211,174,93)
#D8B871
(216,184,113)
#DDC285
(221,194,133)
#E2CC99
(226,204,153)
#E7D6AD
(231,214,173)
#ECE0C1
(236,224,193)
#F1EAD5
(241,234,213)
#F6F4E9
(246,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49021 color. Also use rgb(196,144,33) instead hex code.

Text Font Color

.myTextColor { color: #C49021; }

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

This text font color is #C49021.


Background Color

.myBgColor { background-color: #C49021; }

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

This div background color is #C49021.


Border color

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

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

This div border color is #C49021.


Opacity

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

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

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

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

This text has shadow with #C49021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49021 on black background.


Color preview on white background

This text has color #C49021 on white background.



Black color preview on #C49021 background

This text has black color on #C49021 background.


White color preview on #C49021 background

This text has white color on #C49021 background.