COLOR #C49379

HEX: #C49379
RGB: (196,147,121)

Color info

#C49379 contains mainly red and green colors. Web safe color of #C49379 is #CC9966 (or #C96).

RGB color model

#C49379 color RGB value is (196,147,121).

  • red value is 196;
  • green value is 147;
  • blue value is 121.
RGB:
(196,147,121)
(77%,58%,47%)

RGB channels and saturation

R 196 of 255 = 77%
G 147 of 255 = 58%
B 121 of 255 = 47%

196
147
121

R + G + B ~ 61%. #C49379 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 147 + 121 = 464 (100%)
R 196 of 464 ~ 42.24%
G 147 of 464 ~ 31.68%
B 121 of 464 ~ 26.08%

%42.24
%31.68
%26.08

CMYK color model

#C49379 color CMYK value is (0,25,38,23).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 38.27%
  • key color value is 23.14%
CMYK:
(0,25,38,23)
C0M25Y38K23 
(0%,25%,38%,23%)
(0.00/0.25/0.38/0.23)	

CMYK percentages

%0
%25
%38.27
%23.14

Codes

Color #C49379 in popluar color models

C49379
RGB196147121
HSL21°38.86%62.16%
HSB/HSV21°38.27%76.86%
CMYK0.00%25.00%38.27%
23.14%

Color #C49379 in popluar number systems.

HEXC49379
Decimal196147121
Binary11000100100100111111001
Octal304223171

Shades and tints

Shades of #C49379

#C49379
(196,147,121)
#B3866E
(179,134,110)
#A27963
(162,121,99)
#916C58
(145,108,88)
#805F4D
(128,95,77)
#6F5242
(111,82,66)
#5E4537
(94,69,55)
#4D382C
(77,56,44)
#3C2B21
(60,43,33)
#2B1E16
(43,30,22)
#1A110B
(26,17,11)
#000000
(0,0,0)

Tints of #C49379

#C49379
(196,147,121)
#C99C85
(201,156,133)
#CEA591
(206,165,145)
#D3AE9D
(211,174,157)
#D8B7A9
(216,183,169)
#DDC0B5
(221,192,181)
#E2C9C1
(226,201,193)
#E7D2CD
(231,210,205)
#ECDBD9
(236,219,217)
#F1E4E5
(241,228,229)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49379; }

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

This text font color is #C49379.


Background Color

.myBgColor { background-color: #C49379; }

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

This div background color is #C49379.


Border color

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

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

This div border color is #C49379.


Opacity

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

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

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

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

This text has shadow with #C49379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49379 on black background.


Color preview on white background

This text has color #C49379 on white background.



Black color preview on #C49379 background

This text has black color on #C49379 background.


White color preview on #C49379 background

This text has white color on #C49379 background.