COLOR #C48772

HEX: #C48772
RGB: (196,135,114)

Color info

#C48772 contains mainly red color. Web safe color of #C48772 is #CC9966 (or #C96).

RGB color model

#C48772 color RGB value is (196,135,114).

  • red value is 196;
  • green value is 135;
  • blue value is 114.
RGB:
(196,135,114)
(77%,53%,45%)

RGB channels and saturation

R 196 of 255 = 77%
G 135 of 255 = 53%
B 114 of 255 = 45%

196
135
114

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

Portions of RGB colors in percentages

R + G + B =
196 + 135 + 114 = 445 (100%)
R 196 of 445 ~ 44.04%
G 135 of 445 ~ 30.34%
B 114 of 445 ~ 25.62%

%44.04
%30.34
%25.62

CMYK color model

#C48772 color CMYK value is (0,31,42,23).

  • cyan value is 0.00%
  • magenta value is 31.12%
  • yellow value is 41.84%
  • key color value is 23.14%
CMYK:
(0,31,42,23)
C0M31Y42K23 
(0%,31%,42%,23%)
(0.00/0.31/0.42/0.23)	

CMYK percentages

%0
%31.12
%41.84
%23.14

Codes

Color #C48772 in popluar color models

C48772
RGB196135114
HSL15°41.00%60.78%
HSB/HSV15°41.84%76.86%
CMYK0.00%31.12%41.84%
23.14%

Color #C48772 in popluar number systems.

HEXC48772
Decimal196135114
Binary11000100100001111110010
Octal304207162

Shades and tints

Shades of #C48772

#C48772
(196,135,114)
#B37B68
(179,123,104)
#A26F5E
(162,111,94)
#916354
(145,99,84)
#80574A
(128,87,74)
#6F4B40
(111,75,64)
#5E3F36
(94,63,54)
#4D332C
(77,51,44)
#3C2722
(60,39,34)
#2B1B18
(43,27,24)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #C48772

#C48772
(196,135,114)
#C9917E
(201,145,126)
#CE9B8A
(206,155,138)
#D3A596
(211,165,150)
#D8AFA2
(216,175,162)
#DDB9AE
(221,185,174)
#E2C3BA
(226,195,186)
#E7CDC6
(231,205,198)
#ECD7D2
(236,215,210)
#F1E1DE
(241,225,222)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48772 color. Also use rgb(196,135,114) instead hex code.

Text Font Color

.myTextColor { color: #C48772; }

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

This text font color is #C48772.


Background Color

.myBgColor { background-color: #C48772; }

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

This div background color is #C48772.


Border color

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

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

This div border color is #C48772.


Opacity

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

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

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

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

This text has shadow with #C48772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48772 on black background.


Color preview on white background

This text has color #C48772 on white background.



Black color preview on #C48772 background

This text has black color on #C48772 background.


White color preview on #C48772 background

This text has white color on #C48772 background.