COLOR #C67D40

HEX: #C67D40
RGB: (198,125,64)

Color info

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

RGB color model

#C67D40 color RGB value is (198,125,64).

  • red value is 198;
  • green value is 125;
  • blue value is 64.
RGB:
(198,125,64)
(78%,49%,25%)

RGB channels and saturation

R 198 of 255 = 78%
G 125 of 255 = 49%
B 64 of 255 = 25%

198
125
64

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

Portions of RGB colors in percentages

R + G + B =
198 + 125 + 64 = 387 (100%)
R 198 of 387 ~ 51.16%
G 125 of 387 ~ 32.3%
B 64 of 387 ~ 16.54%

%51.16
%32.3
%16.54

CMYK color model

#C67D40 color CMYK value is (0,37,68,22).

  • cyan value is 0.00%
  • magenta value is 36.87%
  • yellow value is 67.68%
  • key color value is 22.35%
CMYK:
(0,37,68,22)
C0M37Y68K22 
(0%,37%,68%,22%)
(0.00/0.37/0.68/0.22)	

CMYK percentages

%0
%36.87
%67.68
%22.35

Codes

Color #C67D40 in popluar color models

C67D40
RGB19812564
HSL27°54.03%51.37%
HSB/HSV27°67.68%77.65%
CMYK0.00%36.87%67.68%
22.35%

Color #C67D40 in popluar number systems.

HEXC67D40
Decimal19812564
Binary1100011011111011000000
Octal306175100

Shades and tints

Shades of #C67D40

#C67D40
(198,125,64)
#B4723B
(180,114,59)
#A26736
(162,103,54)
#905C31
(144,92,49)
#7E512C
(126,81,44)
#6C4627
(108,70,39)
#5A3B22
(90,59,34)
#48301D
(72,48,29)
#362518
(54,37,24)
#241A13
(36,26,19)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #C67D40

#C67D40
(198,125,64)
#CB8851
(203,136,81)
#D09362
(208,147,98)
#D59E73
(213,158,115)
#DAA984
(218,169,132)
#DFB495
(223,180,149)
#E4BFA6
(228,191,166)
#E9CAB7
(233,202,183)
#EED5C8
(238,213,200)
#F3E0D9
(243,224,217)
#F8EBEA
(248,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67D40 color. Also use rgb(198,125,64) instead hex code.

Text Font Color

.myTextColor { color: #C67D40; }

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

This text font color is #C67D40.


Background Color

.myBgColor { background-color: #C67D40; }

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

This div background color is #C67D40.


Border color

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

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

This div border color is #C67D40.


Opacity

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

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

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

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

This text has shadow with #C67D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67D40 on black background.


Color preview on white background

This text has color #C67D40 on white background.



Black color preview on #C67D40 background

This text has black color on #C67D40 background.


White color preview on #C67D40 background

This text has white color on #C67D40 background.