COLOR #C3B65F

HEX: #C3B65F
RGB: (195,182,95)

Color info

#C3B65F contains mainly red and green colors. Web safe color of #C3B65F is #CCCC66 (or #CC6).

RGB color model

#C3B65F color RGB value is (195,182,95).

  • red value is 195;
  • green value is 182;
  • blue value is 95.
RGB:
(195,182,95)
(76%,71%,37%)

RGB channels and saturation

R 195 of 255 = 76%
G 182 of 255 = 71%
B 95 of 255 = 37%

195
182
95

R + G + B ~ 61%. #C3B65F is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 182 + 95 = 472 (100%)
R 195 of 472 ~ 41.31%
G 182 of 472 ~ 38.56%
B 95 of 472 ~ 20.13%

%41.31
%38.56
%20.13

CMYK color model

#C3B65F color CMYK value is (0,7,51,24).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 51.28%
  • key color value is 23.53%
CMYK:
(0,7,51,24)
C0M7Y51K24 
(0%,7%,51%,24%)
(0.00/0.07/0.51/0.24)	

CMYK percentages

%0
%6.67
%51.28
%23.53

Codes

Color #C3B65F in popluar color models

C3B65F
RGB19518295
HSL52°45.45%56.86%
HSB/HSV52°51.28%76.47%
CMYK0.00%6.67%51.28%
23.53%

Color #C3B65F in popluar number systems.

HEXC3B65F
Decimal19518295
Binary11000011101101101011111
Octal303266137

Shades and tints

Shades of #C3B65F

#C3B65F
(195,182,95)
#B2A657
(178,166,87)
#A1964F
(161,150,79)
#908647
(144,134,71)
#7F763F
(127,118,63)
#6E6637
(110,102,55)
#5D562F
(93,86,47)
#4C4627
(76,70,39)
#3B361F
(59,54,31)
#2A2617
(42,38,23)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #C3B65F

#C3B65F
(195,182,95)
#C8BC6D
(200,188,109)
#CDC27B
(205,194,123)
#D2C889
(210,200,137)
#D7CE97
(215,206,151)
#DCD4A5
(220,212,165)
#E1DAB3
(225,218,179)
#E6E0C1
(230,224,193)
#EBE6CF
(235,230,207)
#F0ECDD
(240,236,221)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B65F color. Also use rgb(195,182,95) instead hex code.

Text Font Color

.myTextColor { color: #C3B65F; }

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

This text font color is #C3B65F.


Background Color

.myBgColor { background-color: #C3B65F; }

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

This div background color is #C3B65F.


Border color

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

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

This div border color is #C3B65F.


Opacity

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

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

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

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

This text has shadow with #C3B65F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B65F on black background.


Color preview on white background

This text has color #C3B65F on white background.



Black color preview on #C3B65F background

This text has black color on #C3B65F background.


White color preview on #C3B65F background

This text has white color on #C3B65F background.