COLOR #CB8003

HEX: #CB8003
RGB: (203,128,3)

Color info

#CB8003 contains mainly red color. Web safe color of #CB8003 is #CC6600 (or #C60).

RGB color model

#CB8003 color RGB value is (203,128,3).

  • red value is 203;
  • green value is 128;
  • blue value is 3.
RGB:
(203,128,3)
(80%,50%,1%)

RGB channels and saturation

R 203 of 255 = 80%
G 128 of 255 = 50%
B 3 of 255 = 1%

203
128
3

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

Portions of RGB colors in percentages

R + G + B =
203 + 128 + 3 = 334 (100%)
R 203 of 334 ~ 60.78%
G 128 of 334 ~ 38.32%
B 3 of 334 ~ 0.9%

%60.78
%38.32

CMYK color model

#CB8003 color CMYK value is (0,37,99,20).

  • cyan value is 0.00%
  • magenta value is 36.95%
  • yellow value is 98.52%
  • key color value is 20.39%
CMYK:
(0,37,99,20)
C0M37Y99K20 
(0%,37%,99%,20%)
(0.00/0.37/0.99/0.20)	

CMYK percentages

%0
%36.95
%98.52
%20.39

Codes

Color #CB8003 in popluar color models

CB8003
RGB2031283
HSL38°97.09%40.39%
HSB/HSV38°98.52%79.61%
CMYK0.00%36.95%98.52%
20.39%

Color #CB8003 in popluar number systems.

HEXCB8003
Decimal2031283
Binary110010111000000011
Octal3132003

Shades and tints

Shades of #CB8003

#CB8003
(203,128,3)
#B97503
(185,117,3)
#A76A03
(167,106,3)
#955F03
(149,95,3)
#835403
(131,84,3)
#714903
(113,73,3)
#5F3E03
(95,62,3)
#4D3303
(77,51,3)
#3B2803
(59,40,3)
#291D03
(41,29,3)
#171203
(23,18,3)
#000000
(0,0,0)

Tints of #CB8003

#CB8003
(203,128,3)
#CF8B19
(207,139,25)
#D3962F
(211,150,47)
#D7A145
(215,161,69)
#DBAC5B
(219,172,91)
#DFB771
(223,183,113)
#E3C287
(227,194,135)
#E7CD9D
(231,205,157)
#EBD8B3
(235,216,179)
#EFE3C9
(239,227,201)
#F3EEDF
(243,238,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB8003 color. Also use rgb(203,128,3) instead hex code.

Text Font Color

.myTextColor { color: #CB8003; }

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

This text font color is #CB8003.


Background Color

.myBgColor { background-color: #CB8003; }

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

This div background color is #CB8003.


Border color

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

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

This div border color is #CB8003.


Opacity

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

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

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

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

This text has shadow with #CB8003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB8003 on black background.


Color preview on white background

This text has color #CB8003 on white background.



Black color preview on #CB8003 background

This text has black color on #CB8003 background.


White color preview on #CB8003 background

This text has white color on #CB8003 background.