COLOR #C49067

HEX: #C49067
RGB: (196,144,103)

Color info

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

RGB color model

#C49067 color RGB value is (196,144,103).

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

RGB channels and saturation

R 196 of 255 = 77%
G 144 of 255 = 56%
B 103 of 255 = 40%

196
144
103

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

Portions of RGB colors in percentages

R + G + B =
196 + 144 + 103 = 443 (100%)
R 196 of 443 ~ 44.24%
G 144 of 443 ~ 32.51%
B 103 of 443 ~ 23.25%

%44.24
%32.51
%23.25

CMYK color model

#C49067 color CMYK value is (0,27,47,23).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 47.45%
  • key color value is 23.14%
CMYK:
(0,27,47,23)
C0M27Y47K23 
(0%,27%,47%,23%)
(0.00/0.27/0.47/0.23)	

CMYK percentages

%0
%26.53
%47.45
%23.14

Codes

Color #C49067 in popluar color models

C49067
RGB196144103
HSL26°44.08%58.63%
HSB/HSV26°47.45%76.86%
CMYK0.00%26.53%47.45%
23.14%

Color #C49067 in popluar number systems.

HEXC49067
Decimal196144103
Binary11000100100100001100111
Octal304220147

Shades and tints

Shades of #C49067

#C49067
(196,144,103)
#B3835E
(179,131,94)
#A27655
(162,118,85)
#91694C
(145,105,76)
#805C43
(128,92,67)
#6F4F3A
(111,79,58)
#5E4231
(94,66,49)
#4D3528
(77,53,40)
#3C281F
(60,40,31)
#2B1B16
(43,27,22)
#1A0E0D
(26,14,13)
#000000
(0,0,0)

Tints of #C49067

#C49067
(196,144,103)
#C99A74
(201,154,116)
#CEA481
(206,164,129)
#D3AE8E
(211,174,142)
#D8B89B
(216,184,155)
#DDC2A8
(221,194,168)
#E2CCB5
(226,204,181)
#E7D6C2
(231,214,194)
#ECE0CF
(236,224,207)
#F1EADC
(241,234,220)
#F6F4E9
(246,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49067; }

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

This text font color is #C49067.


Background Color

.myBgColor { background-color: #C49067; }

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

This div background color is #C49067.


Border color

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

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

This div border color is #C49067.


Opacity

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

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

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

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

This text has shadow with #C49067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49067 on black background.


Color preview on white background

This text has color #C49067 on white background.



Black color preview on #C49067 background

This text has black color on #C49067 background.


White color preview on #C49067 background

This text has white color on #C49067 background.