COLOR #C49C37

HEX: #C49C37
RGB: (196,156,55)

Color info

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

RGB color model

#C49C37 color RGB value is (196,156,55).

  • red value is 196;
  • green value is 156;
  • blue value is 55.
RGB:
(196,156,55)
(77%,61%,22%)

RGB channels and saturation

R 196 of 255 = 77%
G 156 of 255 = 61%
B 55 of 255 = 22%

196
156
55

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

Portions of RGB colors in percentages

R + G + B =
196 + 156 + 55 = 407 (100%)
R 196 of 407 ~ 48.16%
G 156 of 407 ~ 38.33%
B 55 of 407 ~ 13.51%

%48.16
%38.33
%13.51

CMYK color model

#C49C37 color CMYK value is (0,20,72,23).

  • cyan value is 0.00%
  • magenta value is 20.41%
  • yellow value is 71.94%
  • key color value is 23.14%
CMYK:
(0,20,72,23)
C0M20Y72K23 
(0%,20%,72%,23%)
(0.00/0.20/0.72/0.23)	

CMYK percentages

%0
%20.41
%71.94
%23.14

Codes

Color #C49C37 in popluar color models

C49C37
RGB19615655
HSL43°56.18%49.22%
HSB/HSV43°71.94%76.86%
CMYK0.00%20.41%71.94%
23.14%

Color #C49C37 in popluar number systems.

HEXC49C37
Decimal19615655
Binary1100010010011100110111
Octal30423467

Shades and tints

Shades of #C49C37

#C49C37
(196,156,55)
#B38E32
(179,142,50)
#A2802D
(162,128,45)
#917228
(145,114,40)
#806423
(128,100,35)
#6F561E
(111,86,30)
#5E4819
(94,72,25)
#4D3A14
(77,58,20)
#3C2C0F
(60,44,15)
#2B1E0A
(43,30,10)
#1A1005
(26,16,5)
#000000
(0,0,0)

Tints of #C49C37

#C49C37
(196,156,55)
#C9A549
(201,165,73)
#CEAE5B
(206,174,91)
#D3B76D
(211,183,109)
#D8C07F
(216,192,127)
#DDC991
(221,201,145)
#E2D2A3
(226,210,163)
#E7DBB5
(231,219,181)
#ECE4C7
(236,228,199)
#F1EDD9
(241,237,217)
#F6F6EB
(246,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49C37 color. Also use rgb(196,156,55) instead hex code.

Text Font Color

.myTextColor { color: #C49C37; }

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

This text font color is #C49C37.


Background Color

.myBgColor { background-color: #C49C37; }

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

This div background color is #C49C37.


Border color

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

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

This div border color is #C49C37.


Opacity

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

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

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

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

This text has shadow with #C49C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49C37 on black background.


Color preview on white background

This text has color #C49C37 on white background.



Black color preview on #C49C37 background

This text has black color on #C49C37 background.


White color preview on #C49C37 background

This text has white color on #C49C37 background.