COLOR #C3B59E

HEX: #C3B59E
RGB: (195,181,158)

Color info

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

RGB color model

#C3B59E color RGB value is (195,181,158).

  • red value is 195;
  • green value is 181;
  • blue value is 158.
RGB:
(195,181,158)
(76%,71%,62%)

RGB channels and saturation

R 195 of 255 = 76%
G 181 of 255 = 71%
B 158 of 255 = 62%

195
181
158

R + G + B ~ 70%. #C3B59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 181 + 158 = 534 (100%)
R 195 of 534 ~ 36.52%
G 181 of 534 ~ 33.9%
B 158 of 534 ~ 29.59%

%36.52
%33.9
%29.59

CMYK color model

#C3B59E color CMYK value is (0,7,19,24).

  • cyan value is 0.00%
  • magenta value is 7.18%
  • yellow value is 18.97%
  • key color value is 23.53%
CMYK:
(0,7,19,24)
C0M7Y19K24 
(0%,7%,19%,24%)
(0.00/0.07/0.19/0.24)	

CMYK percentages

%0
%7.18
%18.97
%23.53

Codes

Color #C3B59E in popluar color models

C3B59E
RGB195181158
HSL37°23.57%69.22%
HSB/HSV37°18.97%76.47%
CMYK0.00%7.18%18.97%
23.53%

Color #C3B59E in popluar number systems.

HEXC3B59E
Decimal195181158
Binary110000111011010110011110
Octal303265236

Shades and tints

Shades of #C3B59E

#C3B59E
(195,181,158)
#B2A590
(178,165,144)
#A19582
(161,149,130)
#908574
(144,133,116)
#7F7566
(127,117,102)
#6E6558
(110,101,88)
#5D554A
(93,85,74)
#4C453C
(76,69,60)
#3B352E
(59,53,46)
#2A2520
(42,37,32)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #C3B59E

#C3B59E
(195,181,158)
#C8BBA6
(200,187,166)
#CDC1AE
(205,193,174)
#D2C7B6
(210,199,182)
#D7CDBE
(215,205,190)
#DCD3C6
(220,211,198)
#E1D9CE
(225,217,206)
#E6DFD6
(230,223,214)
#EBE5DE
(235,229,222)
#F0EBE6
(240,235,230)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B59E color. Also use rgb(195,181,158) instead hex code.

Text Font Color

.myTextColor { color: #C3B59E; }

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

This text font color is #C3B59E.


Background Color

.myBgColor { background-color: #C3B59E; }

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

This div background color is #C3B59E.


Border color

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

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

This div border color is #C3B59E.


Opacity

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

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

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

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

This text has shadow with #C3B59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B59E on black background.


Color preview on white background

This text has color #C3B59E on white background.



Black color preview on #C3B59E background

This text has black color on #C3B59E background.


White color preview on #C3B59E background

This text has white color on #C3B59E background.