COLOR #998554

HEX: #998554
RGB: (153,133,84)

Color info

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

RGB color model

#998554 color RGB value is (153,133,84).

  • red value is 153;
  • green value is 133;
  • blue value is 84.
RGB:
(153,133,84)
(60%,52%,33%)

RGB channels and saturation

R 153 of 255 = 60%
G 133 of 255 = 52%
B 84 of 255 = 33%

153
133
84

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

Portions of RGB colors in percentages

R + G + B =
153 + 133 + 84 = 370 (100%)
R 153 of 370 ~ 41.35%
G 133 of 370 ~ 35.95%
B 84 of 370 ~ 22.7%

%41.35
%35.95
%22.7

CMYK color model

#998554 color CMYK value is (0,13,45,40).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 45.10%
  • key color value is 40.00%
CMYK:
(0,13,45,40)
C0M13Y45K40 
(0%,13%,45%,40%)
(0.00/0.13/0.45/0.40)	

CMYK percentages

%0
%13.07
%45.1
%40

Codes

Color #998554 in popluar color models

998554
RGB15313384
HSL43°29.11%46.47%
HSB/HSV43°45.10%60.00%
CMYK0.00%13.07%45.10%
40.00%

Color #998554 in popluar number systems.

HEX998554
Decimal15313384
Binary10011001100001011010100
Octal231205124

Shades and tints

Shades of #998554

#998554
(153,133,84)
#8C794D
(140,121,77)
#7F6D46
(127,109,70)
#72613F
(114,97,63)
#655538
(101,85,56)
#584931
(88,73,49)
#4B3D2A
(75,61,42)
#3E3123
(62,49,35)
#31251C
(49,37,28)
#241915
(36,25,21)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #998554

#998554
(153,133,84)
#A29063
(162,144,99)
#AB9B72
(171,155,114)
#B4A681
(180,166,129)
#BDB190
(189,177,144)
#C6BC9F
(198,188,159)
#CFC7AE
(207,199,174)
#D8D2BD
(216,210,189)
#E1DDCC
(225,221,204)
#EAE8DB
(234,232,219)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998554; }

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

This text font color is #998554.


Background Color

.myBgColor { background-color: #998554; }

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

This div background color is #998554.


Border color

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

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

This div border color is #998554.


Opacity

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

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

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

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

This text has shadow with #998554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998554 on black background.


Color preview on white background

This text has color #998554 on white background.



Black color preview on #998554 background

This text has black color on #998554 background.


White color preview on #998554 background

This text has white color on #998554 background.