COLOR #CB8E59

HEX: #CB8E59
RGB: (203,142,89)

Color info

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

RGB color model

#CB8E59 color RGB value is (203,142,89).

  • red value is 203;
  • green value is 142;
  • blue value is 89.
RGB:
(203,142,89)
(80%,56%,35%)

RGB channels and saturation

R 203 of 255 = 80%
G 142 of 255 = 56%
B 89 of 255 = 35%

203
142
89

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

Portions of RGB colors in percentages

R + G + B =
203 + 142 + 89 = 434 (100%)
R 203 of 434 ~ 46.77%
G 142 of 434 ~ 32.72%
B 89 of 434 ~ 20.51%

%46.77
%32.72
%20.51

CMYK color model

#CB8E59 color CMYK value is (0,30,56,20).

  • cyan value is 0.00%
  • magenta value is 30.05%
  • yellow value is 56.16%
  • key color value is 20.39%
CMYK:
(0,30,56,20)
C0M30Y56K20 
(0%,30%,56%,20%)
(0.00/0.30/0.56/0.20)	

CMYK percentages

%0
%30.05
%56.16
%20.39

Codes

Color #CB8E59 in popluar color models

CB8E59
RGB20314289
HSL28°52.29%57.25%
HSB/HSV28°56.16%79.61%
CMYK0.00%30.05%56.16%
20.39%

Color #CB8E59 in popluar number systems.

HEXCB8E59
Decimal20314289
Binary11001011100011101011001
Octal313216131

Shades and tints

Shades of #CB8E59

#CB8E59
(203,142,89)
#B98251
(185,130,81)
#A77649
(167,118,73)
#956A41
(149,106,65)
#835E39
(131,94,57)
#715231
(113,82,49)
#5F4629
(95,70,41)
#4D3A21
(77,58,33)
#3B2E19
(59,46,25)
#292211
(41,34,17)
#171609
(23,22,9)
#000000
(0,0,0)

Tints of #CB8E59

#CB8E59
(203,142,89)
#CF9868
(207,152,104)
#D3A277
(211,162,119)
#D7AC86
(215,172,134)
#DBB695
(219,182,149)
#DFC0A4
(223,192,164)
#E3CAB3
(227,202,179)
#E7D4C2
(231,212,194)
#EBDED1
(235,222,209)
#EFE8E0
(239,232,224)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB8E59 color. Also use rgb(203,142,89) instead hex code.

Text Font Color

.myTextColor { color: #CB8E59; }

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

This text font color is #CB8E59.


Background Color

.myBgColor { background-color: #CB8E59; }

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

This div background color is #CB8E59.


Border color

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

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

This div border color is #CB8E59.


Opacity

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

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

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

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

This text has shadow with #CB8E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB8E59 on black background.


Color preview on white background

This text has color #CB8E59 on white background.



Black color preview on #CB8E59 background

This text has black color on #CB8E59 background.


White color preview on #CB8E59 background

This text has white color on #CB8E59 background.