COLOR #998E55

HEX: #998E55 RGB: (153,142,85)

Color info

#998E55 contains mainly red and green colors. Web safe color of #998E55 is #999966 (or #996).

RGB color model

#998E55 color RGB value is (153,142,85).

RGB: (153,142,85) (60%, 56%, 33%)

RGB channels and saturation

R 153 of 255 = 60%
G 142 of 255 = 56%
B 85 of 255 = 33%

153
142
85

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

Portions of RGB colors in percentages

R + G + B = 153 + 142 + 85 = 380 (100%)
R 153 of 380 ~ 40.26%
G 142 of 380 ~ 37.37%
B 85 of 380 ~ 22.37'%

%40.26
%37.37
%22.37

CMYK color model

#998E55 color CMYK value is (0,7,44,40).

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

CMYK: (0,7,44,40)
C0M7Y44K40 (0%, 7%, 44%, 40%)
(0.00 / 0.07 / 0.44 / 0.40)

CMYK percentages

%0
%7.19
%44.44
%40

Codes

Color #998E55 in popluar color models

99 8E 55
RGB 153 142 85
HSL 50° 28.57% 46.67%
HSB/HSV 50° 44.44% 60.00%
CMYK 0.00% 7.19% 44.44%
40.00%

Color #998E55 in popluar number systems.

HEX 99 8E 55
Decimal 153 142 85
Binary 10011001 10001110 1010101
Octal 231 216 125

Shades and tints

Shades of #998E55

#998E55
(153,142,85)
#8C824E
(140,130,78)
#7F7647
(127,118,71)
#726A40
(114,106,64)
#655E39
(101,94,57)
#585232
(88,82,50)
#4B462B
(75,70,43)
#3E3A24
(62,58,36)
#312E1D
(49,46,29)
#242216
(36,34,22)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #998E55

#998E55
(153,142,85)
#A29864
(162,152,100)
#ABA273
(171,162,115)
#B4AC82
(180,172,130)
#BDB691
(189,182,145)
#C6C0A0
(198,192,160)
#CFCAAF
(207,202,175)
#D8D4BE
(216,212,190)
#E1DECD
(225,222,205)
#EAE8DC
(234,232,220)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998E55; }

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

This text font color is #998E55.

Background Color

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

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

This div background color is #998E55.

Border color

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

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

This div border color is #998E55.

Opacity

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

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

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

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

This text has shadow with #998E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998E55.

Preview

Color preview on black background

This text has color #998E55 on black background.


Color preview on white background

This text has color #998E55 on white background.


Black color preview on #998E55 background

This text has black color on #998E55 background.


White color preview on #998E55 background

This text has white color on #998E55 background.


Related colors

Complementary color

Complementary color for #hex is #6671AA.


I love getcolorcode.com

Triadic colors

1 #55998E and #8E5599 with #998E55 are triadic colors.

2 #558E99 and #8E9955 with #998E55 are triadic colors.