COLOR #925A74

HEX: #925A74
RGB: (146,90,116)

Color info

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

RGB color model

#925A74 color RGB value is (146,90,116).

  • red value is 146;
  • green value is 90;
  • blue value is 116.
RGB:
(146,90,116)
(57%,35%,45%)

RGB channels and saturation

R 146 of 255 = 57%
G 90 of 255 = 35%
B 116 of 255 = 45%

146
90
116

R + G + B ~ 46%. #925A74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 90 + 116 = 352 (100%)
R 146 of 352 ~ 41.48%
G 90 of 352 ~ 25.57%
B 116 of 352 ~ 32.95%

%41.48
%25.57
%32.95

CMYK color model

#925A74 color CMYK value is (0,38,21,43).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 20.55%
  • key color value is 42.75%
CMYK:
(0,38,21,43)
C0M38Y21K43 
(0%,38%,21%,43%)
(0.00/0.38/0.21/0.43)	

CMYK percentages

%0
%38.36
%20.55
%42.75

Codes

Color #925A74 in popluar color models

925A74
RGB14690116
HSL332°23.73%46.27%
HSB/HSV332°38.36%57.25%
CMYK0.00%38.36%20.55%
42.75%

Color #925A74 in popluar number systems.

HEX925A74
Decimal14690116
Binary1001001010110101110100
Octal222132164

Shades and tints

Shades of #925A74

#925A74
(146,90,116)
#85526A
(133,82,106)
#784A60
(120,74,96)
#6B4256
(107,66,86)
#5E3A4C
(94,58,76)
#513242
(81,50,66)
#442A38
(68,42,56)
#37222E
(55,34,46)
#2A1A24
(42,26,36)
#1D121A
(29,18,26)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #925A74

#925A74
(146,90,116)
#9B6980
(155,105,128)
#A4788C
(164,120,140)
#AD8798
(173,135,152)
#B696A4
(182,150,164)
#BFA5B0
(191,165,176)
#C8B4BC
(200,180,188)
#D1C3C8
(209,195,200)
#DAD2D4
(218,210,212)
#E3E1E0
(227,225,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #925A74 color. Also use rgb(146,90,116) instead hex code.

Text Font Color

.myTextColor { color: #925A74; }

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

This text font color is #925A74.


Background Color

.myBgColor { background-color: #925A74; }

<div style="background-color:#925A74">Inner text</div>

This div background color is #925A74.


Border color

.myBorderColor { border: 1px solid #925A74; }

<div style="border:3px solid #925A74">Div</div>

This div border color is #925A74.


Opacity

.myOpacity80 { color: #925A74; opacity: 0.8; }

<p style="color:#925A74;opacity:0.8;">80%</p>

Text with #925A74 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 #925A74;}

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

This text has shadow with #925A74 color.

.textShadow {text-shadow: 3px 3px 1px #925A74, 3px 3px 1px red;}

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

This text has shadow with #925A74 primary color and red secondary color.


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

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

This text has shadow with #925A74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925A74 on black background.


Color preview on white background

This text has color #925A74 on white background.



Black color preview on #925A74 background

This text has black color on #925A74 background.


White color preview on #925A74 background

This text has white color on #925A74 background.