COLOR #925D55

HEX: #925D55
RGB: (146,93,85)

Color info

#925D55 contains mainly red and green colors. Web safe color of #925D55 is #996666 (or #966).

RGB color model

#925D55 color RGB value is (146,93,85).

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

RGB channels and saturation

R 146 of 255 = 57%
G 93 of 255 = 36%
B 85 of 255 = 33%

146
93
85

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

Portions of RGB colors in percentages

R + G + B =
146 + 93 + 85 = 324 (100%)
R 146 of 324 ~ 45.06%
G 93 of 324 ~ 28.7%
B 85 of 324 ~ 26.23%

%45.06
%28.7
%26.23

CMYK color model

#925D55 color CMYK value is (0,36,42,43).

  • cyan value is 0.00%
  • magenta value is 36.30%
  • yellow value is 41.78%
  • key color value is 42.75%
CMYK:
(0,36,42,43)
C0M36Y42K43 
(0%,36%,42%,43%)
(0.00/0.36/0.42/0.43)	

CMYK percentages

%0
%36.3
%41.78
%42.75

Codes

Color #925D55 in popluar color models

925D55
RGB1469385
HSL26.41%45.29%
HSB/HSV41.78%57.25%
CMYK0.00%36.30%41.78%
42.75%

Color #925D55 in popluar number systems.

HEX925D55
Decimal1469385
Binary1001001010111011010101
Octal222135125

Shades and tints

Shades of #925D55

#925D55
(146,93,85)
#85554E
(133,85,78)
#784D47
(120,77,71)
#6B4540
(107,69,64)
#5E3D39
(94,61,57)
#513532
(81,53,50)
#442D2B
(68,45,43)
#372524
(55,37,36)
#2A1D1D
(42,29,29)
#1D1516
(29,21,22)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #925D55

#925D55
(146,93,85)
#9B6B64
(155,107,100)
#A47973
(164,121,115)
#AD8782
(173,135,130)
#B69591
(182,149,145)
#BFA3A0
(191,163,160)
#C8B1AF
(200,177,175)
#D1BFBE
(209,191,190)
#DACDCD
(218,205,205)
#E3DBDC
(227,219,220)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #925D55; }

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

This text font color is #925D55.


Background Color

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

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

This div background color is #925D55.


Border color

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

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

This div border color is #925D55.


Opacity

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

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

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

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

This text has shadow with #925D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925D55 on black background.


Color preview on white background

This text has color #925D55 on white background.



Black color preview on #925D55 background

This text has black color on #925D55 background.


White color preview on #925D55 background

This text has white color on #925D55 background.