COLOR #CBAC59

HEX: #CBAC59
RGB: (203,172,89)

Color info

#CBAC59 contains mainly red and green colors. Web safe color of #CBAC59 is #CC9966 (or #C96).

RGB color model

#CBAC59 color RGB value is (203,172,89).

  • red value is 203;
  • green value is 172;
  • blue value is 89.
RGB:
(203,172,89)
(80%,67%,35%)

RGB channels and saturation

R 203 of 255 = 80%
G 172 of 255 = 67%
B 89 of 255 = 35%

203
172
89

R + G + B ~ 61%. #CBAC59 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 172 + 89 = 464 (100%)
R 203 of 464 ~ 43.75%
G 172 of 464 ~ 37.07%
B 89 of 464 ~ 19.18%

%43.75
%37.07
%19.18

CMYK color model

#CBAC59 color CMYK value is (0,15,56,20).

  • cyan value is 0.00%
  • magenta value is 15.27%
  • yellow value is 56.16%
  • key color value is 20.39%
CMYK:
(0,15,56,20)
C0M15Y56K20 
(0%,15%,56%,20%)
(0.00/0.15/0.56/0.20)	

CMYK percentages

%0
%15.27
%56.16
%20.39

Codes

Color #CBAC59 in popluar color models

CBAC59
RGB20317289
HSL44°52.29%57.25%
HSB/HSV44°56.16%79.61%
CMYK0.00%15.27%56.16%
20.39%

Color #CBAC59 in popluar number systems.

HEXCBAC59
Decimal20317289
Binary11001011101011001011001
Octal313254131

Shades and tints

Shades of #CBAC59

#CBAC59
(203,172,89)
#B99D51
(185,157,81)
#A78E49
(167,142,73)
#957F41
(149,127,65)
#837039
(131,112,57)
#716131
(113,97,49)
#5F5229
(95,82,41)
#4D4321
(77,67,33)
#3B3419
(59,52,25)
#292511
(41,37,17)
#171609
(23,22,9)
#000000
(0,0,0)

Tints of #CBAC59

#CBAC59
(203,172,89)
#CFB368
(207,179,104)
#D3BA77
(211,186,119)
#D7C186
(215,193,134)
#DBC895
(219,200,149)
#DFCFA4
(223,207,164)
#E3D6B3
(227,214,179)
#E7DDC2
(231,221,194)
#EBE4D1
(235,228,209)
#EFEBE0
(239,235,224)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBAC59 color. Also use rgb(203,172,89) instead hex code.

Text Font Color

.myTextColor { color: #CBAC59; }

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

This text font color is #CBAC59.


Background Color

.myBgColor { background-color: #CBAC59; }

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

This div background color is #CBAC59.


Border color

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

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

This div border color is #CBAC59.


Opacity

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

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

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

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

This text has shadow with #CBAC59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBAC59 on black background.


Color preview on white background

This text has color #CBAC59 on white background.



Black color preview on #CBAC59 background

This text has black color on #CBAC59 background.


White color preview on #CBAC59 background

This text has white color on #CBAC59 background.