COLOR #CB6336

HEX: #CB6336
RGB: (203,99,54)

Color info

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

RGB color model

#CB6336 color RGB value is (203,99,54).

  • red value is 203;
  • green value is 99;
  • blue value is 54.
RGB:
(203,99,54)
(80%,39%,21%)

RGB channels and saturation

R 203 of 255 = 80%
G 99 of 255 = 39%
B 54 of 255 = 21%

203
99
54

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

Portions of RGB colors in percentages

R + G + B =
203 + 99 + 54 = 356 (100%)
R 203 of 356 ~ 57.02%
G 99 of 356 ~ 27.81%
B 54 of 356 ~ 15.17%

%57.02
%27.81
%15.17

CMYK color model

#CB6336 color CMYK value is (0,51,73,20).

  • cyan value is 0.00%
  • magenta value is 51.23%
  • yellow value is 73.40%
  • key color value is 20.39%
CMYK:
(0,51,73,20)
C0M51Y73K20 
(0%,51%,73%,20%)
(0.00/0.51/0.73/0.20)	

CMYK percentages

%0
%51.23
%73.4
%20.39

Codes

Color #CB6336 in popluar color models

CB6336
RGB2039954
HSL18°58.89%50.39%
HSB/HSV18°73.40%79.61%
CMYK0.00%51.23%73.40%
20.39%

Color #CB6336 in popluar number systems.

HEXCB6336
Decimal2039954
Binary110010111100011110110
Octal31314366

Shades and tints

Shades of #CB6336

#CB6336
(203,99,54)
#B95A32
(185,90,50)
#A7512E
(167,81,46)
#95482A
(149,72,42)
#833F26
(131,63,38)
#713622
(113,54,34)
#5F2D1E
(95,45,30)
#4D241A
(77,36,26)
#3B1B16
(59,27,22)
#291212
(41,18,18)
#17090E
(23,9,14)
#000000
(0,0,0)

Tints of #CB6336

#CB6336
(203,99,54)
#CF7148
(207,113,72)
#D37F5A
(211,127,90)
#D78D6C
(215,141,108)
#DB9B7E
(219,155,126)
#DFA990
(223,169,144)
#E3B7A2
(227,183,162)
#E7C5B4
(231,197,180)
#EBD3C6
(235,211,198)
#EFE1D8
(239,225,216)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6336 color. Also use rgb(203,99,54) instead hex code.

Text Font Color

.myTextColor { color: #CB6336; }

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

This text font color is #CB6336.


Background Color

.myBgColor { background-color: #CB6336; }

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

This div background color is #CB6336.


Border color

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

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

This div border color is #CB6336.


Opacity

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

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

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

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

This text has shadow with #CB6336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB6336 on black background.


Color preview on white background

This text has color #CB6336 on white background.



Black color preview on #CB6336 background

This text has black color on #CB6336 background.


White color preview on #CB6336 background

This text has white color on #CB6336 background.