COLOR #929C6B

HEX: #929C6B
RGB: (146,156,107)

Color info

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

RGB color model

#929C6B color RGB value is (146,156,107).

  • red value is 146;
  • green value is 156;
  • blue value is 107.
RGB:
(146,156,107)
(57%,61%,42%)

RGB channels and saturation

R 146 of 255 = 57%
G 156 of 255 = 61%
B 107 of 255 = 42%

146
156
107

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

Portions of RGB colors in percentages

R + G + B =
146 + 156 + 107 = 409 (100%)
R 146 of 409 ~ 35.7%
G 156 of 409 ~ 38.14%
B 107 of 409 ~ 26.16%

%35.7
%38.14
%26.16

CMYK color model

#929C6B color CMYK value is (6,0,31,39).

  • cyan value is 6.41%
  • magenta value is 0.00%
  • yellow value is 31.41%
  • key color value is 38.82%
CMYK:
(6,0,31,39)
C6M0Y31K39 
(6%,0%,31%,39%)
(0.06/0.00/0.31/0.39)	

CMYK percentages

%6.41
%0
%31.41
%38.82

Codes

Color #929C6B in popluar color models

929C6B
RGB146156107
HSL72°19.84%51.57%
HSB/HSV72°31.41%61.18%
CMYK6.41%0.00%31.41%
38.82%

Color #929C6B in popluar number systems.

HEX929C6B
Decimal146156107
Binary10010010100111001101011
Octal222234153

Shades and tints

Shades of #929C6B

#929C6B
(146,156,107)
#858E62
(133,142,98)
#788059
(120,128,89)
#6B7250
(107,114,80)
#5E6447
(94,100,71)
#51563E
(81,86,62)
#444835
(68,72,53)
#373A2C
(55,58,44)
#2A2C23
(42,44,35)
#1D1E1A
(29,30,26)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #929C6B

#929C6B
(146,156,107)
#9BA578
(155,165,120)
#A4AE85
(164,174,133)
#ADB792
(173,183,146)
#B6C09F
(182,192,159)
#BFC9AC
(191,201,172)
#C8D2B9
(200,210,185)
#D1DBC6
(209,219,198)
#DAE4D3
(218,228,211)
#E3EDE0
(227,237,224)
#ECF6ED
(236,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #929C6B; }

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

This text font color is #929C6B.


Background Color

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

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

This div background color is #929C6B.


Border color

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

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

This div border color is #929C6B.


Opacity

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

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

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

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

This text has shadow with #929C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #929C6B on black background.


Color preview on white background

This text has color #929C6B on white background.



Black color preview on #929C6B background

This text has black color on #929C6B background.


White color preview on #929C6B background

This text has white color on #929C6B background.