COLOR #C48A46

HEX: #C48A46
RGB: (196,138,70)

Color info

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

RGB color model

#C48A46 color RGB value is (196,138,70).

  • red value is 196;
  • green value is 138;
  • blue value is 70.
RGB:
(196,138,70)
(77%,54%,27%)

RGB channels and saturation

R 196 of 255 = 77%
G 138 of 255 = 54%
B 70 of 255 = 27%

196
138
70

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

Portions of RGB colors in percentages

R + G + B =
196 + 138 + 70 = 404 (100%)
R 196 of 404 ~ 48.51%
G 138 of 404 ~ 34.16%
B 70 of 404 ~ 17.33%

%48.51
%34.16
%17.33

CMYK color model

#C48A46 color CMYK value is (0,30,64,23).

  • cyan value is 0.00%
  • magenta value is 29.59%
  • yellow value is 64.29%
  • key color value is 23.14%
CMYK:
(0,30,64,23)
C0M30Y64K23 
(0%,30%,64%,23%)
(0.00/0.30/0.64/0.23)	

CMYK percentages

%0
%29.59
%64.29
%23.14

Codes

Color #C48A46 in popluar color models

C48A46
RGB19613870
HSL32°51.64%52.16%
HSB/HSV32°64.29%76.86%
CMYK0.00%29.59%64.29%
23.14%

Color #C48A46 in popluar number systems.

HEXC48A46
Decimal19613870
Binary11000100100010101000110
Octal304212106

Shades and tints

Shades of #C48A46

#C48A46
(196,138,70)
#B37E40
(179,126,64)
#A2723A
(162,114,58)
#916634
(145,102,52)
#805A2E
(128,90,46)
#6F4E28
(111,78,40)
#5E4222
(94,66,34)
#4D361C
(77,54,28)
#3C2A16
(60,42,22)
#2B1E10
(43,30,16)
#1A120A
(26,18,10)
#000000
(0,0,0)

Tints of #C48A46

#C48A46
(196,138,70)
#C99456
(201,148,86)
#CE9E66
(206,158,102)
#D3A876
(211,168,118)
#D8B286
(216,178,134)
#DDBC96
(221,188,150)
#E2C6A6
(226,198,166)
#E7D0B6
(231,208,182)
#ECDAC6
(236,218,198)
#F1E4D6
(241,228,214)
#F6EEE6
(246,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48A46 color. Also use rgb(196,138,70) instead hex code.

Text Font Color

.myTextColor { color: #C48A46; }

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

This text font color is #C48A46.


Background Color

.myBgColor { background-color: #C48A46; }

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

This div background color is #C48A46.


Border color

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

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

This div border color is #C48A46.


Opacity

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

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

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

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

This text has shadow with #C48A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48A46 on black background.


Color preview on white background

This text has color #C48A46 on white background.



Black color preview on #C48A46 background

This text has black color on #C48A46 background.


White color preview on #C48A46 background

This text has white color on #C48A46 background.