COLOR #C68440

HEX: #C68440
RGB: (198,132,64)

Color info

#C68440 contains mainly red color. Web safe color of #C68440 is #CC9933 (or #C93).

RGB color model

#C68440 color RGB value is (198,132,64).

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

RGB channels and saturation

R 198 of 255 = 78%
G 132 of 255 = 52%
B 64 of 255 = 25%

198
132
64

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

Portions of RGB colors in percentages

R + G + B =
198 + 132 + 64 = 394 (100%)
R 198 of 394 ~ 50.25%
G 132 of 394 ~ 33.5%
B 64 of 394 ~ 16.24%

%50.25
%33.5
%16.24

CMYK color model

#C68440 color CMYK value is (0,33,68,22).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 67.68%
  • key color value is 22.35%
CMYK:
(0,33,68,22)
C0M33Y68K22 
(0%,33%,68%,22%)
(0.00/0.33/0.68/0.22)	

CMYK percentages

%0
%33.33
%67.68
%22.35

Codes

Color #C68440 in popluar color models

C68440
RGB19813264
HSL30°54.03%51.37%
HSB/HSV30°67.68%77.65%
CMYK0.00%33.33%67.68%
22.35%

Color #C68440 in popluar number systems.

HEXC68440
Decimal19813264
Binary11000110100001001000000
Octal306204100

Shades and tints

Shades of #C68440

#C68440
(198,132,64)
#B4783B
(180,120,59)
#A26C36
(162,108,54)
#906031
(144,96,49)
#7E542C
(126,84,44)
#6C4827
(108,72,39)
#5A3C22
(90,60,34)
#48301D
(72,48,29)
#362418
(54,36,24)
#241813
(36,24,19)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #C68440

#C68440
(198,132,64)
#CB8F51
(203,143,81)
#D09A62
(208,154,98)
#D5A573
(213,165,115)
#DAB084
(218,176,132)
#DFBB95
(223,187,149)
#E4C6A6
(228,198,166)
#E9D1B7
(233,209,183)
#EEDCC8
(238,220,200)
#F3E7D9
(243,231,217)
#F8F2EA
(248,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68440; }

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

This text font color is #C68440.


Background Color

.myBgColor { background-color: #C68440; }

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

This div background color is #C68440.


Border color

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

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

This div border color is #C68440.


Opacity

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

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

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

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

This text has shadow with #C68440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68440 on black background.


Color preview on white background

This text has color #C68440 on white background.



Black color preview on #C68440 background

This text has black color on #C68440 background.


White color preview on #C68440 background

This text has white color on #C68440 background.