COLOR #CBA03C

HEX: #CBA03C
RGB: (203,160,60)

Color info

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

RGB color model

#CBA03C color RGB value is (203,160,60).

  • red value is 203;
  • green value is 160;
  • blue value is 60.
RGB:
(203,160,60)
(80%,63%,24%)

RGB channels and saturation

R 203 of 255 = 80%
G 160 of 255 = 63%
B 60 of 255 = 24%

203
160
60

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

Portions of RGB colors in percentages

R + G + B =
203 + 160 + 60 = 423 (100%)
R 203 of 423 ~ 47.99%
G 160 of 423 ~ 37.83%
B 60 of 423 ~ 14.18%

%47.99
%37.83
%14.18

CMYK color model

#CBA03C color CMYK value is (0,21,70,20).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 70.44%
  • key color value is 20.39%
CMYK:
(0,21,70,20)
C0M21Y70K20 
(0%,21%,70%,20%)
(0.00/0.21/0.70/0.20)	

CMYK percentages

%0
%21.18
%70.44
%20.39

Codes

Color #CBA03C in popluar color models

CBA03C
RGB20316060
HSL42°57.89%51.57%
HSB/HSV42°70.44%79.61%
CMYK0.00%21.18%70.44%
20.39%

Color #CBA03C in popluar number systems.

HEXCBA03C
Decimal20316060
Binary1100101110100000111100
Octal31324074

Shades and tints

Shades of #CBA03C

#CBA03C
(203,160,60)
#B99237
(185,146,55)
#A78432
(167,132,50)
#95762D
(149,118,45)
#836828
(131,104,40)
#715A23
(113,90,35)
#5F4C1E
(95,76,30)
#4D3E19
(77,62,25)
#3B3014
(59,48,20)
#29220F
(41,34,15)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #CBA03C

#CBA03C
(203,160,60)
#CFA84D
(207,168,77)
#D3B05E
(211,176,94)
#D7B86F
(215,184,111)
#DBC080
(219,192,128)
#DFC891
(223,200,145)
#E3D0A2
(227,208,162)
#E7D8B3
(231,216,179)
#EBE0C4
(235,224,196)
#EFE8D5
(239,232,213)
#F3F0E6
(243,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBA03C color. Also use rgb(203,160,60) instead hex code.

Text Font Color

.myTextColor { color: #CBA03C; }

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

This text font color is #CBA03C.


Background Color

.myBgColor { background-color: #CBA03C; }

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

This div background color is #CBA03C.


Border color

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

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

This div border color is #CBA03C.


Opacity

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

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

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

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

This text has shadow with #CBA03C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBA03C on black background.


Color preview on white background

This text has color #CBA03C on white background.



Black color preview on #CBA03C background

This text has black color on #CBA03C background.


White color preview on #CBA03C background

This text has white color on #CBA03C background.