COLOR #C3B524

HEX: #C3B524
RGB: (195,181,36)

Color info

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

RGB color model

#C3B524 color RGB value is (195,181,36).

  • red value is 195;
  • green value is 181;
  • blue value is 36.
RGB:
(195,181,36)
(76%,71%,14%)

RGB channels and saturation

R 195 of 255 = 76%
G 181 of 255 = 71%
B 36 of 255 = 14%

195
181
36

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

Portions of RGB colors in percentages

R + G + B =
195 + 181 + 36 = 412 (100%)
R 195 of 412 ~ 47.33%
G 181 of 412 ~ 43.93%
B 36 of 412 ~ 8.74%

%47.33
%43.93

CMYK color model

#C3B524 color CMYK value is (0,7,82,24).

  • cyan value is 0.00%
  • magenta value is 7.18%
  • yellow value is 81.54%
  • key color value is 23.53%
CMYK:
(0,7,82,24)
C0M7Y82K24 
(0%,7%,82%,24%)
(0.00/0.07/0.82/0.24)	

CMYK percentages

%0
%7.18
%81.54
%23.53

Codes

Color #C3B524 in popluar color models

C3B524
RGB19518136
HSL55°68.83%45.29%
HSB/HSV55°81.54%76.47%
CMYK0.00%7.18%81.54%
23.53%

Color #C3B524 in popluar number systems.

HEXC3B524
Decimal19518136
Binary1100001110110101100100
Octal30326544

Shades and tints

Shades of #C3B524

#C3B524
(195,181,36)
#B2A521
(178,165,33)
#A1951E
(161,149,30)
#90851B
(144,133,27)
#7F7518
(127,117,24)
#6E6515
(110,101,21)
#5D5512
(93,85,18)
#4C450F
(76,69,15)
#3B350C
(59,53,12)
#2A2509
(42,37,9)
#191506
(25,21,6)
#000000
(0,0,0)

Tints of #C3B524

#C3B524
(195,181,36)
#C8BB37
(200,187,55)
#CDC14A
(205,193,74)
#D2C75D
(210,199,93)
#D7CD70
(215,205,112)
#DCD383
(220,211,131)
#E1D996
(225,217,150)
#E6DFA9
(230,223,169)
#EBE5BC
(235,229,188)
#F0EBCF
(240,235,207)
#F5F1E2
(245,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B524 color. Also use rgb(195,181,36) instead hex code.

Text Font Color

.myTextColor { color: #C3B524; }

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

This text font color is #C3B524.


Background Color

.myBgColor { background-color: #C3B524; }

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

This div background color is #C3B524.


Border color

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

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

This div border color is #C3B524.


Opacity

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

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

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

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

This text has shadow with #C3B524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B524 on black background.


Color preview on white background

This text has color #C3B524 on white background.



Black color preview on #C3B524 background

This text has black color on #C3B524 background.


White color preview on #C3B524 background

This text has white color on #C3B524 background.