COLOR #C3B37D

HEX: #C3B37D
RGB: (195,179,125)

Color info

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

RGB color model

#C3B37D color RGB value is (195,179,125).

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

RGB channels and saturation

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

195
179
125

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

Portions of RGB colors in percentages

R + G + B =
195 + 179 + 125 = 499 (100%)
R 195 of 499 ~ 39.08%
G 179 of 499 ~ 35.87%
B 125 of 499 ~ 25.05%

%39.08
%35.87
%25.05

CMYK color model

#C3B37D color CMYK value is (0,8,36,24).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 35.90%
  • key color value is 23.53%
CMYK:
(0,8,36,24)
C0M8Y36K24 
(0%,8%,36%,24%)
(0.00/0.08/0.36/0.24)	

CMYK percentages

%0
%8.21
%35.9
%23.53

Codes

Color #C3B37D in popluar color models

C3B37D
RGB195179125
HSL46°36.84%62.75%
HSB/HSV46°35.90%76.47%
CMYK0.00%8.21%35.90%
23.53%

Color #C3B37D in popluar number systems.

HEXC3B37D
Decimal195179125
Binary11000011101100111111101
Octal303263175

Shades and tints

Shades of #C3B37D

#C3B37D
(195,179,125)
#B2A372
(178,163,114)
#A19367
(161,147,103)
#90835C
(144,131,92)
#7F7351
(127,115,81)
#6E6346
(110,99,70)
#5D533B
(93,83,59)
#4C4330
(76,67,48)
#3B3325
(59,51,37)
#2A231A
(42,35,26)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #C3B37D

#C3B37D
(195,179,125)
#C8B988
(200,185,136)
#CDBF93
(205,191,147)
#D2C59E
(210,197,158)
#D7CBA9
(215,203,169)
#DCD1B4
(220,209,180)
#E1D7BF
(225,215,191)
#E6DDCA
(230,221,202)
#EBE3D5
(235,227,213)
#F0E9E0
(240,233,224)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B37D; }

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

This text font color is #C3B37D.


Background Color

.myBgColor { background-color: #C3B37D; }

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

This div background color is #C3B37D.


Border color

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

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

This div border color is #C3B37D.


Opacity

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

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

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

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

This text has shadow with #C3B37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B37D on black background.


Color preview on white background

This text has color #C3B37D on white background.



Black color preview on #C3B37D background

This text has black color on #C3B37D background.


White color preview on #C3B37D background

This text has white color on #C3B37D background.