COLOR #C66D3B

HEX: #C66D3B
RGB: (198,109,59)

Color info

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

RGB color model

#C66D3B color RGB value is (198,109,59).

  • red value is 198;
  • green value is 109;
  • blue value is 59.
RGB:
(198,109,59)
(78%,43%,23%)

RGB channels and saturation

R 198 of 255 = 78%
G 109 of 255 = 43%
B 59 of 255 = 23%

198
109
59

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

Portions of RGB colors in percentages

R + G + B =
198 + 109 + 59 = 366 (100%)
R 198 of 366 ~ 54.1%
G 109 of 366 ~ 29.78%
B 59 of 366 ~ 16.12%

%54.1
%29.78
%16.12

CMYK color model

#C66D3B color CMYK value is (0,45,70,22).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 70.20%
  • key color value is 22.35%
CMYK:
(0,45,70,22)
C0M45Y70K22 
(0%,45%,70%,22%)
(0.00/0.45/0.70/0.22)	

CMYK percentages

%0
%44.95
%70.2
%22.35

Codes

Color #C66D3B in popluar color models

C66D3B
RGB19810959
HSL22°54.94%50.39%
HSB/HSV22°70.20%77.65%
CMYK0.00%44.95%70.20%
22.35%

Color #C66D3B in popluar number systems.

HEXC66D3B
Decimal19810959
Binary110001101101101111011
Octal30615573

Shades and tints

Shades of #C66D3B

#C66D3B
(198,109,59)
#B46436
(180,100,54)
#A25B31
(162,91,49)
#90522C
(144,82,44)
#7E4927
(126,73,39)
#6C4022
(108,64,34)
#5A371D
(90,55,29)
#482E18
(72,46,24)
#362513
(54,37,19)
#241C0E
(36,28,14)
#121309
(18,19,9)
#000000
(0,0,0)

Tints of #C66D3B

#C66D3B
(198,109,59)
#CB7A4C
(203,122,76)
#D0875D
(208,135,93)
#D5946E
(213,148,110)
#DAA17F
(218,161,127)
#DFAE90
(223,174,144)
#E4BBA1
(228,187,161)
#E9C8B2
(233,200,178)
#EED5C3
(238,213,195)
#F3E2D4
(243,226,212)
#F8EFE5
(248,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66D3B color. Also use rgb(198,109,59) instead hex code.

Text Font Color

.myTextColor { color: #C66D3B; }

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

This text font color is #C66D3B.


Background Color

.myBgColor { background-color: #C66D3B; }

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

This div background color is #C66D3B.


Border color

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

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

This div border color is #C66D3B.


Opacity

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

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

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

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

This text has shadow with #C66D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66D3B on black background.


Color preview on white background

This text has color #C66D3B on white background.



Black color preview on #C66D3B background

This text has black color on #C66D3B background.


White color preview on #C66D3B background

This text has white color on #C66D3B background.