COLOR #C66B2E

HEX: #C66B2E
RGB: (198,107,46)

Color info

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

RGB color model

#C66B2E color RGB value is (198,107,46).

  • red value is 198;
  • green value is 107;
  • blue value is 46.
RGB:
(198,107,46)
(78%,42%,18%)

RGB channels and saturation

R 198 of 255 = 78%
G 107 of 255 = 42%
B 46 of 255 = 18%

198
107
46

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

Portions of RGB colors in percentages

R + G + B =
198 + 107 + 46 = 351 (100%)
R 198 of 351 ~ 56.41%
G 107 of 351 ~ 30.48%
B 46 of 351 ~ 13.11%

%56.41
%30.48
%13.11

CMYK color model

#C66B2E color CMYK value is (0,46,77,22).

  • cyan value is 0.00%
  • magenta value is 45.96%
  • yellow value is 76.77%
  • key color value is 22.35%
CMYK:
(0,46,77,22)
C0M46Y77K22 
(0%,46%,77%,22%)
(0.00/0.46/0.77/0.22)	

CMYK percentages

%0
%45.96
%76.77
%22.35

Codes

Color #C66B2E in popluar color models

C66B2E
RGB19810746
HSL24°62.30%47.84%
HSB/HSV24°76.77%77.65%
CMYK0.00%45.96%76.77%
22.35%

Color #C66B2E in popluar number systems.

HEXC66B2E
Decimal19810746
Binary110001101101011101110
Octal30615356

Shades and tints

Shades of #C66B2E

#C66B2E
(198,107,46)
#B4622A
(180,98,42)
#A25926
(162,89,38)
#905022
(144,80,34)
#7E471E
(126,71,30)
#6C3E1A
(108,62,26)
#5A3516
(90,53,22)
#482C12
(72,44,18)
#36230E
(54,35,14)
#241A0A
(36,26,10)
#121106
(18,17,6)
#000000
(0,0,0)

Tints of #C66B2E

#C66B2E
(198,107,46)
#CB7841
(203,120,65)
#D08554
(208,133,84)
#D59267
(213,146,103)
#DA9F7A
(218,159,122)
#DFAC8D
(223,172,141)
#E4B9A0
(228,185,160)
#E9C6B3
(233,198,179)
#EED3C6
(238,211,198)
#F3E0D9
(243,224,217)
#F8EDEC
(248,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66B2E color. Also use rgb(198,107,46) instead hex code.

Text Font Color

.myTextColor { color: #C66B2E; }

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

This text font color is #C66B2E.


Background Color

.myBgColor { background-color: #C66B2E; }

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

This div background color is #C66B2E.


Border color

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

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

This div border color is #C66B2E.


Opacity

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

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

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

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

This text has shadow with #C66B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66B2E on black background.


Color preview on white background

This text has color #C66B2E on white background.



Black color preview on #C66B2E background

This text has black color on #C66B2E background.


White color preview on #C66B2E background

This text has white color on #C66B2E background.