COLOR #CB8250

HEX: #CB8250
RGB: (203,130,80)

Color info

#CB8250 contains mainly red color. Web safe color of #CB8250 is #CC9966 (or #C96).

RGB color model

#CB8250 color RGB value is (203,130,80).

  • red value is 203;
  • green value is 130;
  • blue value is 80.
RGB:
(203,130,80)
(80%,51%,31%)

RGB channels and saturation

R 203 of 255 = 80%
G 130 of 255 = 51%
B 80 of 255 = 31%

203
130
80

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

Portions of RGB colors in percentages

R + G + B =
203 + 130 + 80 = 413 (100%)
R 203 of 413 ~ 49.15%
G 130 of 413 ~ 31.48%
B 80 of 413 ~ 19.37%

%49.15
%31.48
%19.37

CMYK color model

#CB8250 color CMYK value is (0,36,61,20).

  • cyan value is 0.00%
  • magenta value is 35.96%
  • yellow value is 60.59%
  • key color value is 20.39%
CMYK:
(0,36,61,20)
C0M36Y61K20 
(0%,36%,61%,20%)
(0.00/0.36/0.61/0.20)	

CMYK percentages

%0
%35.96
%60.59
%20.39

Codes

Color #CB8250 in popluar color models

CB8250
RGB20313080
HSL24°54.19%55.49%
HSB/HSV24°60.59%79.61%
CMYK0.00%35.96%60.59%
20.39%

Color #CB8250 in popluar number systems.

HEXCB8250
Decimal20313080
Binary11001011100000101010000
Octal313202120

Shades and tints

Shades of #CB8250

#CB8250
(203,130,80)
#B97749
(185,119,73)
#A76C42
(167,108,66)
#95613B
(149,97,59)
#835634
(131,86,52)
#714B2D
(113,75,45)
#5F4026
(95,64,38)
#4D351F
(77,53,31)
#3B2A18
(59,42,24)
#291F11
(41,31,17)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #CB8250

#CB8250
(203,130,80)
#CF8D5F
(207,141,95)
#D3986E
(211,152,110)
#D7A37D
(215,163,125)
#DBAE8C
(219,174,140)
#DFB99B
(223,185,155)
#E3C4AA
(227,196,170)
#E7CFB9
(231,207,185)
#EBDAC8
(235,218,200)
#EFE5D7
(239,229,215)
#F3F0E6
(243,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB8250 color. Also use rgb(203,130,80) instead hex code.

Text Font Color

.myTextColor { color: #CB8250; }

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

This text font color is #CB8250.


Background Color

.myBgColor { background-color: #CB8250; }

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

This div background color is #CB8250.


Border color

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

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

This div border color is #CB8250.


Opacity

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

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

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

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

This text has shadow with #CB8250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB8250 on black background.


Color preview on white background

This text has color #CB8250 on white background.



Black color preview on #CB8250 background

This text has black color on #CB8250 background.


White color preview on #CB8250 background

This text has white color on #CB8250 background.