COLOR #CB5633

HEX: #CB5633
RGB: (203,86,51)

Color info

#CB5633 contains mainly red color. Web safe color of #CB5633 is #CC6633 (or #C63).

RGB color model

#CB5633 color RGB value is (203,86,51).

  • red value is 203;
  • green value is 86;
  • blue value is 51.
RGB:
(203,86,51)
(80%,34%,20%)

RGB channels and saturation

R 203 of 255 = 80%
G 86 of 255 = 34%
B 51 of 255 = 20%

203
86
51

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

Portions of RGB colors in percentages

R + G + B =
203 + 86 + 51 = 340 (100%)
R 203 of 340 ~ 59.71%
G 86 of 340 ~ 25.29%
B 51 of 340 ~ 15%

%59.71
%25.29
%15

CMYK color model

#CB5633 color CMYK value is (0,58,75,20).

  • cyan value is 0.00%
  • magenta value is 57.64%
  • yellow value is 74.88%
  • key color value is 20.39%
CMYK:
(0,58,75,20)
C0M58Y75K20 
(0%,58%,75%,20%)
(0.00/0.58/0.75/0.20)	

CMYK percentages

%0
%57.64
%74.88
%20.39

Codes

Color #CB5633 in popluar color models

CB5633
RGB2038651
HSL14°59.84%49.80%
HSB/HSV14°74.88%79.61%
CMYK0.00%57.64%74.88%
20.39%

Color #CB5633 in popluar number systems.

HEXCB5633
Decimal2038651
Binary110010111010110110011
Octal31312663

Shades and tints

Shades of #CB5633

#CB5633
(203,86,51)
#B94F2F
(185,79,47)
#A7482B
(167,72,43)
#954127
(149,65,39)
#833A23
(131,58,35)
#71331F
(113,51,31)
#5F2C1B
(95,44,27)
#4D2517
(77,37,23)
#3B1E13
(59,30,19)
#29170F
(41,23,15)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #CB5633

#CB5633
(203,86,51)
#CF6545
(207,101,69)
#D37457
(211,116,87)
#D78369
(215,131,105)
#DB927B
(219,146,123)
#DFA18D
(223,161,141)
#E3B09F
(227,176,159)
#E7BFB1
(231,191,177)
#EBCEC3
(235,206,195)
#EFDDD5
(239,221,213)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB5633 color. Also use rgb(203,86,51) instead hex code.

Text Font Color

.myTextColor { color: #CB5633; }

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

This text font color is #CB5633.


Background Color

.myBgColor { background-color: #CB5633; }

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

This div background color is #CB5633.


Border color

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

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

This div border color is #CB5633.


Opacity

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

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

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

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

This text has shadow with #CB5633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB5633 on black background.


Color preview on white background

This text has color #CB5633 on white background.



Black color preview on #CB5633 background

This text has black color on #CB5633 background.


White color preview on #CB5633 background

This text has white color on #CB5633 background.