COLOR #CB7E51

HEX: #CB7E51
RGB: (203,126,81)

Color info

#CB7E51 contains mainly red color. Web safe color of #CB7E51 is #CC6666 (or #C66).

RGB color model

#CB7E51 color RGB value is (203,126,81).

  • red value is 203;
  • green value is 126;
  • blue value is 81.
RGB:
(203,126,81)
(80%,49%,32%)

RGB channels and saturation

R 203 of 255 = 80%
G 126 of 255 = 49%
B 81 of 255 = 32%

203
126
81

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

Portions of RGB colors in percentages

R + G + B =
203 + 126 + 81 = 410 (100%)
R 203 of 410 ~ 49.51%
G 126 of 410 ~ 30.73%
B 81 of 410 ~ 19.76%

%49.51
%30.73
%19.76

CMYK color model

#CB7E51 color CMYK value is (0,38,60,20).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 60.10%
  • key color value is 20.39%
CMYK:
(0,38,60,20)
C0M38Y60K20 
(0%,38%,60%,20%)
(0.00/0.38/0.60/0.20)	

CMYK percentages

%0
%37.93
%60.1
%20.39

Codes

Color #CB7E51 in popluar color models

CB7E51
RGB20312681
HSL22°53.98%55.69%
HSB/HSV22°60.10%79.61%
CMYK0.00%37.93%60.10%
20.39%

Color #CB7E51 in popluar number systems.

HEXCB7E51
Decimal20312681
Binary1100101111111101010001
Octal313176121

Shades and tints

Shades of #CB7E51

#CB7E51
(203,126,81)
#B9734A
(185,115,74)
#A76843
(167,104,67)
#955D3C
(149,93,60)
#835235
(131,82,53)
#71472E
(113,71,46)
#5F3C27
(95,60,39)
#4D3120
(77,49,32)
#3B2619
(59,38,25)
#291B12
(41,27,18)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #CB7E51

#CB7E51
(203,126,81)
#CF8960
(207,137,96)
#D3946F
(211,148,111)
#D79F7E
(215,159,126)
#DBAA8D
(219,170,141)
#DFB59C
(223,181,156)
#E3C0AB
(227,192,171)
#E7CBBA
(231,203,186)
#EBD6C9
(235,214,201)
#EFE1D8
(239,225,216)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB7E51 color. Also use rgb(203,126,81) instead hex code.

Text Font Color

.myTextColor { color: #CB7E51; }

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

This text font color is #CB7E51.


Background Color

.myBgColor { background-color: #CB7E51; }

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

This div background color is #CB7E51.


Border color

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

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

This div border color is #CB7E51.


Opacity

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

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

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

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

This text has shadow with #CB7E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB7E51 on black background.


Color preview on white background

This text has color #CB7E51 on white background.



Black color preview on #CB7E51 background

This text has black color on #CB7E51 background.


White color preview on #CB7E51 background

This text has white color on #CB7E51 background.