COLOR #998F45

HEX: #998F45
RGB: (153,143,69)

Color info

#998F45 contains mainly red and green colors. Web safe color of #998F45 is #999933 (or #993).

RGB color model

#998F45 color RGB value is (153,143,69).

  • red value is 153;
  • green value is 143;
  • blue value is 69.
RGB:
(153,143,69)
(60%,56%,27%)

RGB channels and saturation

R 153 of 255 = 60%
G 143 of 255 = 56%
B 69 of 255 = 27%

153
143
69

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

Portions of RGB colors in percentages

R + G + B =
153 + 143 + 69 = 365 (100%)
R 153 of 365 ~ 41.92%
G 143 of 365 ~ 39.18%
B 69 of 365 ~ 18.9%

%41.92
%39.18
%18.9

CMYK color model

#998F45 color CMYK value is (0,7,55,40).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 54.90%
  • key color value is 40.00%
CMYK:
(0,7,55,40)
C0M7Y55K40 
(0%,7%,55%,40%)
(0.00/0.07/0.55/0.40)	

CMYK percentages

%0
%6.54
%54.9
%40

Codes

Color #998F45 in popluar color models

998F45
RGB15314369
HSL53°37.84%43.53%
HSB/HSV53°54.90%60.00%
CMYK0.00%6.54%54.90%
40.00%

Color #998F45 in popluar number systems.

HEX998F45
Decimal15314369
Binary10011001100011111000101
Octal231217105

Shades and tints

Shades of #998F45

#998F45
(153,143,69)
#8C823F
(140,130,63)
#7F7539
(127,117,57)
#726833
(114,104,51)
#655B2D
(101,91,45)
#584E27
(88,78,39)
#4B4121
(75,65,33)
#3E341B
(62,52,27)
#312715
(49,39,21)
#241A0F
(36,26,15)
#170D09
(23,13,9)
#000000
(0,0,0)

Tints of #998F45

#998F45
(153,143,69)
#A29955
(162,153,85)
#ABA365
(171,163,101)
#B4AD75
(180,173,117)
#BDB785
(189,183,133)
#C6C195
(198,193,149)
#CFCBA5
(207,203,165)
#D8D5B5
(216,213,181)
#E1DFC5
(225,223,197)
#EAE9D5
(234,233,213)
#F3F3E5
(243,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998F45; }

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

This text font color is #998F45.


Background Color

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

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

This div background color is #998F45.


Border color

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

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

This div border color is #998F45.


Opacity

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

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

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

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

This text has shadow with #998F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998F45 on black background.


Color preview on white background

This text has color #998F45 on white background.



Black color preview on #998F45 background

This text has black color on #998F45 background.


White color preview on #998F45 background

This text has white color on #998F45 background.