COLOR #999483

HEX: #999483
RGB: (153,148,131)

Color info

#999483 contains red, green and blue colors in about the same proportion. Web safe color of #999483 is #999999 (or #999).

RGB color model

#999483 color RGB value is (153,148,131).

  • red value is 153;
  • green value is 148;
  • blue value is 131.
RGB:
(153,148,131)
(60%,58%,51%)

RGB channels and saturation

R 153 of 255 = 60%
G 148 of 255 = 58%
B 131 of 255 = 51%

153
148
131

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

Portions of RGB colors in percentages

R + G + B =
153 + 148 + 131 = 432 (100%)
R 153 of 432 ~ 35.42%
G 148 of 432 ~ 34.26%
B 131 of 432 ~ 30.32%

%35.42
%34.26
%30.32

CMYK color model

#999483 color CMYK value is (0,3,14,40).

  • cyan value is 0.00%
  • magenta value is 3.27%
  • yellow value is 14.38%
  • key color value is 40.00%
CMYK:
(0,3,14,40)
C0M3Y14K40 
(0%,3%,14%,40%)
(0.00/0.03/0.14/0.40)	

CMYK percentages

%0
%3.27
%14.38
%40

Codes

Color #999483 in popluar color models

999483
RGB153148131
HSL46°9.73%55.69%
HSB/HSV46°14.38%60.00%
CMYK0.00%3.27%14.38%
40.00%

Color #999483 in popluar number systems.

HEX999483
Decimal153148131
Binary100110011001010010000011
Octal231224203

Shades and tints

Shades of #999483

#999483
(153,148,131)
#8C8778
(140,135,120)
#7F7A6D
(127,122,109)
#726D62
(114,109,98)
#656057
(101,96,87)
#58534C
(88,83,76)
#4B4641
(75,70,65)
#3E3936
(62,57,54)
#312C2B
(49,44,43)
#241F20
(36,31,32)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #999483

#999483
(153,148,131)
#A29D8E
(162,157,142)
#ABA699
(171,166,153)
#B4AFA4
(180,175,164)
#BDB8AF
(189,184,175)
#C6C1BA
(198,193,186)
#CFCAC5
(207,202,197)
#D8D3D0
(216,211,208)
#E1DCDB
(225,220,219)
#EAE5E6
(234,229,230)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999483 color. Also use rgb(153,148,131) instead hex code.

Text Font Color

.myTextColor { color: #999483; }

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

This text font color is #999483.


Background Color

.myBgColor { background-color: #999483; }

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

This div background color is #999483.


Border color

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

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

This div border color is #999483.


Opacity

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

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

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

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

This text has shadow with #999483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999483 on black background.


Color preview on white background

This text has color #999483 on white background.



Black color preview on #999483 background

This text has black color on #999483 background.


White color preview on #999483 background

This text has white color on #999483 background.