COLOR #998F54

HEX: #998F54 RGB: (153,143,84)

Color info

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

RGB color model

#998F54 color RGB value is (153,143,84).

RGB: (153,143,84) (60%, 56%, 33%)

RGB channels and saturation

R 153 of 255 = 60%
G 143 of 255 = 56%
B 84 of 255 = 33%

153
143
84

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

Portions of RGB colors in percentages

R + G + B = 153 + 143 + 84 = 380 (100%)
R 153 of 380 ~ 40.26%
G 143 of 380 ~ 37.63%
B 84 of 380 ~ 22.11'%

%40.26
%37.63
%22.11

CMYK color model

#998F54 color CMYK value is (0,7,45,40).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 45.10%
  • key color value is 40.00%

CMYK: (0,7,45,40)
C0M7Y45K40 (0%, 7%, 45%, 40%)
(0.00 / 0.07 / 0.45 / 0.40)

CMYK percentages

%0
%6.54
%45.1
%40

Codes

Color #998F54 in popluar color models

99 8F 54
RGB 153 143 84
HSL 51° 29.11% 46.47%
HSB/HSV 51° 45.10% 60.00%
CMYK 0.00% 6.54% 45.10%
40.00%

Color #998F54 in popluar number systems.

HEX 99 8F 54
Decimal 153 143 84
Binary 10011001 10001111 1010100
Octal 231 217 124

Shades and tints

Shades of #998F54

#998F54
(153,143,84)
#8C824D
(140,130,77)
#7F7546
(127,117,70)
#72683F
(114,104,63)
#655B38
(101,91,56)
#584E31
(88,78,49)
#4B412A
(75,65,42)
#3E3423
(62,52,35)
#31271C
(49,39,28)
#241A15
(36,26,21)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #998F54

#998F54
(153,143,84)
#A29963
(162,153,99)
#ABA372
(171,163,114)
#B4AD81
(180,173,129)
#BDB790
(189,183,144)
#C6C19F
(198,193,159)
#CFCBAE
(207,203,174)
#D8D5BD
(216,213,189)
#E1DFCC
(225,223,204)
#EAE9DB
(234,233,219)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998F54 color. Also use rgb(153,143,84) instead hex code.

Text Font Color

.myTextColor { color: #998F54; }

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

This text font color is #998F54.

Background Color

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

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

This div background color is #998F54.

Border color

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

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

This div border color is #998F54.

Opacity

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

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

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

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

This text has shadow with #998F54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998F54.

Preview

Color preview on black background

This text has color #998F54 on black background.


Color preview on white background

This text has color #998F54 on white background.


Black color preview on #998F54 background

This text has black color on #998F54 background.


White color preview on #998F54 background

This text has white color on #998F54 background.


Related colors

Complementary color

Complementary color for #hex is #6670AB.


I love getcolorcode.com

Triadic colors

1 #54998F and #8F5499 with #998F54 are triadic colors.

2 #548F99 and #8F9954 with #998F54 are triadic colors.