COLOR #925D57

HEX: #925D57
RGB: (146,93,87)

Color info

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

RGB color model

#925D57 color RGB value is (146,93,87).

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

RGB channels and saturation

R 146 of 255 = 57%
G 93 of 255 = 36%
B 87 of 255 = 34%

146
93
87

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

Portions of RGB colors in percentages

R + G + B =
146 + 93 + 87 = 326 (100%)
R 146 of 326 ~ 44.79%
G 93 of 326 ~ 28.53%
B 87 of 326 ~ 26.69%

%44.79
%28.53
%26.69

CMYK color model

#925D57 color CMYK value is (0,36,40,43).

  • cyan value is 0.00%
  • magenta value is 36.30%
  • yellow value is 40.41%
  • key color value is 42.75%
CMYK:
(0,36,40,43)
C0M36Y40K43 
(0%,36%,40%,43%)
(0.00/0.36/0.40/0.43)	

CMYK percentages

%0
%36.3
%40.41
%42.75

Codes

Color #925D57 in popluar color models

925D57
RGB1469387
HSL25.32%45.69%
HSB/HSV40.41%57.25%
CMYK0.00%36.30%40.41%
42.75%

Color #925D57 in popluar number systems.

HEX925D57
Decimal1469387
Binary1001001010111011010111
Octal222135127

Shades and tints

Shades of #925D57

#925D57
(146,93,87)
#855550
(133,85,80)
#784D49
(120,77,73)
#6B4542
(107,69,66)
#5E3D3B
(94,61,59)
#513534
(81,53,52)
#442D2D
(68,45,45)
#372526
(55,37,38)
#2A1D1F
(42,29,31)
#1D1518
(29,21,24)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #925D57

#925D57
(146,93,87)
#9B6B66
(155,107,102)
#A47975
(164,121,117)
#AD8784
(173,135,132)
#B69593
(182,149,147)
#BFA3A2
(191,163,162)
#C8B1B1
(200,177,177)
#D1BFC0
(209,191,192)
#DACDCF
(218,205,207)
#E3DBDE
(227,219,222)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #925D57; }

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

This text font color is #925D57.


Background Color

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

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

This div background color is #925D57.


Border color

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

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

This div border color is #925D57.


Opacity

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

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

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

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

This text has shadow with #925D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925D57 on black background.


Color preview on white background

This text has color #925D57 on white background.



Black color preview on #925D57 background

This text has black color on #925D57 background.


White color preview on #925D57 background

This text has white color on #925D57 background.