COLOR #CB8E62

HEX: #CB8E62
RGB: (203,142,98)

Color info

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

RGB color model

#CB8E62 color RGB value is (203,142,98).

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

RGB channels and saturation

R 203 of 255 = 80%
G 142 of 255 = 56%
B 98 of 255 = 38%

203
142
98

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

Portions of RGB colors in percentages

R + G + B =
203 + 142 + 98 = 443 (100%)
R 203 of 443 ~ 45.82%
G 142 of 443 ~ 32.05%
B 98 of 443 ~ 22.12%

%45.82
%32.05
%22.12

CMYK color model

#CB8E62 color CMYK value is (0,30,52,20).

  • cyan value is 0.00%
  • magenta value is 30.05%
  • yellow value is 51.72%
  • key color value is 20.39%
CMYK:
(0,30,52,20)
C0M30Y52K20 
(0%,30%,52%,20%)
(0.00/0.30/0.52/0.20)	

CMYK percentages

%0
%30.05
%51.72
%20.39

Codes

Color #CB8E62 in popluar color models

CB8E62
RGB20314298
HSL25°50.24%59.02%
HSB/HSV25°51.72%79.61%
CMYK0.00%30.05%51.72%
20.39%

Color #CB8E62 in popluar number systems.

HEXCB8E62
Decimal20314298
Binary11001011100011101100010
Octal313216142

Shades and tints

Shades of #CB8E62

#CB8E62
(203,142,98)
#B9825A
(185,130,90)
#A77652
(167,118,82)
#956A4A
(149,106,74)
#835E42
(131,94,66)
#71523A
(113,82,58)
#5F4632
(95,70,50)
#4D3A2A
(77,58,42)
#3B2E22
(59,46,34)
#29221A
(41,34,26)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #CB8E62

#CB8E62
(203,142,98)
#CF9870
(207,152,112)
#D3A27E
(211,162,126)
#D7AC8C
(215,172,140)
#DBB69A
(219,182,154)
#DFC0A8
(223,192,168)
#E3CAB6
(227,202,182)
#E7D4C4
(231,212,196)
#EBDED2
(235,222,210)
#EFE8E0
(239,232,224)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB8E62; }

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

This text font color is #CB8E62.


Background Color

.myBgColor { background-color: #CB8E62; }

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

This div background color is #CB8E62.


Border color

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

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

This div border color is #CB8E62.


Opacity

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

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

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

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

This text has shadow with #CB8E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB8E62 on black background.


Color preview on white background

This text has color #CB8E62 on white background.



Black color preview on #CB8E62 background

This text has black color on #CB8E62 background.


White color preview on #CB8E62 background

This text has white color on #CB8E62 background.