COLOR #C3B360

HEX: #C3B360
RGB: (195,179,96)

Color info

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

RGB color model

#C3B360 color RGB value is (195,179,96).

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

RGB channels and saturation

R 195 of 255 = 76%
G 179 of 255 = 70%
B 96 of 255 = 38%

195
179
96

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

Portions of RGB colors in percentages

R + G + B =
195 + 179 + 96 = 470 (100%)
R 195 of 470 ~ 41.49%
G 179 of 470 ~ 38.09%
B 96 of 470 ~ 20.43%

%41.49
%38.09
%20.43

CMYK color model

#C3B360 color CMYK value is (0,8,51,24).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 50.77%
  • key color value is 23.53%
CMYK:
(0,8,51,24)
C0M8Y51K24 
(0%,8%,51%,24%)
(0.00/0.08/0.51/0.24)	

CMYK percentages

%0
%8.21
%50.77
%23.53

Codes

Color #C3B360 in popluar color models

C3B360
RGB19517996
HSL50°45.21%57.06%
HSB/HSV50°50.77%76.47%
CMYK0.00%8.21%50.77%
23.53%

Color #C3B360 in popluar number systems.

HEXC3B360
Decimal19517996
Binary11000011101100111100000
Octal303263140

Shades and tints

Shades of #C3B360

#C3B360
(195,179,96)
#B2A358
(178,163,88)
#A19350
(161,147,80)
#908348
(144,131,72)
#7F7340
(127,115,64)
#6E6338
(110,99,56)
#5D5330
(93,83,48)
#4C4328
(76,67,40)
#3B3320
(59,51,32)
#2A2318
(42,35,24)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #C3B360

#C3B360
(195,179,96)
#C8B96E
(200,185,110)
#CDBF7C
(205,191,124)
#D2C58A
(210,197,138)
#D7CB98
(215,203,152)
#DCD1A6
(220,209,166)
#E1D7B4
(225,215,180)
#E6DDC2
(230,221,194)
#EBE3D0
(235,227,208)
#F0E9DE
(240,233,222)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B360; }

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

This text font color is #C3B360.


Background Color

.myBgColor { background-color: #C3B360; }

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

This div background color is #C3B360.


Border color

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

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

This div border color is #C3B360.


Opacity

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

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

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

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

This text has shadow with #C3B360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B360 on black background.


Color preview on white background

This text has color #C3B360 on white background.



Black color preview on #C3B360 background

This text has black color on #C3B360 background.


White color preview on #C3B360 background

This text has white color on #C3B360 background.