COLOR #C3B019

HEX: #C3B019
RGB: (195,176,25)

Color info

#C3B019 contains mainly red and green colors. Web safe color of #C3B019 is #CC9900 (or #C90).

RGB color model

#C3B019 color RGB value is (195,176,25).

  • red value is 195;
  • green value is 176;
  • blue value is 25.
RGB:
(195,176,25)
(76%,69%,10%)

RGB channels and saturation

R 195 of 255 = 76%
G 176 of 255 = 69%
B 25 of 255 = 10%

195
176
25

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

Portions of RGB colors in percentages

R + G + B =
195 + 176 + 25 = 396 (100%)
R 195 of 396 ~ 49.24%
G 176 of 396 ~ 44.44%
B 25 of 396 ~ 6.31%

%49.24
%44.44

CMYK color model

#C3B019 color CMYK value is (0,10,87,24).

  • cyan value is 0.00%
  • magenta value is 9.74%
  • yellow value is 87.18%
  • key color value is 23.53%
CMYK:
(0,10,87,24)
C0M10Y87K24 
(0%,10%,87%,24%)
(0.00/0.10/0.87/0.24)	

CMYK percentages

%0
%9.74
%87.18
%23.53

Codes

Color #C3B019 in popluar color models

C3B019
RGB19517625
HSL53°77.27%43.14%
HSB/HSV53°87.18%76.47%
CMYK0.00%9.74%87.18%
23.53%

Color #C3B019 in popluar number systems.

HEXC3B019
Decimal19517625
Binary110000111011000011001
Octal30326031

Shades and tints

Shades of #C3B019

#C3B019
(195,176,25)
#B2A017
(178,160,23)
#A19015
(161,144,21)
#908013
(144,128,19)
#7F7011
(127,112,17)
#6E600F
(110,96,15)
#5D500D
(93,80,13)
#4C400B
(76,64,11)
#3B3009
(59,48,9)
#2A2007
(42,32,7)
#191005
(25,16,5)
#000000
(0,0,0)

Tints of #C3B019

#C3B019
(195,176,25)
#C8B72D
(200,183,45)
#CDBE41
(205,190,65)
#D2C555
(210,197,85)
#D7CC69
(215,204,105)
#DCD37D
(220,211,125)
#E1DA91
(225,218,145)
#E6E1A5
(230,225,165)
#EBE8B9
(235,232,185)
#F0EFCD
(240,239,205)
#F5F6E1
(245,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B019 color. Also use rgb(195,176,25) instead hex code.

Text Font Color

.myTextColor { color: #C3B019; }

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

This text font color is #C3B019.


Background Color

.myBgColor { background-color: #C3B019; }

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

This div background color is #C3B019.


Border color

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

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

This div border color is #C3B019.


Opacity

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

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

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

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

This text has shadow with #C3B019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B019 on black background.


Color preview on white background

This text has color #C3B019 on white background.



Black color preview on #C3B019 background

This text has black color on #C3B019 background.


White color preview on #C3B019 background

This text has white color on #C3B019 background.