COLOR #CBA635

HEX: #CBA635
RGB: (203,166,53)

Color info

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

RGB color model

#CBA635 color RGB value is (203,166,53).

  • red value is 203;
  • green value is 166;
  • blue value is 53.
RGB:
(203,166,53)
(80%,65%,21%)

RGB channels and saturation

R 203 of 255 = 80%
G 166 of 255 = 65%
B 53 of 255 = 21%

203
166
53

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

Portions of RGB colors in percentages

R + G + B =
203 + 166 + 53 = 422 (100%)
R 203 of 422 ~ 48.1%
G 166 of 422 ~ 39.34%
B 53 of 422 ~ 12.56%

%48.1
%39.34
%12.56

CMYK color model

#CBA635 color CMYK value is (0,18,74,20).

  • cyan value is 0.00%
  • magenta value is 18.23%
  • yellow value is 73.89%
  • key color value is 20.39%
CMYK:
(0,18,74,20)
C0M18Y74K20 
(0%,18%,74%,20%)
(0.00/0.18/0.74/0.20)	

CMYK percentages

%0
%18.23
%73.89
%20.39

Codes

Color #CBA635 in popluar color models

CBA635
RGB20316653
HSL45°59.06%50.20%
HSB/HSV45°73.89%79.61%
CMYK0.00%18.23%73.89%
20.39%

Color #CBA635 in popluar number systems.

HEXCBA635
Decimal20316653
Binary1100101110100110110101
Octal31324665

Shades and tints

Shades of #CBA635

#CBA635
(203,166,53)
#B99731
(185,151,49)
#A7882D
(167,136,45)
#957929
(149,121,41)
#836A25
(131,106,37)
#715B21
(113,91,33)
#5F4C1D
(95,76,29)
#4D3D19
(77,61,25)
#3B2E15
(59,46,21)
#291F11
(41,31,17)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #CBA635

#CBA635
(203,166,53)
#CFAE47
(207,174,71)
#D3B659
(211,182,89)
#D7BE6B
(215,190,107)
#DBC67D
(219,198,125)
#DFCE8F
(223,206,143)
#E3D6A1
(227,214,161)
#E7DEB3
(231,222,179)
#EBE6C5
(235,230,197)
#EFEED7
(239,238,215)
#F3F6E9
(243,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBA635 color. Also use rgb(203,166,53) instead hex code.

Text Font Color

.myTextColor { color: #CBA635; }

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

This text font color is #CBA635.


Background Color

.myBgColor { background-color: #CBA635; }

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

This div background color is #CBA635.


Border color

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

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

This div border color is #CBA635.


Opacity

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

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

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

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

This text has shadow with #CBA635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBA635 on black background.


Color preview on white background

This text has color #CBA635 on white background.



Black color preview on #CBA635 background

This text has black color on #CBA635 background.


White color preview on #CBA635 background

This text has white color on #CBA635 background.