COLOR #929C71

HEX: #929C71
RGB: (146,156,113)

Color info

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

RGB color model

#929C71 color RGB value is (146,156,113).

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

RGB channels and saturation

R 146 of 255 = 57%
G 156 of 255 = 61%
B 113 of 255 = 44%

146
156
113

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

Portions of RGB colors in percentages

R + G + B =
146 + 156 + 113 = 415 (100%)
R 146 of 415 ~ 35.18%
G 156 of 415 ~ 37.59%
B 113 of 415 ~ 27.23%

%35.18
%37.59
%27.23

CMYK color model

#929C71 color CMYK value is (6,0,28,39).

  • cyan value is 6.41%
  • magenta value is 0.00%
  • yellow value is 27.56%
  • key color value is 38.82%
CMYK:
(6,0,28,39)
C6M0Y28K39 
(6%,0%,28%,39%)
(0.06/0.00/0.28/0.39)	

CMYK percentages

%6.41
%0
%27.56
%38.82

Codes

Color #929C71 in popluar color models

929C71
RGB146156113
HSL74°17.84%52.75%
HSB/HSV74°27.56%61.18%
CMYK6.41%0.00%27.56%
38.82%

Color #929C71 in popluar number systems.

HEX929C71
Decimal146156113
Binary10010010100111001110001
Octal222234161

Shades and tints

Shades of #929C71

#929C71
(146,156,113)
#858E67
(133,142,103)
#78805D
(120,128,93)
#6B7253
(107,114,83)
#5E6449
(94,100,73)
#51563F
(81,86,63)
#444835
(68,72,53)
#373A2B
(55,58,43)
#2A2C21
(42,44,33)
#1D1E17
(29,30,23)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #929C71

#929C71
(146,156,113)
#9BA57D
(155,165,125)
#A4AE89
(164,174,137)
#ADB795
(173,183,149)
#B6C0A1
(182,192,161)
#BFC9AD
(191,201,173)
#C8D2B9
(200,210,185)
#D1DBC5
(209,219,197)
#DAE4D1
(218,228,209)
#E3EDDD
(227,237,221)
#ECF6E9
(236,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #929C71; }

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

This text font color is #929C71.


Background Color

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

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

This div background color is #929C71.


Border color

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

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

This div border color is #929C71.


Opacity

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

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

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

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

This text has shadow with #929C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #929C71 on black background.


Color preview on white background

This text has color #929C71 on white background.



Black color preview on #929C71 background

This text has black color on #929C71 background.


White color preview on #929C71 background

This text has white color on #929C71 background.