COLOR #929C7D

HEX: #929C7D RGB: (146,156,125)

Color info

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

RGB color model

#929C7D color RGB value is (146,156,125).

RGB: (146,156,125) (57%, 61%, 49%)

RGB channels and saturation

R 146 of 255 = 57%
G 156 of 255 = 61%
B 125 of 255 = 49%

146
156
125

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

Portions of RGB colors in percentages

R + G + B = 146 + 156 + 125 = 427 (100%)
R 146 of 427 ~ 34.19%
G 156 of 427 ~ 36.53%
B 125 of 427 ~ 29.27'%

%34.19
%36.53
%29.27

CMYK color model

#929C7D color CMYK value is (6,0,20,39).

  • cyan value is 6.41%
  • magenta value is 0.00%
  • yellow value is 19.87%
  • key color value is 38.82%

CMYK: (6,0,20,39)
C6M0Y20K39 (6%, 0%, 20%, 39%)
(0.06 / 0.00 / 0.20 / 0.39)

CMYK percentages

%6.41
%0
%19.87
%38.82

Codes

Color #929C7D in popluar color models

92 9C 7D
RGB 146 156 125
HSL 79° 13.54% 55.10%
HSB/HSV 79° 19.87% 61.18%
CMYK 6.41% 0.00% 19.87%
38.82%

Color #929C7D in popluar number systems.

HEX 92 9C 7D
Decimal 146 156 125
Binary 10010010 10011100 1111101
Octal 222 234 175

Shades and tints

Shades of #929C7D

#929C7D
(146,156,125)
#858E72
(133,142,114)
#788067
(120,128,103)
#6B725C
(107,114,92)
#5E6451
(94,100,81)
#515646
(81,86,70)
#44483B
(68,72,59)
#373A30
(55,58,48)
#2A2C25
(42,44,37)
#1D1E1A
(29,30,26)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #929C7D

#929C7D
(146,156,125)
#9BA588
(155,165,136)
#A4AE93
(164,174,147)
#ADB79E
(173,183,158)
#B6C0A9
(182,192,169)
#BFC9B4
(191,201,180)
#C8D2BF
(200,210,191)
#D1DBCA
(209,219,202)
#DAE4D5
(218,228,213)
#E3EDE0
(227,237,224)
#ECF6EB
(236,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #929C7D color. Also use rgb(146,156,125) instead hex code.

Text Font Color

.myTextColor { color: #929C7D; }

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

This text font color is #929C7D.

Background Color

.myBgColor { background-color: #929C7D; }

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

This div background color is #929C7D.

Border color

.myBorderColor { border: 1px solid #929C7D; }

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

This div border color is #929C7D.

Opacity

.myOpacity80 { color: #929C7D; opacity: 0.8; }

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

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

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

This text has shadow with #929C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #929C7D.

Preview

Color preview on black background

This text has color #929C7D on black background.


Color preview on white background

This text has color #929C7D on white background.


Black color preview on #929C7D background

This text has black color on #929C7D background.


White color preview on #929C7D background

This text has white color on #929C7D background.


Related colors

Complementary color

Complementary color for #hex is #6D6382.


I love getcolorcode.com

Triadic colors

1 #7D929C and #9C7D92 with #929C7D are triadic colors.

2 #7D9C92 and #9C927D with #929C7D are triadic colors.