COLOR #C98439

HEX: #C98439
RGB: (201,132,57)

Color info

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

RGB color model

#C98439 color RGB value is (201,132,57).

  • red value is 201;
  • green value is 132;
  • blue value is 57.
RGB:
(201,132,57)
(79%,52%,22%)

RGB channels and saturation

R 201 of 255 = 79%
G 132 of 255 = 52%
B 57 of 255 = 22%

201
132
57

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

Portions of RGB colors in percentages

R + G + B =
201 + 132 + 57 = 390 (100%)
R 201 of 390 ~ 51.54%
G 132 of 390 ~ 33.85%
B 57 of 390 ~ 14.62%

%51.54
%33.85
%14.62

CMYK color model

#C98439 color CMYK value is (0,34,72,21).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 71.64%
  • key color value is 21.18%
CMYK:
(0,34,72,21)
C0M34Y72K21 
(0%,34%,72%,21%)
(0.00/0.34/0.72/0.21)	

CMYK percentages

%0
%34.33
%71.64
%21.18

Codes

Color #C98439 in popluar color models

C98439
RGB20113257
HSL31°57.14%50.59%
HSB/HSV31°71.64%78.82%
CMYK0.00%34.33%71.64%
21.18%

Color #C98439 in popluar number systems.

HEXC98439
Decimal20113257
Binary1100100110000100111001
Octal31120471

Shades and tints

Shades of #C98439

#C98439
(201,132,57)
#B77834
(183,120,52)
#A56C2F
(165,108,47)
#93602A
(147,96,42)
#815425
(129,84,37)
#6F4820
(111,72,32)
#5D3C1B
(93,60,27)
#4B3016
(75,48,22)
#392411
(57,36,17)
#27180C
(39,24,12)
#150C07
(21,12,7)
#000000
(0,0,0)

Tints of #C98439

#C98439
(201,132,57)
#CD8F4B
(205,143,75)
#D19A5D
(209,154,93)
#D5A56F
(213,165,111)
#D9B081
(217,176,129)
#DDBB93
(221,187,147)
#E1C6A5
(225,198,165)
#E5D1B7
(229,209,183)
#E9DCC9
(233,220,201)
#EDE7DB
(237,231,219)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98439 color. Also use rgb(201,132,57) instead hex code.

Text Font Color

.myTextColor { color: #C98439; }

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

This text font color is #C98439.


Background Color

.myBgColor { background-color: #C98439; }

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

This div background color is #C98439.


Border color

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

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

This div border color is #C98439.


Opacity

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

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

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

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

This text has shadow with #C98439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98439 on black background.


Color preview on white background

This text has color #C98439 on white background.



Black color preview on #C98439 background

This text has black color on #C98439 background.


White color preview on #C98439 background

This text has white color on #C98439 background.