COLOR #CB7836

HEX: #CB7836
RGB: (203,120,54)

Color info

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

RGB color model

#CB7836 color RGB value is (203,120,54).

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

RGB channels and saturation

R 203 of 255 = 80%
G 120 of 255 = 47%
B 54 of 255 = 21%

203
120
54

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

Portions of RGB colors in percentages

R + G + B =
203 + 120 + 54 = 377 (100%)
R 203 of 377 ~ 53.85%
G 120 of 377 ~ 31.83%
B 54 of 377 ~ 14.32%

%53.85
%31.83
%14.32

CMYK color model

#CB7836 color CMYK value is (0,41,73,20).

  • cyan value is 0.00%
  • magenta value is 40.89%
  • yellow value is 73.40%
  • key color value is 20.39%
CMYK:
(0,41,73,20)
C0M41Y73K20 
(0%,41%,73%,20%)
(0.00/0.41/0.73/0.20)	

CMYK percentages

%0
%40.89
%73.4
%20.39

Codes

Color #CB7836 in popluar color models

CB7836
RGB20312054
HSL27°58.89%50.39%
HSB/HSV27°73.40%79.61%
CMYK0.00%40.89%73.40%
20.39%

Color #CB7836 in popluar number systems.

HEXCB7836
Decimal20312054
Binary110010111111000110110
Octal31317066

Shades and tints

Shades of #CB7836

#CB7836
(203,120,54)
#B96E32
(185,110,50)
#A7642E
(167,100,46)
#955A2A
(149,90,42)
#835026
(131,80,38)
#714622
(113,70,34)
#5F3C1E
(95,60,30)
#4D321A
(77,50,26)
#3B2816
(59,40,22)
#291E12
(41,30,18)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #CB7836

#CB7836
(203,120,54)
#CF8448
(207,132,72)
#D3905A
(211,144,90)
#D79C6C
(215,156,108)
#DBA87E
(219,168,126)
#DFB490
(223,180,144)
#E3C0A2
(227,192,162)
#E7CCB4
(231,204,180)
#EBD8C6
(235,216,198)
#EFE4D8
(239,228,216)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB7836; }

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

This text font color is #CB7836.


Background Color

.myBgColor { background-color: #CB7836; }

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

This div background color is #CB7836.


Border color

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

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

This div border color is #CB7836.


Opacity

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

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

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

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

This text has shadow with #CB7836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB7836 on black background.


Color preview on white background

This text has color #CB7836 on white background.



Black color preview on #CB7836 background

This text has black color on #CB7836 background.


White color preview on #CB7836 background

This text has white color on #CB7836 background.