COLOR #92676E

HEX: #92676E
RGB: (146,103,110)

Color info

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

RGB color model

#92676E color RGB value is (146,103,110).

  • red value is 146;
  • green value is 103;
  • blue value is 110.
RGB:
(146,103,110)
(57%,40%,43%)

RGB channels and saturation

R 146 of 255 = 57%
G 103 of 255 = 40%
B 110 of 255 = 43%

146
103
110

R + G + B ~ 47%. #92676E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 103 + 110 = 359 (100%)
R 146 of 359 ~ 40.67%
G 103 of 359 ~ 28.69%
B 110 of 359 ~ 30.64%

%40.67
%28.69
%30.64

CMYK color model

#92676E color CMYK value is (0,29,25,43).

  • cyan value is 0.00%
  • magenta value is 29.45%
  • yellow value is 24.66%
  • key color value is 42.75%
CMYK:
(0,29,25,43)
C0M29Y25K43 
(0%,29%,25%,43%)
(0.00/0.29/0.25/0.43)	

CMYK percentages

%0
%29.45
%24.66
%42.75

Codes

Color #92676E in popluar color models

92676E
RGB146103110
HSL350°17.27%48.82%
HSB/HSV350°29.45%57.25%
CMYK0.00%29.45%24.66%
42.75%

Color #92676E in popluar number systems.

HEX92676E
Decimal146103110
Binary1001001011001111101110
Octal222147156

Shades and tints

Shades of #92676E

#92676E
(146,103,110)
#855E64
(133,94,100)
#78555A
(120,85,90)
#6B4C50
(107,76,80)
#5E4346
(94,67,70)
#513A3C
(81,58,60)
#443132
(68,49,50)
#372828
(55,40,40)
#2A1F1E
(42,31,30)
#1D1614
(29,22,20)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #92676E

#92676E
(146,103,110)
#9B747B
(155,116,123)
#A48188
(164,129,136)
#AD8E95
(173,142,149)
#B69BA2
(182,155,162)
#BFA8AF
(191,168,175)
#C8B5BC
(200,181,188)
#D1C2C9
(209,194,201)
#DACFD6
(218,207,214)
#E3DCE3
(227,220,227)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92676E color. Also use rgb(146,103,110) instead hex code.

Text Font Color

.myTextColor { color: #92676E; }

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

This text font color is #92676E.


Background Color

.myBgColor { background-color: #92676E; }

<div style="background-color:#92676E">Inner text</div>

This div background color is #92676E.


Border color

.myBorderColor { border: 1px solid #92676E; }

<div style="border:3px solid #92676E">Div</div>

This div border color is #92676E.


Opacity

.myOpacity80 { color: #92676E; opacity: 0.8; }

<p style="color:#92676E;opacity:0.8;">80%</p>

Text with #92676E 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 #92676E;}

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

This text has shadow with #92676E color.

.textShadow {text-shadow: 3px 3px 1px #92676E, 3px 3px 1px red;}

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

This text has shadow with #92676E primary color and red secondary color.


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

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

This text has shadow with #92676E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92676E on black background.


Color preview on white background

This text has color #92676E on white background.



Black color preview on #92676E background

This text has black color on #92676E background.


White color preview on #92676E background

This text has white color on #92676E background.