COLOR #C3B85F

HEX: #C3B85F RGB: (195,184,95)

Color info

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

RGB color model

#C3B85F color RGB value is (195,184,95).

RGB: (195,184,95) (76%, 72%, 37%)

RGB channels and saturation

R 195 of 255 = 76%
G 184 of 255 = 72%
B 95 of 255 = 37%

195
184
95

R + G + B ~ 62%. #C3B85F is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 184 + 95 = 474 (100%)
R 195 of 474 ~ 41.14%
G 184 of 474 ~ 38.82%
B 95 of 474 ~ 20.04'%

%41.14
%38.82
%20.04

CMYK color model

#C3B85F color CMYK value is (0,6,51,24).

  • cyan value is 0.00%
  • magenta value is 5.64%
  • yellow value is 51.28%
  • key color value is 23.53%

CMYK: (0,6,51,24)
C0M6Y51K24 (0%, 6%, 51%, 24%)
(0.00 / 0.06 / 0.51 / 0.24)

CMYK percentages

%0
%5.64
%51.28
%23.53

Codes

Color #C3B85F in popluar color models

C3 B8 5F
RGB 195 184 95
HSL 53° 45.45% 56.86%
HSB/HSV 53° 51.28% 76.47%
CMYK 0.00% 5.64% 51.28%
23.53%

Color #C3B85F in popluar number systems.

HEX C3 B8 5F
Decimal 195 184 95
Binary 11000011 10111000 1011111
Octal 303 270 137

Shades and tints

Shades of #C3B85F

#C3B85F
(195,184,95)
#B2A857
(178,168,87)
#A1984F
(161,152,79)
#908847
(144,136,71)
#7F783F
(127,120,63)
#6E6837
(110,104,55)
#5D582F
(93,88,47)
#4C4827
(76,72,39)
#3B381F
(59,56,31)
#2A2817
(42,40,23)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #C3B85F

#C3B85F
(195,184,95)
#C8BE6D
(200,190,109)
#CDC47B
(205,196,123)
#D2CA89
(210,202,137)
#D7D097
(215,208,151)
#DCD6A5
(220,214,165)
#E1DCB3
(225,220,179)
#E6E2C1
(230,226,193)
#EBE8CF
(235,232,207)
#F0EEDD
(240,238,221)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B85F; }

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

This text font color is #C3B85F.

Background Color

.myBgColor { background-color: #C3B85F; }

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

This div background color is #C3B85F.

Border color

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

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

This div border color is #C3B85F.

Opacity

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

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

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

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

This text has shadow with #C3B85F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B85F.

Preview

Color preview on black background

This text has color #C3B85F on black background.


Color preview on white background

This text has color #C3B85F on white background.


Black color preview on #C3B85F background

This text has black color on #C3B85F background.


White color preview on #C3B85F background

This text has white color on #C3B85F background.


Related colors

Complementary color

Complementary color for #hex is #3C47A0.


I love getcolorcode.com

Triadic colors

1 #5FC3B8 and #B85FC3 with #C3B85F are triadic colors.

2 #5FB8C3 and #B8C35F with #C3B85F are triadic colors.