COLOR #C39A0C

HEX: #C39A0C
RGB: (195,154,12)

Color info

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

RGB color model

#C39A0C color RGB value is (195,154,12).

  • red value is 195;
  • green value is 154;
  • blue value is 12.
RGB:
(195,154,12)
(76%,60%,5%)

RGB channels and saturation

R 195 of 255 = 76%
G 154 of 255 = 60%
B 12 of 255 = 5%

195
154
12

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

Portions of RGB colors in percentages

R + G + B =
195 + 154 + 12 = 361 (100%)
R 195 of 361 ~ 54.02%
G 154 of 361 ~ 42.66%
B 12 of 361 ~ 3.32%

%54.02
%42.66

CMYK color model

#C39A0C color CMYK value is (0,21,94,24).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 93.85%
  • key color value is 23.53%
CMYK:
(0,21,94,24)
C0M21Y94K24 
(0%,21%,94%,24%)
(0.00/0.21/0.94/0.24)	

CMYK percentages

%0
%21.03
%93.85
%23.53

Codes

Color #C39A0C in popluar color models

C39A0C
RGB19515412
HSL47°88.41%40.59%
HSB/HSV47°93.85%76.47%
CMYK0.00%21.03%93.85%
23.53%

Color #C39A0C in popluar number systems.

HEXC39A0C
Decimal19515412
Binary11000011100110101100
Octal30323214

Shades and tints

Shades of #C39A0C

#C39A0C
(195,154,12)
#B28C0B
(178,140,11)
#A17E0A
(161,126,10)
#907009
(144,112,9)
#7F6208
(127,98,8)
#6E5407
(110,84,7)
#5D4606
(93,70,6)
#4C3805
(76,56,5)
#3B2A04
(59,42,4)
#2A1C03
(42,28,3)
#190E02
(25,14,2)
#000000
(0,0,0)

Tints of #C39A0C

#C39A0C
(195,154,12)
#C8A322
(200,163,34)
#CDAC38
(205,172,56)
#D2B54E
(210,181,78)
#D7BE64
(215,190,100)
#DCC77A
(220,199,122)
#E1D090
(225,208,144)
#E6D9A6
(230,217,166)
#EBE2BC
(235,226,188)
#F0EBD2
(240,235,210)
#F5F4E8
(245,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39A0C color. Also use rgb(195,154,12) instead hex code.

Text Font Color

.myTextColor { color: #C39A0C; }

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

This text font color is #C39A0C.


Background Color

.myBgColor { background-color: #C39A0C; }

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

This div background color is #C39A0C.


Border color

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

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

This div border color is #C39A0C.


Opacity

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

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

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

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

This text has shadow with #C39A0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39A0C on black background.


Color preview on white background

This text has color #C39A0C on white background.



Black color preview on #C39A0C background

This text has black color on #C39A0C background.


White color preview on #C39A0C background

This text has white color on #C39A0C background.