COLOR #CB8529

HEX: #CB8529
RGB: (203,133,41)

Color info

#CB8529 contains mainly red color. Web safe color of #CB8529 is #CC9933 (or #C93).

RGB color model

#CB8529 color RGB value is (203,133,41).

  • red value is 203;
  • green value is 133;
  • blue value is 41.
RGB:
(203,133,41)
(80%,52%,16%)

RGB channels and saturation

R 203 of 255 = 80%
G 133 of 255 = 52%
B 41 of 255 = 16%

203
133
41

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

Portions of RGB colors in percentages

R + G + B =
203 + 133 + 41 = 377 (100%)
R 203 of 377 ~ 53.85%
G 133 of 377 ~ 35.28%
B 41 of 377 ~ 10.88%

%53.85
%35.28
%10.88

CMYK color model

#CB8529 color CMYK value is (0,34,80,20).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 79.80%
  • key color value is 20.39%
CMYK:
(0,34,80,20)
C0M34Y80K20 
(0%,34%,80%,20%)
(0.00/0.34/0.80/0.20)	

CMYK percentages

%0
%34.48
%79.8
%20.39

Codes

Color #CB8529 in popluar color models

CB8529
RGB20313341
HSL34°66.39%47.84%
HSB/HSV34°79.80%79.61%
CMYK0.00%34.48%79.80%
20.39%

Color #CB8529 in popluar number systems.

HEXCB8529
Decimal20313341
Binary1100101110000101101001
Octal31320551

Shades and tints

Shades of #CB8529

#CB8529
(203,133,41)
#B97926
(185,121,38)
#A76D23
(167,109,35)
#956120
(149,97,32)
#83551D
(131,85,29)
#71491A
(113,73,26)
#5F3D17
(95,61,23)
#4D3114
(77,49,20)
#3B2511
(59,37,17)
#29190E
(41,25,14)
#170D0B
(23,13,11)
#000000
(0,0,0)

Tints of #CB8529

#CB8529
(203,133,41)
#CF903C
(207,144,60)
#D39B4F
(211,155,79)
#D7A662
(215,166,98)
#DBB175
(219,177,117)
#DFBC88
(223,188,136)
#E3C79B
(227,199,155)
#E7D2AE
(231,210,174)
#EBDDC1
(235,221,193)
#EFE8D4
(239,232,212)
#F3F3E7
(243,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB8529 color. Also use rgb(203,133,41) instead hex code.

Text Font Color

.myTextColor { color: #CB8529; }

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

This text font color is #CB8529.


Background Color

.myBgColor { background-color: #CB8529; }

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

This div background color is #CB8529.


Border color

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

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

This div border color is #CB8529.


Opacity

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

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

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

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

This text has shadow with #CB8529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB8529 on black background.


Color preview on white background

This text has color #CB8529 on white background.



Black color preview on #CB8529 background

This text has black color on #CB8529 background.


White color preview on #CB8529 background

This text has white color on #CB8529 background.