COLOR #CB6749

HEX: #CB6749
RGB: (203,103,73)

Color info

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

RGB color model

#CB6749 color RGB value is (203,103,73).

  • red value is 203;
  • green value is 103;
  • blue value is 73.
RGB:
(203,103,73)
(80%,40%,29%)

RGB channels and saturation

R 203 of 255 = 80%
G 103 of 255 = 40%
B 73 of 255 = 29%

203
103
73

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

Portions of RGB colors in percentages

R + G + B =
203 + 103 + 73 = 379 (100%)
R 203 of 379 ~ 53.56%
G 103 of 379 ~ 27.18%
B 73 of 379 ~ 19.26%

%53.56
%27.18
%19.26

CMYK color model

#CB6749 color CMYK value is (0,49,64,20).

  • cyan value is 0.00%
  • magenta value is 49.26%
  • yellow value is 64.04%
  • key color value is 20.39%
CMYK:
(0,49,64,20)
C0M49Y64K20 
(0%,49%,64%,20%)
(0.00/0.49/0.64/0.20)	

CMYK percentages

%0
%49.26
%64.04
%20.39

Codes

Color #CB6749 in popluar color models

CB6749
RGB20310373
HSL14°55.56%54.12%
HSB/HSV14°64.04%79.61%
CMYK0.00%49.26%64.04%
20.39%

Color #CB6749 in popluar number systems.

HEXCB6749
Decimal20310373
Binary1100101111001111001001
Octal313147111

Shades and tints

Shades of #CB6749

#CB6749
(203,103,73)
#B95E43
(185,94,67)
#A7553D
(167,85,61)
#954C37
(149,76,55)
#834331
(131,67,49)
#713A2B
(113,58,43)
#5F3125
(95,49,37)
#4D281F
(77,40,31)
#3B1F19
(59,31,25)
#291613
(41,22,19)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #CB6749

#CB6749
(203,103,73)
#CF7459
(207,116,89)
#D38169
(211,129,105)
#D78E79
(215,142,121)
#DB9B89
(219,155,137)
#DFA899
(223,168,153)
#E3B5A9
(227,181,169)
#E7C2B9
(231,194,185)
#EBCFC9
(235,207,201)
#EFDCD9
(239,220,217)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6749 color. Also use rgb(203,103,73) instead hex code.

Text Font Color

.myTextColor { color: #CB6749; }

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

This text font color is #CB6749.


Background Color

.myBgColor { background-color: #CB6749; }

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

This div background color is #CB6749.


Border color

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

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

This div border color is #CB6749.


Opacity

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

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

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

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

This text has shadow with #CB6749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB6749 on black background.


Color preview on white background

This text has color #CB6749 on white background.



Black color preview on #CB6749 background

This text has black color on #CB6749 background.


White color preview on #CB6749 background

This text has white color on #CB6749 background.