COLOR #C67A4C

HEX: #C67A4C
RGB: (198,122,76)

Color info

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

RGB color model

#C67A4C color RGB value is (198,122,76).

  • red value is 198;
  • green value is 122;
  • blue value is 76.
RGB:
(198,122,76)
(78%,48%,30%)

RGB channels and saturation

R 198 of 255 = 78%
G 122 of 255 = 48%
B 76 of 255 = 30%

198
122
76

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

Portions of RGB colors in percentages

R + G + B =
198 + 122 + 76 = 396 (100%)
R 198 of 396 ~ 50%
G 122 of 396 ~ 30.81%
B 76 of 396 ~ 19.19%

%50
%30.81
%19.19

CMYK color model

#C67A4C color CMYK value is (0,38,62,22).

  • cyan value is 0.00%
  • magenta value is 38.38%
  • yellow value is 61.62%
  • key color value is 22.35%
CMYK:
(0,38,62,22)
C0M38Y62K22 
(0%,38%,62%,22%)
(0.00/0.38/0.62/0.22)	

CMYK percentages

%0
%38.38
%61.62
%22.35

Codes

Color #C67A4C in popluar color models

C67A4C
RGB19812276
HSL23°51.69%53.73%
HSB/HSV23°61.62%77.65%
CMYK0.00%38.38%61.62%
22.35%

Color #C67A4C in popluar number systems.

HEXC67A4C
Decimal19812276
Binary1100011011110101001100
Octal306172114

Shades and tints

Shades of #C67A4C

#C67A4C
(198,122,76)
#B46F46
(180,111,70)
#A26440
(162,100,64)
#90593A
(144,89,58)
#7E4E34
(126,78,52)
#6C432E
(108,67,46)
#5A3828
(90,56,40)
#482D22
(72,45,34)
#36221C
(54,34,28)
#241716
(36,23,22)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #C67A4C

#C67A4C
(198,122,76)
#CB865C
(203,134,92)
#D0926C
(208,146,108)
#D59E7C
(213,158,124)
#DAAA8C
(218,170,140)
#DFB69C
(223,182,156)
#E4C2AC
(228,194,172)
#E9CEBC
(233,206,188)
#EEDACC
(238,218,204)
#F3E6DC
(243,230,220)
#F8F2EC
(248,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67A4C color. Also use rgb(198,122,76) instead hex code.

Text Font Color

.myTextColor { color: #C67A4C; }

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

This text font color is #C67A4C.


Background Color

.myBgColor { background-color: #C67A4C; }

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

This div background color is #C67A4C.


Border color

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

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

This div border color is #C67A4C.


Opacity

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

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

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

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

This text has shadow with #C67A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67A4C on black background.


Color preview on white background

This text has color #C67A4C on white background.



Black color preview on #C67A4C background

This text has black color on #C67A4C background.


White color preview on #C67A4C background

This text has white color on #C67A4C background.