COLOR #999378

HEX: #999378 RGB: (153,147,120)

Color info

#999378 contains red, green and blue colors in about the same proportion. Web safe color of #999378 is #999966 (or #996).

RGB color model

#999378 color RGB value is (153,147,120).

RGB: (153,147,120) (60%, 58%, 47%)

RGB channels and saturation

R 153 of 255 = 60%
G 147 of 255 = 58%
B 120 of 255 = 47%

153
147
120

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

Portions of RGB colors in percentages

R + G + B = 153 + 147 + 120 = 420 (100%)
R 153 of 420 ~ 36.43%
G 147 of 420 ~ 35%
B 120 of 420 ~ 28.57'%

%36.43
%35
%28.57

CMYK color model

#999378 color CMYK value is (0,4,22,40).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 21.57%
  • key color value is 40.00%

CMYK: (0,4,22,40)
C0M4Y22K40 (0%, 4%, 22%, 40%)
(0.00 / 0.04 / 0.22 / 0.40)

CMYK percentages

%0
%3.92
%21.57
%40

Codes

Color #999378 in popluar color models

99 93 78
RGB 153 147 120
HSL 49° 13.92% 53.53%
HSB/HSV 49° 21.57% 60.00%
CMYK 0.00% 3.92% 21.57%
40.00%

Color #999378 in popluar number systems.

HEX 99 93 78
Decimal 153 147 120
Binary 10011001 10010011 1111000
Octal 231 223 170

Shades and tints

Shades of #999378

#999378
(153,147,120)
#8C866E
(140,134,110)
#7F7964
(127,121,100)
#726C5A
(114,108,90)
#655F50
(101,95,80)
#585246
(88,82,70)
#4B453C
(75,69,60)
#3E3832
(62,56,50)
#312B28
(49,43,40)
#241E1E
(36,30,30)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #999378

#999378
(153,147,120)
#A29C84
(162,156,132)
#ABA590
(171,165,144)
#B4AE9C
(180,174,156)
#BDB7A8
(189,183,168)
#C6C0B4
(198,192,180)
#CFC9C0
(207,201,192)
#D8D2CC
(216,210,204)
#E1DBD8
(225,219,216)
#EAE4E4
(234,228,228)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999378; }

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

This text font color is #999378.

Background Color

.myBgColor { background-color: #999378; }

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

This div background color is #999378.

Border color

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

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

This div border color is #999378.

Opacity

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

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

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

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

This text has shadow with #999378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999378.

Preview

Color preview on black background

This text has color #999378 on black background.


Color preview on white background

This text has color #999378 on white background.


Black color preview on #999378 background

This text has black color on #999378 background.


White color preview on #999378 background

This text has white color on #999378 background.


Related colors

Complementary color

Complementary color for #hex is #666C87.


I love getcolorcode.com

Triadic colors

1 #789993 and #937899 with #999378 are triadic colors.

2 #789399 and #939978 with #999378 are triadic colors.