COLOR #C48C3F

HEX: #C48C3F
RGB: (196,140,63)

Color info

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

RGB color model

#C48C3F color RGB value is (196,140,63).

  • red value is 196;
  • green value is 140;
  • blue value is 63.
RGB:
(196,140,63)
(77%,55%,25%)

RGB channels and saturation

R 196 of 255 = 77%
G 140 of 255 = 55%
B 63 of 255 = 25%

196
140
63

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

Portions of RGB colors in percentages

R + G + B =
196 + 140 + 63 = 399 (100%)
R 196 of 399 ~ 49.12%
G 140 of 399 ~ 35.09%
B 63 of 399 ~ 15.79%

%49.12
%35.09
%15.79

CMYK color model

#C48C3F color CMYK value is (0,29,68,23).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 67.86%
  • key color value is 23.14%
CMYK:
(0,29,68,23)
C0M29Y68K23 
(0%,29%,68%,23%)
(0.00/0.29/0.68/0.23)	

CMYK percentages

%0
%28.57
%67.86
%23.14

Codes

Color #C48C3F in popluar color models

C48C3F
RGB19614063
HSL35°52.99%50.78%
HSB/HSV35°67.86%76.86%
CMYK0.00%28.57%67.86%
23.14%

Color #C48C3F in popluar number systems.

HEXC48C3F
Decimal19614063
Binary1100010010001100111111
Octal30421477

Shades and tints

Shades of #C48C3F

#C48C3F
(196,140,63)
#B3803A
(179,128,58)
#A27435
(162,116,53)
#916830
(145,104,48)
#805C2B
(128,92,43)
#6F5026
(111,80,38)
#5E4421
(94,68,33)
#4D381C
(77,56,28)
#3C2C17
(60,44,23)
#2B2012
(43,32,18)
#1A140D
(26,20,13)
#000000
(0,0,0)

Tints of #C48C3F

#C48C3F
(196,140,63)
#C99650
(201,150,80)
#CEA061
(206,160,97)
#D3AA72
(211,170,114)
#D8B483
(216,180,131)
#DDBE94
(221,190,148)
#E2C8A5
(226,200,165)
#E7D2B6
(231,210,182)
#ECDCC7
(236,220,199)
#F1E6D8
(241,230,216)
#F6F0E9
(246,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48C3F color. Also use rgb(196,140,63) instead hex code.

Text Font Color

.myTextColor { color: #C48C3F; }

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

This text font color is #C48C3F.


Background Color

.myBgColor { background-color: #C48C3F; }

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

This div background color is #C48C3F.


Border color

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

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

This div border color is #C48C3F.


Opacity

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

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

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

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

This text has shadow with #C48C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48C3F on black background.


Color preview on white background

This text has color #C48C3F on white background.



Black color preview on #C48C3F background

This text has black color on #C48C3F background.


White color preview on #C48C3F background

This text has white color on #C48C3F background.