COLOR #C49F61

HEX: #C49F61
RGB: (196,159,97)

Color info

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

RGB color model

#C49F61 color RGB value is (196,159,97).

  • red value is 196;
  • green value is 159;
  • blue value is 97.
RGB:
(196,159,97)
(77%,62%,38%)

RGB channels and saturation

R 196 of 255 = 77%
G 159 of 255 = 62%
B 97 of 255 = 38%

196
159
97

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

Portions of RGB colors in percentages

R + G + B =
196 + 159 + 97 = 452 (100%)
R 196 of 452 ~ 43.36%
G 159 of 452 ~ 35.18%
B 97 of 452 ~ 21.46%

%43.36
%35.18
%21.46

CMYK color model

#C49F61 color CMYK value is (0,19,51,23).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 50.51%
  • key color value is 23.14%
CMYK:
(0,19,51,23)
C0M19Y51K23 
(0%,19%,51%,23%)
(0.00/0.19/0.51/0.23)	

CMYK percentages

%0
%18.88
%50.51
%23.14

Codes

Color #C49F61 in popluar color models

C49F61
RGB19615997
HSL38°45.62%57.45%
HSB/HSV38°50.51%76.86%
CMYK0.00%18.88%50.51%
23.14%

Color #C49F61 in popluar number systems.

HEXC49F61
Decimal19615997
Binary11000100100111111100001
Octal304237141

Shades and tints

Shades of #C49F61

#C49F61
(196,159,97)
#B39159
(179,145,89)
#A28351
(162,131,81)
#917549
(145,117,73)
#806741
(128,103,65)
#6F5939
(111,89,57)
#5E4B31
(94,75,49)
#4D3D29
(77,61,41)
#3C2F21
(60,47,33)
#2B2119
(43,33,25)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #C49F61

#C49F61
(196,159,97)
#C9A76F
(201,167,111)
#CEAF7D
(206,175,125)
#D3B78B
(211,183,139)
#D8BF99
(216,191,153)
#DDC7A7
(221,199,167)
#E2CFB5
(226,207,181)
#E7D7C3
(231,215,195)
#ECDFD1
(236,223,209)
#F1E7DF
(241,231,223)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49F61 color. Also use rgb(196,159,97) instead hex code.

Text Font Color

.myTextColor { color: #C49F61; }

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

This text font color is #C49F61.


Background Color

.myBgColor { background-color: #C49F61; }

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

This div background color is #C49F61.


Border color

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

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

This div border color is #C49F61.


Opacity

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

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

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

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

This text has shadow with #C49F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49F61 on black background.


Color preview on white background

This text has color #C49F61 on white background.



Black color preview on #C49F61 background

This text has black color on #C49F61 background.


White color preview on #C49F61 background

This text has white color on #C49F61 background.