COLOR #9D9C58

HEX: #9D9C58
RGB: (157,156,88)

Color info

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

RGB color model

#9D9C58 color RGB value is (157,156,88).

  • red value is 157;
  • green value is 156;
  • blue value is 88.
RGB:
(157,156,88)
(62%,61%,35%)

RGB channels and saturation

R 157 of 255 = 62%
G 156 of 255 = 61%
B 88 of 255 = 35%

157
156
88

R + G + B ~ 53%. #9D9C58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 156 + 88 = 401 (100%)
R 157 of 401 ~ 39.15%
G 156 of 401 ~ 38.9%
B 88 of 401 ~ 21.95%

%39.15
%38.9
%21.95

CMYK color model

#9D9C58 color CMYK value is (0,1,44,38).

  • cyan value is 0.00%
  • magenta value is 0.64%
  • yellow value is 43.95%
  • key color value is 38.43%
CMYK:
(0,1,44,38)
C0M1Y44K38 
(0%,1%,44%,38%)
(0.00/0.01/0.44/0.38)	

CMYK percentages

%0
%0.64
%43.95
%38.43

Codes

Color #9D9C58 in popluar color models

9D9C58
RGB15715688
HSL59°28.16%48.04%
HSB/HSV59°43.95%61.57%
CMYK0.00%0.64%43.95%
38.43%

Color #9D9C58 in popluar number systems.

HEX9D9C58
Decimal15715688
Binary10011101100111001011000
Octal235234130

Shades and tints

Shades of #9D9C58

#9D9C58
(157,156,88)
#8F8E50
(143,142,80)
#818048
(129,128,72)
#737240
(115,114,64)
#656438
(101,100,56)
#575630
(87,86,48)
#494828
(73,72,40)
#3B3A20
(59,58,32)
#2D2C18
(45,44,24)
#1F1E10
(31,30,16)
#111008
(17,16,8)
#000000
(0,0,0)

Tints of #9D9C58

#9D9C58
(157,156,88)
#A5A567
(165,165,103)
#ADAE76
(173,174,118)
#B5B785
(181,183,133)
#BDC094
(189,192,148)
#C5C9A3
(197,201,163)
#CDD2B2
(205,210,178)
#D5DBC1
(213,219,193)
#DDE4D0
(221,228,208)
#E5EDDF
(229,237,223)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9C58 color. Also use rgb(157,156,88) instead hex code.

Text Font Color

.myTextColor { color: #9D9C58; }

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

This text font color is #9D9C58.


Background Color

.myBgColor { background-color: #9D9C58; }

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

This div background color is #9D9C58.


Border color

.myBorderColor { border: 1px solid #9D9C58; }

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

This div border color is #9D9C58.


Opacity

.myOpacity80 { color: #9D9C58; opacity: 0.8; }

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

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

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

This text has shadow with #9D9C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9C58 on black background.


Color preview on white background

This text has color #9D9C58 on white background.



Black color preview on #9D9C58 background

This text has black color on #9D9C58 background.


White color preview on #9D9C58 background

This text has white color on #9D9C58 background.