COLOR #999381

HEX: #999381
RGB: (153,147,129)

Color info

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

RGB color model

#999381 color RGB value is (153,147,129).

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

RGB channels and saturation

R 153 of 255 = 60%
G 147 of 255 = 58%
B 129 of 255 = 51%

153
147
129

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

Portions of RGB colors in percentages

R + G + B =
153 + 147 + 129 = 429 (100%)
R 153 of 429 ~ 35.66%
G 147 of 429 ~ 34.27%
B 129 of 429 ~ 30.07%

%35.66
%34.27
%30.07

CMYK color model

#999381 color CMYK value is (0,4,16,40).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 15.69%
  • key color value is 40.00%
CMYK:
(0,4,16,40)
C0M4Y16K40 
(0%,4%,16%,40%)
(0.00/0.04/0.16/0.40)	

CMYK percentages

%0
%3.92
%15.69
%40

Codes

Color #999381 in popluar color models

999381
RGB153147129
HSL45°10.53%55.29%
HSB/HSV45°15.69%60.00%
CMYK0.00%3.92%15.69%
40.00%

Color #999381 in popluar number systems.

HEX999381
Decimal153147129
Binary100110011001001110000001
Octal231223201

Shades and tints

Shades of #999381

#999381
(153,147,129)
#8C8676
(140,134,118)
#7F796B
(127,121,107)
#726C60
(114,108,96)
#655F55
(101,95,85)
#58524A
(88,82,74)
#4B453F
(75,69,63)
#3E3834
(62,56,52)
#312B29
(49,43,41)
#241E1E
(36,30,30)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #999381

#999381
(153,147,129)
#A29C8C
(162,156,140)
#ABA597
(171,165,151)
#B4AEA2
(180,174,162)
#BDB7AD
(189,183,173)
#C6C0B8
(198,192,184)
#CFC9C3
(207,201,195)
#D8D2CE
(216,210,206)
#E1DBD9
(225,219,217)
#EAE4E4
(234,228,228)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999381 color. Also use rgb(153,147,129) instead hex code.

Text Font Color

.myTextColor { color: #999381; }

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

This text font color is #999381.


Background Color

.myBgColor { background-color: #999381; }

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

This div background color is #999381.


Border color

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

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

This div border color is #999381.


Opacity

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

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

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

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

This text has shadow with #999381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999381 on black background.


Color preview on white background

This text has color #999381 on white background.



Black color preview on #999381 background

This text has black color on #999381 background.


White color preview on #999381 background

This text has white color on #999381 background.