COLOR #998958

HEX: #998958
RGB: (153,137,88)

Color info

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

RGB color model

#998958 color RGB value is (153,137,88).

  • red value is 153;
  • green value is 137;
  • blue value is 88.
RGB:
(153,137,88)
(60%,54%,35%)

RGB channels and saturation

R 153 of 255 = 60%
G 137 of 255 = 54%
B 88 of 255 = 35%

153
137
88

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

Portions of RGB colors in percentages

R + G + B =
153 + 137 + 88 = 378 (100%)
R 153 of 378 ~ 40.48%
G 137 of 378 ~ 36.24%
B 88 of 378 ~ 23.28%

%40.48
%36.24
%23.28

CMYK color model

#998958 color CMYK value is (0,10,42,40).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 42.48%
  • key color value is 40.00%
CMYK:
(0,10,42,40)
C0M10Y42K40 
(0%,10%,42%,40%)
(0.00/0.10/0.42/0.40)	

CMYK percentages

%0
%10.46
%42.48
%40

Codes

Color #998958 in popluar color models

998958
RGB15313788
HSL45°26.97%47.25%
HSB/HSV45°42.48%60.00%
CMYK0.00%10.46%42.48%
40.00%

Color #998958 in popluar number systems.

HEX998958
Decimal15313788
Binary10011001100010011011000
Octal231211130

Shades and tints

Shades of #998958

#998958
(153,137,88)
#8C7D50
(140,125,80)
#7F7148
(127,113,72)
#726540
(114,101,64)
#655938
(101,89,56)
#584D30
(88,77,48)
#4B4128
(75,65,40)
#3E3520
(62,53,32)
#312918
(49,41,24)
#241D10
(36,29,16)
#171108
(23,17,8)
#000000
(0,0,0)

Tints of #998958

#998958
(153,137,88)
#A29367
(162,147,103)
#AB9D76
(171,157,118)
#B4A785
(180,167,133)
#BDB194
(189,177,148)
#C6BBA3
(198,187,163)
#CFC5B2
(207,197,178)
#D8CFC1
(216,207,193)
#E1D9D0
(225,217,208)
#EAE3DF
(234,227,223)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998958 color. Also use rgb(153,137,88) instead hex code.

Text Font Color

.myTextColor { color: #998958; }

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

This text font color is #998958.


Background Color

.myBgColor { background-color: #998958; }

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

This div background color is #998958.


Border color

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

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

This div border color is #998958.


Opacity

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

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

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

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

This text has shadow with #998958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998958 on black background.


Color preview on white background

This text has color #998958 on white background.



Black color preview on #998958 background

This text has black color on #998958 background.


White color preview on #998958 background

This text has white color on #998958 background.