COLOR #999C55

HEX: #999C55 RGB: (153,156,85)

Color info

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

RGB color model

#999C55 color RGB value is (153,156,85).

RGB: (153,156,85) (60%, 61%, 33%)

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 85 of 255 = 33%

153
156
85

R + G + B ~ 51%. #999C55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 156 + 85 = 394 (100%)
R 153 of 394 ~ 38.83%
G 156 of 394 ~ 39.59%
B 85 of 394 ~ 21.57'%

%38.83
%39.59
%21.57

CMYK color model

#999C55 color CMYK value is (2,0,46,39).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 45.51%
  • key color value is 38.82%

CMYK: (2,0,46,39)
C2M0Y46K39 (2%, 0%, 46%, 39%)
(0.02 / 0.00 / 0.46 / 0.39)

CMYK percentages

%1.92
%0
%45.51
%38.82

Codes

Color #999C55 in popluar color models

99 9C 55
RGB 153 156 85
HSL 63° 29.46% 47.25%
HSB/HSV 63° 45.51% 61.18%
CMYK 1.92% 0.00% 45.51%
38.82%

Color #999C55 in popluar number systems.

HEX 99 9C 55
Decimal 153 156 85
Binary 10011001 10011100 1010101
Octal 231 234 125

Shades and tints

Shades of #999C55

#999C55
(153,156,85)
#8C8E4E
(140,142,78)
#7F8047
(127,128,71)
#727240
(114,114,64)
#656439
(101,100,57)
#585632
(88,86,50)
#4B482B
(75,72,43)
#3E3A24
(62,58,36)
#312C1D
(49,44,29)
#241E16
(36,30,22)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #999C55

#999C55
(153,156,85)
#A2A564
(162,165,100)
#ABAE73
(171,174,115)
#B4B782
(180,183,130)
#BDC091
(189,192,145)
#C6C9A0
(198,201,160)
#CFD2AF
(207,210,175)
#D8DBBE
(216,219,190)
#E1E4CD
(225,228,205)
#EAEDDC
(234,237,220)
#F3F6EB
(243,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999C55 color. Also use rgb(153,156,85) instead hex code.

Text Font Color

.myTextColor { color: #999C55; }

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

This text font color is #999C55.

Background Color

.myBgColor { background-color: #999C55; }

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

This div background color is #999C55.

Border color

.myBorderColor { border: 1px solid #999C55; }

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

This div border color is #999C55.

Opacity

.myOpacity80 { color: #999C55; opacity: 0.8; }

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

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

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

This text has shadow with #999C55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999C55.

Preview

Color preview on black background

This text has color #999C55 on black background.


Color preview on white background

This text has color #999C55 on white background.


Black color preview on #999C55 background

This text has black color on #999C55 background.


White color preview on #999C55 background

This text has white color on #999C55 background.


Related colors

Complementary color

Complementary color for #hex is #6663AA.


I love getcolorcode.com

Triadic colors

1 #55999C and #9C5599 with #999C55 are triadic colors.

2 #559C99 and #9C9955 with #999C55 are triadic colors.