COLOR #C68D09

HEX: #C68D09
RGB: (198,141,9)

Color info

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

RGB color model

#C68D09 color RGB value is (198,141,9).

  • red value is 198;
  • green value is 141;
  • blue value is 9.
RGB:
(198,141,9)
(78%,55%,4%)

RGB channels and saturation

R 198 of 255 = 78%
G 141 of 255 = 55%
B 9 of 255 = 4%

198
141
9

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

Portions of RGB colors in percentages

R + G + B =
198 + 141 + 9 = 348 (100%)
R 198 of 348 ~ 56.9%
G 141 of 348 ~ 40.52%
B 9 of 348 ~ 2.59%

%56.9
%40.52

CMYK color model

#C68D09 color CMYK value is (0,29,95,22).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 95.45%
  • key color value is 22.35%
CMYK:
(0,29,95,22)
C0M29Y95K22 
(0%,29%,95%,22%)
(0.00/0.29/0.95/0.22)	

CMYK percentages

%0
%28.79
%95.45
%22.35

Codes

Color #C68D09 in popluar color models

C68D09
RGB1981419
HSL42°91.30%40.59%
HSB/HSV42°95.45%77.65%
CMYK0.00%28.79%95.45%
22.35%

Color #C68D09 in popluar number systems.

HEXC68D09
Decimal1981419
Binary11000110100011011001
Octal30621511

Shades and tints

Shades of #C68D09

#C68D09
(198,141,9)
#B48109
(180,129,9)
#A27509
(162,117,9)
#906909
(144,105,9)
#7E5D09
(126,93,9)
#6C5109
(108,81,9)
#5A4509
(90,69,9)
#483909
(72,57,9)
#362D09
(54,45,9)
#242109
(36,33,9)
#121509
(18,21,9)
#000000
(0,0,0)

Tints of #C68D09

#C68D09
(198,141,9)
#CB971F
(203,151,31)
#D0A135
(208,161,53)
#D5AB4B
(213,171,75)
#DAB561
(218,181,97)
#DFBF77
(223,191,119)
#E4C98D
(228,201,141)
#E9D3A3
(233,211,163)
#EEDDB9
(238,221,185)
#F3E7CF
(243,231,207)
#F8F1E5
(248,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68D09 color. Also use rgb(198,141,9) instead hex code.

Text Font Color

.myTextColor { color: #C68D09; }

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

This text font color is #C68D09.


Background Color

.myBgColor { background-color: #C68D09; }

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

This div background color is #C68D09.


Border color

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

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

This div border color is #C68D09.


Opacity

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

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

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

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

This text has shadow with #C68D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68D09 on black background.


Color preview on white background

This text has color #C68D09 on white background.



Black color preview on #C68D09 background

This text has black color on #C68D09 background.


White color preview on #C68D09 background

This text has white color on #C68D09 background.