COLOR #925D72

HEX: #925D72
RGB: (146,93,114)

Color info

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

RGB color model

#925D72 color RGB value is (146,93,114).

  • red value is 146;
  • green value is 93;
  • blue value is 114.
RGB:
(146,93,114)
(57%,36%,45%)

RGB channels and saturation

R 146 of 255 = 57%
G 93 of 255 = 36%
B 114 of 255 = 45%

146
93
114

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

Portions of RGB colors in percentages

R + G + B =
146 + 93 + 114 = 353 (100%)
R 146 of 353 ~ 41.36%
G 93 of 353 ~ 26.35%
B 114 of 353 ~ 32.29%

%41.36
%26.35
%32.29

CMYK color model

#925D72 color CMYK value is (0,36,22,43).

  • cyan value is 0.00%
  • magenta value is 36.30%
  • yellow value is 21.92%
  • key color value is 42.75%
CMYK:
(0,36,22,43)
C0M36Y22K43 
(0%,36%,22%,43%)
(0.00/0.36/0.22/0.43)	

CMYK percentages

%0
%36.3
%21.92
%42.75

Codes

Color #925D72 in popluar color models

925D72
RGB14693114
HSL336°22.18%46.86%
HSB/HSV336°36.30%57.25%
CMYK0.00%36.30%21.92%
42.75%

Color #925D72 in popluar number systems.

HEX925D72
Decimal14693114
Binary1001001010111011110010
Octal222135162

Shades and tints

Shades of #925D72

#925D72
(146,93,114)
#855568
(133,85,104)
#784D5E
(120,77,94)
#6B4554
(107,69,84)
#5E3D4A
(94,61,74)
#513540
(81,53,64)
#442D36
(68,45,54)
#37252C
(55,37,44)
#2A1D22
(42,29,34)
#1D1518
(29,21,24)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #925D72

#925D72
(146,93,114)
#9B6B7E
(155,107,126)
#A4798A
(164,121,138)
#AD8796
(173,135,150)
#B695A2
(182,149,162)
#BFA3AE
(191,163,174)
#C8B1BA
(200,177,186)
#D1BFC6
(209,191,198)
#DACDD2
(218,205,210)
#E3DBDE
(227,219,222)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #925D72 color. Also use rgb(146,93,114) instead hex code.

Text Font Color

.myTextColor { color: #925D72; }

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

This text font color is #925D72.


Background Color

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

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

This div background color is #925D72.


Border color

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

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

This div border color is #925D72.


Opacity

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

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

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

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

This text has shadow with #925D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925D72 on black background.


Color preview on white background

This text has color #925D72 on white background.



Black color preview on #925D72 background

This text has black color on #925D72 background.


White color preview on #925D72 background

This text has white color on #925D72 background.