COLOR #C3B37E

HEX: #C3B37E
RGB: (195,179,126)

Color info

#C3B37E contains mainly red and green colors. Web safe color of #C3B37E is #CC9966 (or #C96).

RGB color model

#C3B37E color RGB value is (195,179,126).

  • red value is 195;
  • green value is 179;
  • blue value is 126.
RGB:
(195,179,126)
(76%,70%,49%)

RGB channels and saturation

R 195 of 255 = 76%
G 179 of 255 = 70%
B 126 of 255 = 49%

195
179
126

R + G + B ~ 65%. #C3B37E is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 179 + 126 = 500 (100%)
R 195 of 500 ~ 39%
G 179 of 500 ~ 35.8%
B 126 of 500 ~ 25.2%

%39
%35.8
%25.2

CMYK color model

#C3B37E color CMYK value is (0,8,35,24).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 35.38%
  • key color value is 23.53%
CMYK:
(0,8,35,24)
C0M8Y35K24 
(0%,8%,35%,24%)
(0.00/0.08/0.35/0.24)	

CMYK percentages

%0
%8.21
%35.38
%23.53

Codes

Color #C3B37E in popluar color models

C3B37E
RGB195179126
HSL46°36.51%62.94%
HSB/HSV46°35.38%76.47%
CMYK0.00%8.21%35.38%
23.53%

Color #C3B37E in popluar number systems.

HEXC3B37E
Decimal195179126
Binary11000011101100111111110
Octal303263176

Shades and tints

Shades of #C3B37E

#C3B37E
(195,179,126)
#B2A373
(178,163,115)
#A19368
(161,147,104)
#90835D
(144,131,93)
#7F7352
(127,115,82)
#6E6347
(110,99,71)
#5D533C
(93,83,60)
#4C4331
(76,67,49)
#3B3326
(59,51,38)
#2A231B
(42,35,27)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #C3B37E

#C3B37E
(195,179,126)
#C8B989
(200,185,137)
#CDBF94
(205,191,148)
#D2C59F
(210,197,159)
#D7CBAA
(215,203,170)
#DCD1B5
(220,209,181)
#E1D7C0
(225,215,192)
#E6DDCB
(230,221,203)
#EBE3D6
(235,227,214)
#F0E9E1
(240,233,225)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B37E color. Also use rgb(195,179,126) instead hex code.

Text Font Color

.myTextColor { color: #C3B37E; }

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

This text font color is #C3B37E.


Background Color

.myBgColor { background-color: #C3B37E; }

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

This div background color is #C3B37E.


Border color

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

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

This div border color is #C3B37E.


Opacity

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

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

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

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

This text has shadow with #C3B37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B37E on black background.


Color preview on white background

This text has color #C3B37E on white background.



Black color preview on #C3B37E background

This text has black color on #C3B37E background.


White color preview on #C3B37E background

This text has white color on #C3B37E background.