COLOR #998C45

HEX: #998C45 RGB: (153,140,69)

Color info

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

RGB color model

#998C45 color RGB value is (153,140,69).

RGB: (153,140,69) (60%, 55%, 27%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 69 of 255 = 27%

153
140
69

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

Portions of RGB colors in percentages

R + G + B = 153 + 140 + 69 = 362 (100%)
R 153 of 362 ~ 42.27%
G 140 of 362 ~ 38.67%
B 69 of 362 ~ 19.06'%

%42.27
%38.67
%19.06

CMYK color model

#998C45 color CMYK value is (0,8,55,40).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 54.90%
  • key color value is 40.00%

CMYK: (0,8,55,40)
C0M8Y55K40 (0%, 8%, 55%, 40%)
(0.00 / 0.08 / 0.55 / 0.40)

CMYK percentages

%0
%8.5
%54.9
%40

Codes

Color #998C45 in popluar color models

99 8C 45
RGB 153 140 69
HSL 51° 37.84% 43.53%
HSB/HSV 51° 54.90% 60.00%
CMYK 0.00% 8.50% 54.90%
40.00%

Color #998C45 in popluar number systems.

HEX 99 8C 45
Decimal 153 140 69
Binary 10011001 10001100 1000101
Octal 231 214 105

Shades and tints

Shades of #998C45

#998C45
(153,140,69)
#8C803F
(140,128,63)
#7F7439
(127,116,57)
#726833
(114,104,51)
#655C2D
(101,92,45)
#585027
(88,80,39)
#4B4421
(75,68,33)
#3E381B
(62,56,27)
#312C15
(49,44,21)
#24200F
(36,32,15)
#171409
(23,20,9)
#000000
(0,0,0)

Tints of #998C45

#998C45
(153,140,69)
#A29655
(162,150,85)
#ABA065
(171,160,101)
#B4AA75
(180,170,117)
#BDB485
(189,180,133)
#C6BE95
(198,190,149)
#CFC8A5
(207,200,165)
#D8D2B5
(216,210,181)
#E1DCC5
(225,220,197)
#EAE6D5
(234,230,213)
#F3F0E5
(243,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998C45; }

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

This text font color is #998C45.

Background Color

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

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

This div background color is #998C45.

Border color

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

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

This div border color is #998C45.

Opacity

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

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

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

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

This text has shadow with #998C45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998C45.

Preview

Color preview on black background

This text has color #998C45 on black background.


Color preview on white background

This text has color #998C45 on white background.


Black color preview on #998C45 background

This text has black color on #998C45 background.


White color preview on #998C45 background

This text has white color on #998C45 background.


Related colors

Complementary color

Complementary color for #hex is #6673BA.


I love getcolorcode.com

Triadic colors

1 #45998C and #8C4599 with #998C45 are triadic colors.

2 #458C99 and #8C9945 with #998C45 are triadic colors.