COLOR #CB7241

HEX: #CB7241
RGB: (203,114,65)

Color info

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

RGB color model

#CB7241 color RGB value is (203,114,65).

  • red value is 203;
  • green value is 114;
  • blue value is 65.
RGB:
(203,114,65)
(80%,45%,25%)

RGB channels and saturation

R 203 of 255 = 80%
G 114 of 255 = 45%
B 65 of 255 = 25%

203
114
65

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

Portions of RGB colors in percentages

R + G + B =
203 + 114 + 65 = 382 (100%)
R 203 of 382 ~ 53.14%
G 114 of 382 ~ 29.84%
B 65 of 382 ~ 17.02%

%53.14
%29.84
%17.02

CMYK color model

#CB7241 color CMYK value is (0,44,68,20).

  • cyan value is 0.00%
  • magenta value is 43.84%
  • yellow value is 67.98%
  • key color value is 20.39%
CMYK:
(0,44,68,20)
C0M44Y68K20 
(0%,44%,68%,20%)
(0.00/0.44/0.68/0.20)	

CMYK percentages

%0
%43.84
%67.98
%20.39

Codes

Color #CB7241 in popluar color models

CB7241
RGB20311465
HSL21°57.02%52.55%
HSB/HSV21°67.98%79.61%
CMYK0.00%43.84%67.98%
20.39%

Color #CB7241 in popluar number systems.

HEXCB7241
Decimal20311465
Binary1100101111100101000001
Octal313162101

Shades and tints

Shades of #CB7241

#CB7241
(203,114,65)
#B9683C
(185,104,60)
#A75E37
(167,94,55)
#955432
(149,84,50)
#834A2D
(131,74,45)
#714028
(113,64,40)
#5F3623
(95,54,35)
#4D2C1E
(77,44,30)
#3B2219
(59,34,25)
#291814
(41,24,20)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #CB7241

#CB7241
(203,114,65)
#CF7E52
(207,126,82)
#D38A63
(211,138,99)
#D79674
(215,150,116)
#DBA285
(219,162,133)
#DFAE96
(223,174,150)
#E3BAA7
(227,186,167)
#E7C6B8
(231,198,184)
#EBD2C9
(235,210,201)
#EFDEDA
(239,222,218)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB7241 color. Also use rgb(203,114,65) instead hex code.

Text Font Color

.myTextColor { color: #CB7241; }

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

This text font color is #CB7241.


Background Color

.myBgColor { background-color: #CB7241; }

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

This div background color is #CB7241.


Border color

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

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

This div border color is #CB7241.


Opacity

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

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

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

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

This text has shadow with #CB7241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB7241 on black background.


Color preview on white background

This text has color #CB7241 on white background.



Black color preview on #CB7241 background

This text has black color on #CB7241 background.


White color preview on #CB7241 background

This text has white color on #CB7241 background.