COLOR #C5B629

HEX: #C5B629
RGB: (197,182,41)

Color info

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

RGB color model

#C5B629 color RGB value is (197,182,41).

  • red value is 197;
  • green value is 182;
  • blue value is 41.
RGB:
(197,182,41)
(77%,71%,16%)

RGB channels and saturation

R 197 of 255 = 77%
G 182 of 255 = 71%
B 41 of 255 = 16%

197
182
41

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

Portions of RGB colors in percentages

R + G + B =
197 + 182 + 41 = 420 (100%)
R 197 of 420 ~ 46.9%
G 182 of 420 ~ 43.33%
B 41 of 420 ~ 9.76%

%46.9
%43.33
%9.76

CMYK color model

#C5B629 color CMYK value is (0,8,79,23).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 79.19%
  • key color value is 22.75%
CMYK:
(0,8,79,23)
C0M8Y79K23 
(0%,8%,79%,23%)
(0.00/0.08/0.79/0.23)	

CMYK percentages

%0
%7.61
%79.19
%22.75

Codes

Color #C5B629 in popluar color models

C5B629
RGB19718241
HSL54°65.55%46.67%
HSB/HSV54°79.19%77.25%
CMYK0.00%7.61%79.19%
22.75%

Color #C5B629 in popluar number systems.

HEXC5B629
Decimal19718241
Binary1100010110110110101001
Octal30526651

Shades and tints

Shades of #C5B629

#C5B629
(197,182,41)
#B4A626
(180,166,38)
#A39623
(163,150,35)
#928620
(146,134,32)
#81761D
(129,118,29)
#70661A
(112,102,26)
#5F5617
(95,86,23)
#4E4614
(78,70,20)
#3D3611
(61,54,17)
#2C260E
(44,38,14)
#1B160B
(27,22,11)
#000000
(0,0,0)

Tints of #C5B629

#C5B629
(197,182,41)
#CABC3C
(202,188,60)
#CFC24F
(207,194,79)
#D4C862
(212,200,98)
#D9CE75
(217,206,117)
#DED488
(222,212,136)
#E3DA9B
(227,218,155)
#E8E0AE
(232,224,174)
#EDE6C1
(237,230,193)
#F2ECD4
(242,236,212)
#F7F2E7
(247,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B629 color. Also use rgb(197,182,41) instead hex code.

Text Font Color

.myTextColor { color: #C5B629; }

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

This text font color is #C5B629.


Background Color

.myBgColor { background-color: #C5B629; }

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

This div background color is #C5B629.


Border color

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

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

This div border color is #C5B629.


Opacity

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

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

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

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

This text has shadow with #C5B629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B629 on black background.


Color preview on white background

This text has color #C5B629 on white background.



Black color preview on #C5B629 background

This text has black color on #C5B629 background.


White color preview on #C5B629 background

This text has white color on #C5B629 background.