COLOR #CB9F28

HEX: #CB9F28
RGB: (203,159,40)

Color info

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

RGB color model

#CB9F28 color RGB value is (203,159,40).

  • red value is 203;
  • green value is 159;
  • blue value is 40.
RGB:
(203,159,40)
(80%,62%,16%)

RGB channels and saturation

R 203 of 255 = 80%
G 159 of 255 = 62%
B 40 of 255 = 16%

203
159
40

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

Portions of RGB colors in percentages

R + G + B =
203 + 159 + 40 = 402 (100%)
R 203 of 402 ~ 50.5%
G 159 of 402 ~ 39.55%
B 40 of 402 ~ 9.95%

%50.5
%39.55
%9.95

CMYK color model

#CB9F28 color CMYK value is (0,22,80,20).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 80.30%
  • key color value is 20.39%
CMYK:
(0,22,80,20)
C0M22Y80K20 
(0%,22%,80%,20%)
(0.00/0.22/0.80/0.20)	

CMYK percentages

%0
%21.67
%80.3
%20.39

Codes

Color #CB9F28 in popluar color models

CB9F28
RGB20315940
HSL44°67.08%47.65%
HSB/HSV44°80.30%79.61%
CMYK0.00%21.67%80.30%
20.39%

Color #CB9F28 in popluar number systems.

HEXCB9F28
Decimal20315940
Binary1100101110011111101000
Octal31323750

Shades and tints

Shades of #CB9F28

#CB9F28
(203,159,40)
#B99125
(185,145,37)
#A78322
(167,131,34)
#95751F
(149,117,31)
#83671C
(131,103,28)
#715919
(113,89,25)
#5F4B16
(95,75,22)
#4D3D13
(77,61,19)
#3B2F10
(59,47,16)
#29210D
(41,33,13)
#17130A
(23,19,10)
#000000
(0,0,0)

Tints of #CB9F28

#CB9F28
(203,159,40)
#CFA73B
(207,167,59)
#D3AF4E
(211,175,78)
#D7B761
(215,183,97)
#DBBF74
(219,191,116)
#DFC787
(223,199,135)
#E3CF9A
(227,207,154)
#E7D7AD
(231,215,173)
#EBDFC0
(235,223,192)
#EFE7D3
(239,231,211)
#F3EFE6
(243,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9F28 color. Also use rgb(203,159,40) instead hex code.

Text Font Color

.myTextColor { color: #CB9F28; }

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

This text font color is #CB9F28.


Background Color

.myBgColor { background-color: #CB9F28; }

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

This div background color is #CB9F28.


Border color

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

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

This div border color is #CB9F28.


Opacity

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

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

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

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

This text has shadow with #CB9F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9F28 on black background.


Color preview on white background

This text has color #CB9F28 on white background.



Black color preview on #CB9F28 background

This text has black color on #CB9F28 background.


White color preview on #CB9F28 background

This text has white color on #CB9F28 background.