COLOR #CBAF49

HEX: #CBAF49
RGB: (203,175,73)

Color info

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

RGB color model

#CBAF49 color RGB value is (203,175,73).

  • red value is 203;
  • green value is 175;
  • blue value is 73.
RGB:
(203,175,73)
(80%,69%,29%)

RGB channels and saturation

R 203 of 255 = 80%
G 175 of 255 = 69%
B 73 of 255 = 29%

203
175
73

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

Portions of RGB colors in percentages

R + G + B =
203 + 175 + 73 = 451 (100%)
R 203 of 451 ~ 45.01%
G 175 of 451 ~ 38.8%
B 73 of 451 ~ 16.19%

%45.01
%38.8
%16.19

CMYK color model

#CBAF49 color CMYK value is (0,14,64,20).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 64.04%
  • key color value is 20.39%
CMYK:
(0,14,64,20)
C0M14Y64K20 
(0%,14%,64%,20%)
(0.00/0.14/0.64/0.20)	

CMYK percentages

%0
%13.79
%64.04
%20.39

Codes

Color #CBAF49 in popluar color models

CBAF49
RGB20317573
HSL47°55.56%54.12%
HSB/HSV47°64.04%79.61%
CMYK0.00%13.79%64.04%
20.39%

Color #CBAF49 in popluar number systems.

HEXCBAF49
Decimal20317573
Binary11001011101011111001001
Octal313257111

Shades and tints

Shades of #CBAF49

#CBAF49
(203,175,73)
#B9A043
(185,160,67)
#A7913D
(167,145,61)
#958237
(149,130,55)
#837331
(131,115,49)
#71642B
(113,100,43)
#5F5525
(95,85,37)
#4D461F
(77,70,31)
#3B3719
(59,55,25)
#292813
(41,40,19)
#17190D
(23,25,13)
#000000
(0,0,0)

Tints of #CBAF49

#CBAF49
(203,175,73)
#CFB659
(207,182,89)
#D3BD69
(211,189,105)
#D7C479
(215,196,121)
#DBCB89
(219,203,137)
#DFD299
(223,210,153)
#E3D9A9
(227,217,169)
#E7E0B9
(231,224,185)
#EBE7C9
(235,231,201)
#EFEED9
(239,238,217)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBAF49 color. Also use rgb(203,175,73) instead hex code.

Text Font Color

.myTextColor { color: #CBAF49; }

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

This text font color is #CBAF49.


Background Color

.myBgColor { background-color: #CBAF49; }

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

This div background color is #CBAF49.


Border color

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

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

This div border color is #CBAF49.


Opacity

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

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

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

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

This text has shadow with #CBAF49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBAF49 on black background.


Color preview on white background

This text has color #CBAF49 on white background.



Black color preview on #CBAF49 background

This text has black color on #CBAF49 background.


White color preview on #CBAF49 background

This text has white color on #CBAF49 background.