COLOR #C2B53F

HEX: #C2B53F
RGB: (194,181,63)

Color info

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

RGB color model

#C2B53F color RGB value is (194,181,63).

  • red value is 194;
  • green value is 181;
  • blue value is 63.
RGB:
(194,181,63)
(76%,71%,25%)

RGB channels and saturation

R 194 of 255 = 76%
G 181 of 255 = 71%
B 63 of 255 = 25%

194
181
63

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

Portions of RGB colors in percentages

R + G + B =
194 + 181 + 63 = 438 (100%)
R 194 of 438 ~ 44.29%
G 181 of 438 ~ 41.32%
B 63 of 438 ~ 14.38%

%44.29
%41.32
%14.38

CMYK color model

#C2B53F color CMYK value is (0,7,68,24).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 67.53%
  • key color value is 23.92%
CMYK:
(0,7,68,24)
C0M7Y68K24 
(0%,7%,68%,24%)
(0.00/0.07/0.68/0.24)	

CMYK percentages

%0
%6.7
%67.53
%23.92

Codes

Color #C2B53F in popluar color models

C2B53F
RGB19418163
HSL54°51.78%50.39%
HSB/HSV54°67.53%76.08%
CMYK0.00%6.70%67.53%
23.92%

Color #C2B53F in popluar number systems.

HEXC2B53F
Decimal19418163
Binary1100001010110101111111
Octal30226577

Shades and tints

Shades of #C2B53F

#C2B53F
(194,181,63)
#B1A53A
(177,165,58)
#A09535
(160,149,53)
#8F8530
(143,133,48)
#7E752B
(126,117,43)
#6D6526
(109,101,38)
#5C5521
(92,85,33)
#4B451C
(75,69,28)
#3A3517
(58,53,23)
#292512
(41,37,18)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #C2B53F

#C2B53F
(194,181,63)
#C7BB50
(199,187,80)
#CCC161
(204,193,97)
#D1C772
(209,199,114)
#D6CD83
(214,205,131)
#DBD394
(219,211,148)
#E0D9A5
(224,217,165)
#E5DFB6
(229,223,182)
#EAE5C7
(234,229,199)
#EFEBD8
(239,235,216)
#F4F1E9
(244,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B53F color. Also use rgb(194,181,63) instead hex code.

Text Font Color

.myTextColor { color: #C2B53F; }

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

This text font color is #C2B53F.


Background Color

.myBgColor { background-color: #C2B53F; }

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

This div background color is #C2B53F.


Border color

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

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

This div border color is #C2B53F.


Opacity

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

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

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

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

This text has shadow with #C2B53F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B53F on black background.


Color preview on white background

This text has color #C2B53F on white background.



Black color preview on #C2B53F background

This text has black color on #C2B53F background.


White color preview on #C2B53F background

This text has white color on #C2B53F background.