COLOR #C49B5F

HEX: #C49B5F
RGB: (196,155,95)

Color info

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

RGB color model

#C49B5F color RGB value is (196,155,95).

  • red value is 196;
  • green value is 155;
  • blue value is 95.
RGB:
(196,155,95)
(77%,61%,37%)

RGB channels and saturation

R 196 of 255 = 77%
G 155 of 255 = 61%
B 95 of 255 = 37%

196
155
95

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

Portions of RGB colors in percentages

R + G + B =
196 + 155 + 95 = 446 (100%)
R 196 of 446 ~ 43.95%
G 155 of 446 ~ 34.75%
B 95 of 446 ~ 21.3%

%43.95
%34.75
%21.3

CMYK color model

#C49B5F color CMYK value is (0,21,52,23).

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 51.53%
  • key color value is 23.14%
CMYK:
(0,21,52,23)
C0M21Y52K23 
(0%,21%,52%,23%)
(0.00/0.21/0.52/0.23)	

CMYK percentages

%0
%20.92
%51.53
%23.14

Codes

Color #C49B5F in popluar color models

C49B5F
RGB19615595
HSL36°46.12%57.06%
HSB/HSV36°51.53%76.86%
CMYK0.00%20.92%51.53%
23.14%

Color #C49B5F in popluar number systems.

HEXC49B5F
Decimal19615595
Binary11000100100110111011111
Octal304233137

Shades and tints

Shades of #C49B5F

#C49B5F
(196,155,95)
#B38D57
(179,141,87)
#A27F4F
(162,127,79)
#917147
(145,113,71)
#80633F
(128,99,63)
#6F5537
(111,85,55)
#5E472F
(94,71,47)
#4D3927
(77,57,39)
#3C2B1F
(60,43,31)
#2B1D17
(43,29,23)
#1A0F0F
(26,15,15)
#000000
(0,0,0)

Tints of #C49B5F

#C49B5F
(196,155,95)
#C9A46D
(201,164,109)
#CEAD7B
(206,173,123)
#D3B689
(211,182,137)
#D8BF97
(216,191,151)
#DDC8A5
(221,200,165)
#E2D1B3
(226,209,179)
#E7DAC1
(231,218,193)
#ECE3CF
(236,227,207)
#F1ECDD
(241,236,221)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49B5F color. Also use rgb(196,155,95) instead hex code.

Text Font Color

.myTextColor { color: #C49B5F; }

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

This text font color is #C49B5F.


Background Color

.myBgColor { background-color: #C49B5F; }

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

This div background color is #C49B5F.


Border color

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

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

This div border color is #C49B5F.


Opacity

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

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

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

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

This text has shadow with #C49B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49B5F on black background.


Color preview on white background

This text has color #C49B5F on white background.



Black color preview on #C49B5F background

This text has black color on #C49B5F background.


White color preview on #C49B5F background

This text has white color on #C49B5F background.