COLOR #927E63

HEX: #927E63 RGB: (146,126,99)

Color info

#927E63 contains red, green and blue colors in about the same proportion. Web safe color of #927E63 is #996666 (or #966).

RGB color model

#927E63 color RGB value is (146,126,99).

RGB: (146,126,99) (57%, 49%, 39%)

RGB channels and saturation

R 146 of 255 = 57%
G 126 of 255 = 49%
B 99 of 255 = 39%

146
126
99

R + G + B ~ 48%. #927E63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 146 + 126 + 99 = 371 (100%)
R 146 of 371 ~ 39.35%
G 126 of 371 ~ 33.96%
B 99 of 371 ~ 26.68'%

%39.35
%33.96
%26.68

CMYK color model

#927E63 color CMYK value is (0,14,32,43).

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 32.19%
  • key color value is 42.75%

CMYK: (0,14,32,43)
C0M14Y32K43 (0%, 14%, 32%, 43%)
(0.00 / 0.14 / 0.32 / 0.43)

CMYK percentages

%0
%13.7
%32.19
%42.75

Codes

Color #927E63 in popluar color models

92 7E 63
RGB 146 126 99
HSL 34° 19.18% 48.04%
HSB/HSV 34° 32.19% 57.25%
CMYK 0.00% 13.70% 32.19%
42.75%

Color #927E63 in popluar number systems.

HEX 92 7E 63
Decimal 146 126 99
Binary 10010010 1111110 1100011
Octal 222 176 143

Shades and tints

Shades of #927E63

#927E63
(146,126,99)
#85735A
(133,115,90)
#786851
(120,104,81)
#6B5D48
(107,93,72)
#5E523F
(94,82,63)
#514736
(81,71,54)
#443C2D
(68,60,45)
#373124
(55,49,36)
#2A261B
(42,38,27)
#1D1B12
(29,27,18)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #927E63

#927E63
(146,126,99)
#9B8971
(155,137,113)
#A4947F
(164,148,127)
#AD9F8D
(173,159,141)
#B6AA9B
(182,170,155)
#BFB5A9
(191,181,169)
#C8C0B7
(200,192,183)
#D1CBC5
(209,203,197)
#DAD6D3
(218,214,211)
#E3E1E1
(227,225,225)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #927E63 color. Also use rgb(146,126,99) instead hex code.

Text Font Color

.myTextColor { color: #927E63; }

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

This text font color is #927E63.

Background Color

.myBgColor { background-color: #927E63; }

<div style="background-color:#927E63">Inner text</div>

This div background color is #927E63.

Border color

.myBorderColor { border: 1px solid #927E63; }

<div style="border:3px solid #927E63">Div</div>

This div border color is #927E63.

Opacity

.myOpacity80 { color: #927E63; opacity: 0.8; }

<p style="color:#927E63;opacity:0.8;">80%</p>

Text with #927E63 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 #927E63;}

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

This text has shadow with #927E63 color.


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

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

This text has shadow with #927E63 primary color and red secondary color.


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

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

This text has shadow with #927E63 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #927E63.

Preview

Color preview on black background

This text has color #927E63 on black background.


Color preview on white background

This text has color #927E63 on white background.


Black color preview on #927E63 background

This text has black color on #927E63 background.


White color preview on #927E63 background

This text has white color on #927E63 background.


Related colors

Complementary color

Complementary color for #hex is #6D819C.


I love getcolorcode.com

Triadic colors

1 #63927E and #7E6392 with #927E63 are triadic colors.

2 #637E92 and #7E9263 with #927E63 are triadic colors.