COLOR #998753

HEX: #998753 RGB: (153,135,83)

Color info

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

RGB color model

#998753 color RGB value is (153,135,83).

RGB: (153,135,83) (60%, 53%, 33%)

RGB channels and saturation

R 153 of 255 = 60%
G 135 of 255 = 53%
B 83 of 255 = 33%

153
135
83

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

Portions of RGB colors in percentages

R + G + B = 153 + 135 + 83 = 371 (100%)
R 153 of 371 ~ 41.24%
G 135 of 371 ~ 36.39%
B 83 of 371 ~ 22.37'%

%41.24
%36.39
%22.37

CMYK color model

#998753 color CMYK value is (0,12,46,40).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 45.75%
  • key color value is 40.00%

CMYK: (0,12,46,40)
C0M12Y46K40 (0%, 12%, 46%, 40%)
(0.00 / 0.12 / 0.46 / 0.40)

CMYK percentages

%0
%11.76
%45.75
%40

Codes

Color #998753 in popluar color models

99 87 53
RGB 153 135 83
HSL 45° 29.66% 46.27%
HSB/HSV 45° 45.75% 60.00%
CMYK 0.00% 11.76% 45.75%
40.00%

Color #998753 in popluar number systems.

HEX 99 87 53
Decimal 153 135 83
Binary 10011001 10000111 1010011
Octal 231 207 123

Shades and tints

Shades of #998753

#998753
(153,135,83)
#8C7B4C
(140,123,76)
#7F6F45
(127,111,69)
#72633E
(114,99,62)
#655737
(101,87,55)
#584B30
(88,75,48)
#4B3F29
(75,63,41)
#3E3322
(62,51,34)
#31271B
(49,39,27)
#241B14
(36,27,20)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #998753

#998753
(153,135,83)
#A29162
(162,145,98)
#AB9B71
(171,155,113)
#B4A580
(180,165,128)
#BDAF8F
(189,175,143)
#C6B99E
(198,185,158)
#CFC3AD
(207,195,173)
#D8CDBC
(216,205,188)
#E1D7CB
(225,215,203)
#EAE1DA
(234,225,218)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998753 color. Also use rgb(153,135,83) instead hex code.

Text Font Color

.myTextColor { color: #998753; }

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

This text font color is #998753.

Background Color

.myBgColor { background-color: #998753; }

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

This div background color is #998753.

Border color

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

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

This div border color is #998753.

Opacity

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

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

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

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

This text has shadow with #998753 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998753.

Preview

Color preview on black background

This text has color #998753 on black background.


Color preview on white background

This text has color #998753 on white background.


Black color preview on #998753 background

This text has black color on #998753 background.


White color preview on #998753 background

This text has white color on #998753 background.


Related colors

Complementary color

Complementary color for #hex is #6678AC.


I love getcolorcode.com

Triadic colors

1 #539987 and #875399 with #998753 are triadic colors.

2 #538799 and #879953 with #998753 are triadic colors.