COLOR #925C78

HEX: #925C78
RGB: (146,92,120)

Color info

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

RGB color model

#925C78 color RGB value is (146,92,120).

  • red value is 146;
  • green value is 92;
  • blue value is 120.
RGB:
(146,92,120)
(57%,36%,47%)

RGB channels and saturation

R 146 of 255 = 57%
G 92 of 255 = 36%
B 120 of 255 = 47%

146
92
120

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

Portions of RGB colors in percentages

R + G + B =
146 + 92 + 120 = 358 (100%)
R 146 of 358 ~ 40.78%
G 92 of 358 ~ 25.7%
B 120 of 358 ~ 33.52%

%40.78
%25.7
%33.52

CMYK color model

#925C78 color CMYK value is (0,37,18,43).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 17.81%
  • key color value is 42.75%
CMYK:
(0,37,18,43)
C0M37Y18K43 
(0%,37%,18%,43%)
(0.00/0.37/0.18/0.43)	

CMYK percentages

%0
%36.99
%17.81
%42.75

Codes

Color #925C78 in popluar color models

925C78
RGB14692120
HSL329°22.69%46.67%
HSB/HSV329°36.99%57.25%
CMYK0.00%36.99%17.81%
42.75%

Color #925C78 in popluar number systems.

HEX925C78
Decimal14692120
Binary1001001010111001111000
Octal222134170

Shades and tints

Shades of #925C78

#925C78
(146,92,120)
#85546E
(133,84,110)
#784C64
(120,76,100)
#6B445A
(107,68,90)
#5E3C50
(94,60,80)
#513446
(81,52,70)
#442C3C
(68,44,60)
#372432
(55,36,50)
#2A1C28
(42,28,40)
#1D141E
(29,20,30)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #925C78

#925C78
(146,92,120)
#9B6A84
(155,106,132)
#A47890
(164,120,144)
#AD869C
(173,134,156)
#B694A8
(182,148,168)
#BFA2B4
(191,162,180)
#C8B0C0
(200,176,192)
#D1BECC
(209,190,204)
#DACCD8
(218,204,216)
#E3DAE4
(227,218,228)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #925C78 color. Also use rgb(146,92,120) instead hex code.

Text Font Color

.myTextColor { color: #925C78; }

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

This text font color is #925C78.


Background Color

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

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

This div background color is #925C78.


Border color

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

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

This div border color is #925C78.


Opacity

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

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

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

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

This text has shadow with #925C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925C78 on black background.


Color preview on white background

This text has color #925C78 on white background.



Black color preview on #925C78 background

This text has black color on #925C78 background.


White color preview on #925C78 background

This text has white color on #925C78 background.