COLOR #998E5E

HEX: #998E5E RGB: (153,142,94)

Color info

#998E5E contains red, green and blue colors in about the same proportion. Web safe color of #998E5E is #999966 (or #996).

RGB color model

#998E5E color RGB value is (153,142,94).

RGB: (153,142,94) (60%, 56%, 37%)

RGB channels and saturation

R 153 of 255 = 60%
G 142 of 255 = 56%
B 94 of 255 = 37%

153
142
94

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

Portions of RGB colors in percentages

R + G + B = 153 + 142 + 94 = 389 (100%)
R 153 of 389 ~ 39.33%
G 142 of 389 ~ 36.5%
B 94 of 389 ~ 24.16'%

%39.33
%36.5
%24.16

CMYK color model

#998E5E color CMYK value is (0,7,39,40).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 38.56%
  • key color value is 40.00%

CMYK: (0,7,39,40)
C0M7Y39K40 (0%, 7%, 39%, 40%)
(0.00 / 0.07 / 0.39 / 0.40)

CMYK percentages

%0
%7.19
%38.56
%40

Codes

Color #998E5E in popluar color models

99 8E 5E
RGB 153 142 94
HSL 49° 23.89% 48.43%
HSB/HSV 49° 38.56% 60.00%
CMYK 0.00% 7.19% 38.56%
40.00%

Color #998E5E in popluar number systems.

HEX 99 8E 5E
Decimal 153 142 94
Binary 10011001 10001110 1011110
Octal 231 216 136

Shades and tints

Shades of #998E5E

#998E5E
(153,142,94)
#8C8256
(140,130,86)
#7F764E
(127,118,78)
#726A46
(114,106,70)
#655E3E
(101,94,62)
#585236
(88,82,54)
#4B462E
(75,70,46)
#3E3A26
(62,58,38)
#312E1E
(49,46,30)
#242216
(36,34,22)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #998E5E

#998E5E
(153,142,94)
#A2986C
(162,152,108)
#ABA27A
(171,162,122)
#B4AC88
(180,172,136)
#BDB696
(189,182,150)
#C6C0A4
(198,192,164)
#CFCAB2
(207,202,178)
#D8D4C0
(216,212,192)
#E1DECE
(225,222,206)
#EAE8DC
(234,232,220)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998E5E color. Also use rgb(153,142,94) instead hex code.

Text Font Color

.myTextColor { color: #998E5E; }

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

This text font color is #998E5E.

Background Color

.myBgColor { background-color: #998E5E; }

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

This div background color is #998E5E.

Border color

.myBorderColor { border: 1px solid #998E5E; }

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

This div border color is #998E5E.

Opacity

.myOpacity80 { color: #998E5E; opacity: 0.8; }

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

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

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

This text has shadow with #998E5E color.


.textShadow {text-shadow: 3px 3px 1px #998E5E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #998E5E; -webkit-box-shadow: 1px 1px 3px 2px #998E5E; box-shadow:1px 1px 3px 2px #998E5E;">
Div content here
</div>

This div box has shadow with color #998E5E.

Preview

Color preview on black background

This text has color #998E5E on black background.


Color preview on white background

This text has color #998E5E on white background.


Black color preview on #998E5E background

This text has black color on #998E5E background.


White color preview on #998E5E background

This text has white color on #998E5E background.


Related colors

Complementary color

Complementary color for #hex is #6671A1.


I love getcolorcode.com

Triadic colors

1 #5E998E and #8E5E99 with #998E5E are triadic colors.

2 #5E8E99 and #8E995E with #998E5E are triadic colors.