COLOR #998053

HEX: #998053
RGB: (153,128,83)

Color info

#998053 contains mainly red and green colors. Web safe color of #998053 is #996666 (or #966).

RGB color model

#998053 color RGB value is (153,128,83).

  • red value is 153;
  • green value is 128;
  • blue value is 83.
RGB:
(153,128,83)
(60%,50%,33%)

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 83 of 255 = 33%

153
128
83

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

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 83 = 364 (100%)
R 153 of 364 ~ 42.03%
G 128 of 364 ~ 35.16%
B 83 of 364 ~ 22.8%

%42.03
%35.16
%22.8

CMYK color model

#998053 color CMYK value is (0,16,46,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 45.75%
  • key color value is 40.00%
CMYK:
(0,16,46,40)
C0M16Y46K40 
(0%,16%,46%,40%)
(0.00/0.16/0.46/0.40)	

CMYK percentages

%0
%16.34
%45.75
%40

Codes

Color #998053 in popluar color models

998053
RGB15312883
HSL39°29.66%46.27%
HSB/HSV39°45.75%60.00%
CMYK0.00%16.34%45.75%
40.00%

Color #998053 in popluar number systems.

HEX998053
Decimal15312883
Binary10011001100000001010011
Octal231200123

Shades and tints

Shades of #998053

#998053
(153,128,83)
#8C754C
(140,117,76)
#7F6A45
(127,106,69)
#725F3E
(114,95,62)
#655437
(101,84,55)
#584930
(88,73,48)
#4B3E29
(75,62,41)
#3E3322
(62,51,34)
#31281B
(49,40,27)
#241D14
(36,29,20)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #998053

#998053
(153,128,83)
#A28B62
(162,139,98)
#AB9671
(171,150,113)
#B4A180
(180,161,128)
#BDAC8F
(189,172,143)
#C6B79E
(198,183,158)
#CFC2AD
(207,194,173)
#D8CDBC
(216,205,188)
#E1D8CB
(225,216,203)
#EAE3DA
(234,227,218)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998053 color. Also use rgb(153,128,83) instead hex code.

Text Font Color

.myTextColor { color: #998053; }

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

This text font color is #998053.


Background Color

.myBgColor { background-color: #998053; }

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

This div background color is #998053.


Border color

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

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

This div border color is #998053.


Opacity

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

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

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

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

This text has shadow with #998053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998053 on black background.


Color preview on white background

This text has color #998053 on white background.



Black color preview on #998053 background

This text has black color on #998053 background.


White color preview on #998053 background

This text has white color on #998053 background.