COLOR #925D5C

HEX: #925D5C
RGB: (146,93,92)

Color info

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

RGB color model

#925D5C color RGB value is (146,93,92).

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

RGB channels and saturation

R 146 of 255 = 57%
G 93 of 255 = 36%
B 92 of 255 = 36%

146
93
92

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

Portions of RGB colors in percentages

R + G + B =
146 + 93 + 92 = 331 (100%)
R 146 of 331 ~ 44.11%
G 93 of 331 ~ 28.1%
B 92 of 331 ~ 27.79%

%44.11
%28.1
%27.79

CMYK color model

#925D5C color CMYK value is (0,36,37,43).

  • cyan value is 0.00%
  • magenta value is 36.30%
  • yellow value is 36.99%
  • key color value is 42.75%
CMYK:
(0,36,37,43)
C0M36Y37K43 
(0%,36%,37%,43%)
(0.00/0.36/0.37/0.43)	

CMYK percentages

%0
%36.3
%36.99
%42.75

Codes

Color #925D5C in popluar color models

925D5C
RGB1469392
HSL22.69%46.67%
HSB/HSV36.99%57.25%
CMYK0.00%36.30%36.99%
42.75%

Color #925D5C in popluar number systems.

HEX925D5C
Decimal1469392
Binary1001001010111011011100
Octal222135134

Shades and tints

Shades of #925D5C

#925D5C
(146,93,92)
#855554
(133,85,84)
#784D4C
(120,77,76)
#6B4544
(107,69,68)
#5E3D3C
(94,61,60)
#513534
(81,53,52)
#442D2C
(68,45,44)
#372524
(55,37,36)
#2A1D1C
(42,29,28)
#1D1514
(29,21,20)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #925D5C

#925D5C
(146,93,92)
#9B6B6A
(155,107,106)
#A47978
(164,121,120)
#AD8786
(173,135,134)
#B69594
(182,149,148)
#BFA3A2
(191,163,162)
#C8B1B0
(200,177,176)
#D1BFBE
(209,191,190)
#DACDCC
(218,205,204)
#E3DBDA
(227,219,218)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #925D5C; }

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

This text font color is #925D5C.


Background Color

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

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

This div background color is #925D5C.


Border color

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

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

This div border color is #925D5C.


Opacity

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

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

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

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

This text has shadow with #925D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925D5C on black background.


Color preview on white background

This text has color #925D5C on white background.



Black color preview on #925D5C background

This text has black color on #925D5C background.


White color preview on #925D5C background

This text has white color on #925D5C background.