COLOR #999454

HEX: #999454
RGB: (153,148,84)

Color info

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

RGB color model

#999454 color RGB value is (153,148,84).

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

RGB channels and saturation

R 153 of 255 = 60%
G 148 of 255 = 58%
B 84 of 255 = 33%

153
148
84

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

Portions of RGB colors in percentages

R + G + B =
153 + 148 + 84 = 385 (100%)
R 153 of 385 ~ 39.74%
G 148 of 385 ~ 38.44%
B 84 of 385 ~ 21.82%

%39.74
%38.44
%21.82

CMYK color model

#999454 color CMYK value is (0,3,45,40).

  • cyan value is 0.00%
  • magenta value is 3.27%
  • yellow value is 45.10%
  • key color value is 40.00%
CMYK:
(0,3,45,40)
C0M3Y45K40 
(0%,3%,45%,40%)
(0.00/0.03/0.45/0.40)	

CMYK percentages

%0
%3.27
%45.1
%40

Codes

Color #999454 in popluar color models

999454
RGB15314884
HSL56°29.11%46.47%
HSB/HSV56°45.10%60.00%
CMYK0.00%3.27%45.10%
40.00%

Color #999454 in popluar number systems.

HEX999454
Decimal15314884
Binary10011001100101001010100
Octal231224124

Shades and tints

Shades of #999454

#999454
(153,148,84)
#8C874D
(140,135,77)
#7F7A46
(127,122,70)
#726D3F
(114,109,63)
#656038
(101,96,56)
#585331
(88,83,49)
#4B462A
(75,70,42)
#3E3923
(62,57,35)
#312C1C
(49,44,28)
#241F15
(36,31,21)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #999454

#999454
(153,148,84)
#A29D63
(162,157,99)
#ABA672
(171,166,114)
#B4AF81
(180,175,129)
#BDB890
(189,184,144)
#C6C19F
(198,193,159)
#CFCAAE
(207,202,174)
#D8D3BD
(216,211,189)
#E1DCCC
(225,220,204)
#EAE5DB
(234,229,219)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999454; }

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

This text font color is #999454.


Background Color

.myBgColor { background-color: #999454; }

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

This div background color is #999454.


Border color

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

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

This div border color is #999454.


Opacity

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

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

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

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

This text has shadow with #999454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999454 on black background.


Color preview on white background

This text has color #999454 on white background.



Black color preview on #999454 background

This text has black color on #999454 background.


White color preview on #999454 background

This text has white color on #999454 background.