COLOR #CB9630

HEX: #CB9630
RGB: (203,150,48)

Color info

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

RGB color model

#CB9630 color RGB value is (203,150,48).

  • red value is 203;
  • green value is 150;
  • blue value is 48.
RGB:
(203,150,48)
(80%,59%,19%)

RGB channels and saturation

R 203 of 255 = 80%
G 150 of 255 = 59%
B 48 of 255 = 19%

203
150
48

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

Portions of RGB colors in percentages

R + G + B =
203 + 150 + 48 = 401 (100%)
R 203 of 401 ~ 50.62%
G 150 of 401 ~ 37.41%
B 48 of 401 ~ 11.97%

%50.62
%37.41
%11.97

CMYK color model

#CB9630 color CMYK value is (0,26,76,20).

  • cyan value is 0.00%
  • magenta value is 26.11%
  • yellow value is 76.35%
  • key color value is 20.39%
CMYK:
(0,26,76,20)
C0M26Y76K20 
(0%,26%,76%,20%)
(0.00/0.26/0.76/0.20)	

CMYK percentages

%0
%26.11
%76.35
%20.39

Codes

Color #CB9630 in popluar color models

CB9630
RGB20315048
HSL39°61.75%49.22%
HSB/HSV39°76.35%79.61%
CMYK0.00%26.11%76.35%
20.39%

Color #CB9630 in popluar number systems.

HEXCB9630
Decimal20315048
Binary1100101110010110110000
Octal31322660

Shades and tints

Shades of #CB9630

#CB9630
(203,150,48)
#B9892C
(185,137,44)
#A77C28
(167,124,40)
#956F24
(149,111,36)
#836220
(131,98,32)
#71551C
(113,85,28)
#5F4818
(95,72,24)
#4D3B14
(77,59,20)
#3B2E10
(59,46,16)
#29210C
(41,33,12)
#171408
(23,20,8)
#000000
(0,0,0)

Tints of #CB9630

#CB9630
(203,150,48)
#CF9F42
(207,159,66)
#D3A854
(211,168,84)
#D7B166
(215,177,102)
#DBBA78
(219,186,120)
#DFC38A
(223,195,138)
#E3CC9C
(227,204,156)
#E7D5AE
(231,213,174)
#EBDEC0
(235,222,192)
#EFE7D2
(239,231,210)
#F3F0E4
(243,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9630 color. Also use rgb(203,150,48) instead hex code.

Text Font Color

.myTextColor { color: #CB9630; }

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

This text font color is #CB9630.


Background Color

.myBgColor { background-color: #CB9630; }

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

This div background color is #CB9630.


Border color

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

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

This div border color is #CB9630.


Opacity

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

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

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

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

This text has shadow with #CB9630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9630 on black background.


Color preview on white background

This text has color #CB9630 on white background.



Black color preview on #CB9630 background

This text has black color on #CB9630 background.


White color preview on #CB9630 background

This text has white color on #CB9630 background.