COLOR #C68431

HEX: #C68431
RGB: (198,132,49)

Color info

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

RGB color model

#C68431 color RGB value is (198,132,49).

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

RGB channels and saturation

R 198 of 255 = 78%
G 132 of 255 = 52%
B 49 of 255 = 19%

198
132
49

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

Portions of RGB colors in percentages

R + G + B =
198 + 132 + 49 = 379 (100%)
R 198 of 379 ~ 52.24%
G 132 of 379 ~ 34.83%
B 49 of 379 ~ 12.93%

%52.24
%34.83
%12.93

CMYK color model

#C68431 color CMYK value is (0,33,75,22).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 75.25%
  • key color value is 22.35%
CMYK:
(0,33,75,22)
C0M33Y75K22 
(0%,33%,75%,22%)
(0.00/0.33/0.75/0.22)	

CMYK percentages

%0
%33.33
%75.25
%22.35

Codes

Color #C68431 in popluar color models

C68431
RGB19813249
HSL33°60.32%48.43%
HSB/HSV33°75.25%77.65%
CMYK0.00%33.33%75.25%
22.35%

Color #C68431 in popluar number systems.

HEXC68431
Decimal19813249
Binary1100011010000100110001
Octal30620461

Shades and tints

Shades of #C68431

#C68431
(198,132,49)
#B4782D
(180,120,45)
#A26C29
(162,108,41)
#906025
(144,96,37)
#7E5421
(126,84,33)
#6C481D
(108,72,29)
#5A3C19
(90,60,25)
#483015
(72,48,21)
#362411
(54,36,17)
#24180D
(36,24,13)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #C68431

#C68431
(198,132,49)
#CB8F43
(203,143,67)
#D09A55
(208,154,85)
#D5A567
(213,165,103)
#DAB079
(218,176,121)
#DFBB8B
(223,187,139)
#E4C69D
(228,198,157)
#E9D1AF
(233,209,175)
#EEDCC1
(238,220,193)
#F3E7D3
(243,231,211)
#F8F2E5
(248,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68431; }

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

This text font color is #C68431.


Background Color

.myBgColor { background-color: #C68431; }

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

This div background color is #C68431.


Border color

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

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

This div border color is #C68431.


Opacity

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

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

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

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

This text has shadow with #C68431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68431 on black background.


Color preview on white background

This text has color #C68431 on white background.



Black color preview on #C68431 background

This text has black color on #C68431 background.


White color preview on #C68431 background

This text has white color on #C68431 background.