COLOR #CB9E42

HEX: #CB9E42
RGB: (203,158,66)

Color info

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

RGB color model

#CB9E42 color RGB value is (203,158,66).

  • red value is 203;
  • green value is 158;
  • blue value is 66.
RGB:
(203,158,66)
(80%,62%,26%)

RGB channels and saturation

R 203 of 255 = 80%
G 158 of 255 = 62%
B 66 of 255 = 26%

203
158
66

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

Portions of RGB colors in percentages

R + G + B =
203 + 158 + 66 = 427 (100%)
R 203 of 427 ~ 47.54%
G 158 of 427 ~ 37%
B 66 of 427 ~ 15.46%

%47.54
%37
%15.46

CMYK color model

#CB9E42 color CMYK value is (0,22,67,20).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 67.49%
  • key color value is 20.39%
CMYK:
(0,22,67,20)
C0M22Y67K20 
(0%,22%,67%,20%)
(0.00/0.22/0.67/0.20)	

CMYK percentages

%0
%22.17
%67.49
%20.39

Codes

Color #CB9E42 in popluar color models

CB9E42
RGB20315866
HSL40°56.85%52.75%
HSB/HSV40°67.49%79.61%
CMYK0.00%22.17%67.49%
20.39%

Color #CB9E42 in popluar number systems.

HEXCB9E42
Decimal20315866
Binary11001011100111101000010
Octal313236102

Shades and tints

Shades of #CB9E42

#CB9E42
(203,158,66)
#B9903C
(185,144,60)
#A78236
(167,130,54)
#957430
(149,116,48)
#83662A
(131,102,42)
#715824
(113,88,36)
#5F4A1E
(95,74,30)
#4D3C18
(77,60,24)
#3B2E12
(59,46,18)
#29200C
(41,32,12)
#171206
(23,18,6)
#000000
(0,0,0)

Tints of #CB9E42

#CB9E42
(203,158,66)
#CFA653
(207,166,83)
#D3AE64
(211,174,100)
#D7B675
(215,182,117)
#DBBE86
(219,190,134)
#DFC697
(223,198,151)
#E3CEA8
(227,206,168)
#E7D6B9
(231,214,185)
#EBDECA
(235,222,202)
#EFE6DB
(239,230,219)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9E42 color. Also use rgb(203,158,66) instead hex code.

Text Font Color

.myTextColor { color: #CB9E42; }

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

This text font color is #CB9E42.


Background Color

.myBgColor { background-color: #CB9E42; }

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

This div background color is #CB9E42.


Border color

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

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

This div border color is #CB9E42.


Opacity

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

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

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

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

This text has shadow with #CB9E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9E42 on black background.


Color preview on white background

This text has color #CB9E42 on white background.



Black color preview on #CB9E42 background

This text has black color on #CB9E42 background.


White color preview on #CB9E42 background

This text has white color on #CB9E42 background.