COLOR #C49E46

HEX: #C49E46 RGB: (196,158,70)

Color info

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

RGB color model

#C49E46 color RGB value is (196,158,70).

RGB: (196,158,70) (77%, 62%, 27%)

RGB channels and saturation

R 196 of 255 = 77%
G 158 of 255 = 62%
B 70 of 255 = 27%

196
158
70

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

Portions of RGB colors in percentages

R + G + B = 196 + 158 + 70 = 424 (100%)
R 196 of 424 ~ 46.23%
G 158 of 424 ~ 37.26%
B 70 of 424 ~ 16.51'%

%46.23
%37.26
%16.51

CMYK color model

#C49E46 color CMYK value is (0,19,64,23).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 64.29%
  • key color value is 23.14%

CMYK: (0,19,64,23)
C0M19Y64K23 (0%, 19%, 64%, 23%)
(0.00 / 0.19 / 0.64 / 0.23)

CMYK percentages

%0
%19.39
%64.29
%23.14

Codes

Color #C49E46 in popluar color models

C4 9E 46
RGB 196 158 70
HSL 42° 51.64% 52.16%
HSB/HSV 42° 64.29% 76.86%
CMYK 0.00% 19.39% 64.29%
23.14%

Color #C49E46 in popluar number systems.

HEX C4 9E 46
Decimal 196 158 70
Binary 11000100 10011110 1000110
Octal 304 236 106

Shades and tints

Shades of #C49E46

#C49E46
(196,158,70)
#B39040
(179,144,64)
#A2823A
(162,130,58)
#917434
(145,116,52)
#80662E
(128,102,46)
#6F5828
(111,88,40)
#5E4A22
(94,74,34)
#4D3C1C
(77,60,28)
#3C2E16
(60,46,22)
#2B2010
(43,32,16)
#1A120A
(26,18,10)
#000000
(0,0,0)

Tints of #C49E46

#C49E46
(196,158,70)
#C9A656
(201,166,86)
#CEAE66
(206,174,102)
#D3B676
(211,182,118)
#D8BE86
(216,190,134)
#DDC696
(221,198,150)
#E2CEA6
(226,206,166)
#E7D6B6
(231,214,182)
#ECDEC6
(236,222,198)
#F1E6D6
(241,230,214)
#F6EEE6
(246,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49E46 color. Also use rgb(196,158,70) instead hex code.

Text Font Color

.myTextColor { color: #C49E46; }

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

This text font color is #C49E46.

Background Color

.myBgColor { background-color: #C49E46; }

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

This div background color is #C49E46.

Border color

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

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

This div border color is #C49E46.

Opacity

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

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

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

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

This text has shadow with #C49E46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49E46.

Preview

Color preview on black background

This text has color #C49E46 on black background.


Color preview on white background

This text has color #C49E46 on white background.


Black color preview on #C49E46 background

This text has black color on #C49E46 background.


White color preview on #C49E46 background

This text has white color on #C49E46 background.


Related colors

Complementary color

Complementary color for #hex is #3B61B9.


I love getcolorcode.com

Triadic colors

1 #46C49E and #9E46C4 with #C49E46 are triadic colors.

2 #469EC4 and #9EC446 with #C49E46 are triadic colors.