COLOR #C3B48A

HEX: #C3B48A
RGB: (195,180,138)

Color info

#C3B48A contains red, green and blue colors in about the same proportion. Web safe color of #C3B48A is #CCCC99 (or #CC9).

RGB color model

#C3B48A color RGB value is (195,180,138).

  • red value is 195;
  • green value is 180;
  • blue value is 138.
RGB:
(195,180,138)
(76%,71%,54%)

RGB channels and saturation

R 195 of 255 = 76%
G 180 of 255 = 71%
B 138 of 255 = 54%

195
180
138

R + G + B ~ 67%. #C3B48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 180 + 138 = 513 (100%)
R 195 of 513 ~ 38.01%
G 180 of 513 ~ 35.09%
B 138 of 513 ~ 26.9%

%38.01
%35.09
%26.9

CMYK color model

#C3B48A color CMYK value is (0,8,29,24).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 29.23%
  • key color value is 23.53%
CMYK:
(0,8,29,24)
C0M8Y29K24 
(0%,8%,29%,24%)
(0.00/0.08/0.29/0.24)	

CMYK percentages

%0
%7.69
%29.23
%23.53

Codes

Color #C3B48A in popluar color models

C3B48A
RGB195180138
HSL44°32.20%65.29%
HSB/HSV44°29.23%76.47%
CMYK0.00%7.69%29.23%
23.53%

Color #C3B48A in popluar number systems.

HEXC3B48A
Decimal195180138
Binary110000111011010010001010
Octal303264212

Shades and tints

Shades of #C3B48A

#C3B48A
(195,180,138)
#B2A47E
(178,164,126)
#A19472
(161,148,114)
#908466
(144,132,102)
#7F745A
(127,116,90)
#6E644E
(110,100,78)
#5D5442
(93,84,66)
#4C4436
(76,68,54)
#3B342A
(59,52,42)
#2A241E
(42,36,30)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #C3B48A

#C3B48A
(195,180,138)
#C8BA94
(200,186,148)
#CDC09E
(205,192,158)
#D2C6A8
(210,198,168)
#D7CCB2
(215,204,178)
#DCD2BC
(220,210,188)
#E1D8C6
(225,216,198)
#E6DED0
(230,222,208)
#EBE4DA
(235,228,218)
#F0EAE4
(240,234,228)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B48A color. Also use rgb(195,180,138) instead hex code.

Text Font Color

.myTextColor { color: #C3B48A; }

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

This text font color is #C3B48A.


Background Color

.myBgColor { background-color: #C3B48A; }

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

This div background color is #C3B48A.


Border color

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

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

This div border color is #C3B48A.


Opacity

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

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

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

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

This text has shadow with #C3B48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B48A on black background.


Color preview on white background

This text has color #C3B48A on white background.



Black color preview on #C3B48A background

This text has black color on #C3B48A background.


White color preview on #C3B48A background

This text has white color on #C3B48A background.