COLOR #C3B257

HEX: #C3B257
RGB: (195,178,87)

Color info

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

RGB color model

#C3B257 color RGB value is (195,178,87).

  • red value is 195;
  • green value is 178;
  • blue value is 87.
RGB:
(195,178,87)
(76%,70%,34%)

RGB channels and saturation

R 195 of 255 = 76%
G 178 of 255 = 70%
B 87 of 255 = 34%

195
178
87

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

Portions of RGB colors in percentages

R + G + B =
195 + 178 + 87 = 460 (100%)
R 195 of 460 ~ 42.39%
G 178 of 460 ~ 38.7%
B 87 of 460 ~ 18.91%

%42.39
%38.7
%18.91

CMYK color model

#C3B257 color CMYK value is (0,9,55,24).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 55.38%
  • key color value is 23.53%
CMYK:
(0,9,55,24)
C0M9Y55K24 
(0%,9%,55%,24%)
(0.00/0.09/0.55/0.24)	

CMYK percentages

%0
%8.72
%55.38
%23.53

Codes

Color #C3B257 in popluar color models

C3B257
RGB19517887
HSL51°47.37%55.29%
HSB/HSV51°55.38%76.47%
CMYK0.00%8.72%55.38%
23.53%

Color #C3B257 in popluar number systems.

HEXC3B257
Decimal19517887
Binary11000011101100101010111
Octal303262127

Shades and tints

Shades of #C3B257

#C3B257
(195,178,87)
#B2A250
(178,162,80)
#A19249
(161,146,73)
#908242
(144,130,66)
#7F723B
(127,114,59)
#6E6234
(110,98,52)
#5D522D
(93,82,45)
#4C4226
(76,66,38)
#3B321F
(59,50,31)
#2A2218
(42,34,24)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #C3B257

#C3B257
(195,178,87)
#C8B966
(200,185,102)
#CDC075
(205,192,117)
#D2C784
(210,199,132)
#D7CE93
(215,206,147)
#DCD5A2
(220,213,162)
#E1DCB1
(225,220,177)
#E6E3C0
(230,227,192)
#EBEACF
(235,234,207)
#F0F1DE
(240,241,222)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B257 color. Also use rgb(195,178,87) instead hex code.

Text Font Color

.myTextColor { color: #C3B257; }

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

This text font color is #C3B257.


Background Color

.myBgColor { background-color: #C3B257; }

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

This div background color is #C3B257.


Border color

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

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

This div border color is #C3B257.


Opacity

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

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

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

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

This text has shadow with #C3B257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B257 on black background.


Color preview on white background

This text has color #C3B257 on white background.



Black color preview on #C3B257 background

This text has black color on #C3B257 background.


White color preview on #C3B257 background

This text has white color on #C3B257 background.