COLOR #C49339

HEX: #C49339 RGB: (196,147,57)

Color info

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

RGB color model

#C49339 color RGB value is (196,147,57).

RGB: (196,147,57) (77%, 58%, 22%)

RGB channels and saturation

R 196 of 255 = 77%
G 147 of 255 = 58%
B 57 of 255 = 22%

196
147
57

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

Portions of RGB colors in percentages

R + G + B = 196 + 147 + 57 = 400 (100%)
R 196 of 400 ~ 49%
G 147 of 400 ~ 36.75%
B 57 of 400 ~ 14.25'%

%49
%36.75
%14.25

CMYK color model

#C49339 color CMYK value is (0,25,71,23).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 70.92%
  • key color value is 23.14%

CMYK: (0,25,71,23)
C0M25Y71K23 (0%, 25%, 71%, 23%)
(0.00 / 0.25 / 0.71 / 0.23)

CMYK percentages

%0
%25
%70.92
%23.14

Codes

Color #C49339 in popluar color models

C4 93 39
RGB 196 147 57
HSL 39° 54.94% 49.61%
HSB/HSV 39° 70.92% 76.86%
CMYK 0.00% 25.00% 70.92%
23.14%

Color #C49339 in popluar number systems.

HEX C4 93 39
Decimal 196 147 57
Binary 11000100 10010011 111001
Octal 304 223 71

Shades and tints

Shades of #C49339

#C49339
(196,147,57)
#B38634
(179,134,52)
#A2792F
(162,121,47)
#916C2A
(145,108,42)
#805F25
(128,95,37)
#6F5220
(111,82,32)
#5E451B
(94,69,27)
#4D3816
(77,56,22)
#3C2B11
(60,43,17)
#2B1E0C
(43,30,12)
#1A1107
(26,17,7)
#000000
(0,0,0)

Tints of #C49339

#C49339
(196,147,57)
#C99C4B
(201,156,75)
#CEA55D
(206,165,93)
#D3AE6F
(211,174,111)
#D8B781
(216,183,129)
#DDC093
(221,192,147)
#E2C9A5
(226,201,165)
#E7D2B7
(231,210,183)
#ECDBC9
(236,219,201)
#F1E4DB
(241,228,219)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49339 color. Also use rgb(196,147,57) instead hex code.

Text Font Color

.myTextColor { color: #C49339; }

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

This text font color is #C49339.

Background Color

.myBgColor { background-color: #C49339; }

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

This div background color is #C49339.

Border color

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

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

This div border color is #C49339.

Opacity

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

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

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

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

This text has shadow with #C49339 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49339.

Preview

Color preview on black background

This text has color #C49339 on black background.


Color preview on white background

This text has color #C49339 on white background.


Black color preview on #C49339 background

This text has black color on #C49339 background.


White color preview on #C49339 background

This text has white color on #C49339 background.


Related colors

Complementary color

Complementary color for #hex is #3B6CC6.


I love getcolorcode.com

Triadic colors

1 #39C493 and #9339C4 with #C49339 are triadic colors.

2 #3993C4 and #93C439 with #C49339 are triadic colors.