COLOR #C0AD38

HEX: #C0AD38
RGB: (192,173,56)

Color info

#C0AD38 contains mainly red and green colors. Web safe color of #C0AD38 is #CC9933 (or #C93).

RGB color model

#C0AD38 color RGB value is (192,173,56).

  • red value is 192;
  • green value is 173;
  • blue value is 56.
RGB:
(192,173,56)
(75%,68%,22%)

RGB channels and saturation

R 192 of 255 = 75%
G 173 of 255 = 68%
B 56 of 255 = 22%

192
173
56

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

Portions of RGB colors in percentages

R + G + B =
192 + 173 + 56 = 421 (100%)
R 192 of 421 ~ 45.61%
G 173 of 421 ~ 41.09%
B 56 of 421 ~ 13.3%

%45.61
%41.09
%13.3

CMYK color model

#C0AD38 color CMYK value is (0,10,71,25).

  • cyan value is 0.00%
  • magenta value is 9.90%
  • yellow value is 70.83%
  • key color value is 24.71%
CMYK:
(0,10,71,25)
C0M10Y71K25 
(0%,10%,71%,25%)
(0.00/0.10/0.71/0.25)	

CMYK percentages

%0
%9.9
%70.83
%24.71

Codes

Color #C0AD38 in popluar color models

C0AD38
RGB19217356
HSL52°54.84%48.63%
HSB/HSV52°70.83%75.29%
CMYK0.00%9.90%70.83%
24.71%

Color #C0AD38 in popluar number systems.

HEXC0AD38
Decimal19217356
Binary1100000010101101111000
Octal30025570

Shades and tints

Shades of #C0AD38

#C0AD38
(192,173,56)
#AF9E33
(175,158,51)
#9E8F2E
(158,143,46)
#8D8029
(141,128,41)
#7C7124
(124,113,36)
#6B621F
(107,98,31)
#5A531A
(90,83,26)
#494415
(73,68,21)
#383510
(56,53,16)
#27260B
(39,38,11)
#161706
(22,23,6)
#000000
(0,0,0)

Tints of #C0AD38

#C0AD38
(192,173,56)
#C5B44A
(197,180,74)
#CABB5C
(202,187,92)
#CFC26E
(207,194,110)
#D4C980
(212,201,128)
#D9D092
(217,208,146)
#DED7A4
(222,215,164)
#E3DEB6
(227,222,182)
#E8E5C8
(232,229,200)
#EDECDA
(237,236,218)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AD38 color. Also use rgb(192,173,56) instead hex code.

Text Font Color

.myTextColor { color: #C0AD38; }

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

This text font color is #C0AD38.


Background Color

.myBgColor { background-color: #C0AD38; }

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

This div background color is #C0AD38.


Border color

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

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

This div border color is #C0AD38.


Opacity

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

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

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

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

This text has shadow with #C0AD38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AD38 on black background.


Color preview on white background

This text has color #C0AD38 on white background.



Black color preview on #C0AD38 background

This text has black color on #C0AD38 background.


White color preview on #C0AD38 background

This text has white color on #C0AD38 background.