COLOR #998045

HEX: #998045 RGB: (153,128,69)

Color info

#998045 contains mainly red and green colors. Web safe color of #998045 is #996633 (or #963).

RGB color model

#998045 color RGB value is (153,128,69).

RGB: (153,128,69) (60%, 50%, 27%)

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 69 of 255 = 27%

153
128
69

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

Portions of RGB colors in percentages

R + G + B = 153 + 128 + 69 = 350 (100%)
R 153 of 350 ~ 43.71%
G 128 of 350 ~ 36.57%
B 69 of 350 ~ 19.71'%

%43.71
%36.57
%19.71

CMYK color model

#998045 color CMYK value is (0,16,55,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 54.90%
  • key color value is 40.00%
CMYK: (0,16,55,40) C0M16Y55K40 (0%,16%,55%,40%) (0.00/0.16/0.55/0.40) 

CMYK percentages

%0
%16.34
%54.9
%40

Codes

Color #998045 in popluar color models

99 80 45
RGB 153 128 69
HSL 42° 37.84% 43.53%
HSB/HSV 42° 54.90% 60.00%
CMYK 0.00% 16.34% 54.90%
40.00%

Color #998045 in popluar number systems.

HEX 99 80 45
Decimal 153 128 69
Binary 10011001 10000000 1000101
Octal 231 200 105

Shades and tints

Shades of #998045

#998045
(153,128,69)
#8C753F
(140,117,63)
#7F6A39
(127,106,57)
#725F33
(114,95,51)
#65542D
(101,84,45)
#584927
(88,73,39)
#4B3E21
(75,62,33)
#3E331B
(62,51,27)
#312815
(49,40,21)
#241D0F
(36,29,15)
#171209
(23,18,9)
#000000
(0,0,0)

Tints of #998045

#998045
(153,128,69)
#A28B55
(162,139,85)
#AB9665
(171,150,101)
#B4A175
(180,161,117)
#BDAC85
(189,172,133)
#C6B795
(198,183,149)
#CFC2A5
(207,194,165)
#D8CDB5
(216,205,181)
#E1D8C5
(225,216,197)
#EAE3D5
(234,227,213)
#F3EEE5
(243,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998045; }

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

This text font color is #998045.

Background Color

.myBgColor { background-color: #998045; }

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

This div background color is #998045.

Border color

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

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

This div border color is #998045.

Opacity

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

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

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

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

This text has shadow with #998045 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998045.

Preview

Color preview on black background

This text has color #998045 on black background.


Color preview on white background

This text has color #998045 on white background.


Black color preview on #998045 background

This text has black color on #998045 background.


White color preview on #998045 background

This text has white color on #998045 background.


Related colors

Complementary color

Complementary color for #hex is #667FBA.


I love getcolorcode.com

Triadic colors

1 #459980 and #804599 with #998045 are triadic colors.

2 #458099 and #809945 with #998045 are triadic colors.