COLOR #C98B3E

HEX: #C98B3E
RGB: (201,139,62)

Color info

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

RGB color model

#C98B3E color RGB value is (201,139,62).

  • red value is 201;
  • green value is 139;
  • blue value is 62.
RGB:
(201,139,62)
(79%,55%,24%)

RGB channels and saturation

R 201 of 255 = 79%
G 139 of 255 = 55%
B 62 of 255 = 24%

201
139
62

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

Portions of RGB colors in percentages

R + G + B =
201 + 139 + 62 = 402 (100%)
R 201 of 402 ~ 50%
G 139 of 402 ~ 34.58%
B 62 of 402 ~ 15.42%

%50
%34.58
%15.42

CMYK color model

#C98B3E color CMYK value is (0,31,69,21).

  • cyan value is 0.00%
  • magenta value is 30.85%
  • yellow value is 69.15%
  • key color value is 21.18%
CMYK:
(0,31,69,21)
C0M31Y69K21 
(0%,31%,69%,21%)
(0.00/0.31/0.69/0.21)	

CMYK percentages

%0
%30.85
%69.15
%21.18

Codes

Color #C98B3E in popluar color models

C98B3E
RGB20113962
HSL33°56.28%51.57%
HSB/HSV33°69.15%78.82%
CMYK0.00%30.85%69.15%
21.18%

Color #C98B3E in popluar number systems.

HEXC98B3E
Decimal20113962
Binary1100100110001011111110
Octal31121376

Shades and tints

Shades of #C98B3E

#C98B3E
(201,139,62)
#B77F39
(183,127,57)
#A57334
(165,115,52)
#93672F
(147,103,47)
#815B2A
(129,91,42)
#6F4F25
(111,79,37)
#5D4320
(93,67,32)
#4B371B
(75,55,27)
#392B16
(57,43,22)
#271F11
(39,31,17)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #C98B3E

#C98B3E
(201,139,62)
#CD954F
(205,149,79)
#D19F60
(209,159,96)
#D5A971
(213,169,113)
#D9B382
(217,179,130)
#DDBD93
(221,189,147)
#E1C7A4
(225,199,164)
#E5D1B5
(229,209,181)
#E9DBC6
(233,219,198)
#EDE5D7
(237,229,215)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98B3E color. Also use rgb(201,139,62) instead hex code.

Text Font Color

.myTextColor { color: #C98B3E; }

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

This text font color is #C98B3E.


Background Color

.myBgColor { background-color: #C98B3E; }

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

This div background color is #C98B3E.


Border color

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

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

This div border color is #C98B3E.


Opacity

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

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

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

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

This text has shadow with #C98B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98B3E on black background.


Color preview on white background

This text has color #C98B3E on white background.



Black color preview on #C98B3E background

This text has black color on #C98B3E background.


White color preview on #C98B3E background

This text has white color on #C98B3E background.