COLOR #C3BD3C

HEX: #C3BD3C
RGB: (195,189,60)

Color info

#C3BD3C contains mainly red and green colors. Web safe color of #C3BD3C is #CCCC33 (or #CC3).

RGB color model

#C3BD3C color RGB value is (195,189,60).

  • red value is 195;
  • green value is 189;
  • blue value is 60.
RGB:
(195,189,60)
(76%,74%,24%)

RGB channels and saturation

R 195 of 255 = 76%
G 189 of 255 = 74%
B 60 of 255 = 24%

195
189
60

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

Portions of RGB colors in percentages

R + G + B =
195 + 189 + 60 = 444 (100%)
R 195 of 444 ~ 43.92%
G 189 of 444 ~ 42.57%
B 60 of 444 ~ 13.51%

%43.92
%42.57
%13.51

CMYK color model

#C3BD3C color CMYK value is (0,3,69,24).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 69.23%
  • key color value is 23.53%
CMYK:
(0,3,69,24)
C0M3Y69K24 
(0%,3%,69%,24%)
(0.00/0.03/0.69/0.24)	

CMYK percentages

%0
%3.08
%69.23
%23.53

Codes

Color #C3BD3C in popluar color models

C3BD3C
RGB19518960
HSL57°52.94%50.00%
HSB/HSV57°69.23%76.47%
CMYK0.00%3.08%69.23%
23.53%

Color #C3BD3C in popluar number systems.

HEXC3BD3C
Decimal19518960
Binary1100001110111101111100
Octal30327574

Shades and tints

Shades of #C3BD3C

#C3BD3C
(195,189,60)
#B2AC37
(178,172,55)
#A19B32
(161,155,50)
#908A2D
(144,138,45)
#7F7928
(127,121,40)
#6E6823
(110,104,35)
#5D571E
(93,87,30)
#4C4619
(76,70,25)
#3B3514
(59,53,20)
#2A240F
(42,36,15)
#19130A
(25,19,10)
#000000
(0,0,0)

Tints of #C3BD3C

#C3BD3C
(195,189,60)
#C8C34D
(200,195,77)
#CDC95E
(205,201,94)
#D2CF6F
(210,207,111)
#D7D580
(215,213,128)
#DCDB91
(220,219,145)
#E1E1A2
(225,225,162)
#E6E7B3
(230,231,179)
#EBEDC4
(235,237,196)
#F0F3D5
(240,243,213)
#F5F9E6
(245,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BD3C color. Also use rgb(195,189,60) instead hex code.

Text Font Color

.myTextColor { color: #C3BD3C; }

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

This text font color is #C3BD3C.


Background Color

.myBgColor { background-color: #C3BD3C; }

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

This div background color is #C3BD3C.


Border color

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

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

This div border color is #C3BD3C.


Opacity

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

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

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

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

This text has shadow with #C3BD3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BD3C on black background.


Color preview on white background

This text has color #C3BD3C on white background.



Black color preview on #C3BD3C background

This text has black color on #C3BD3C background.


White color preview on #C3BD3C background

This text has white color on #C3BD3C background.