COLOR #925E56

HEX: #925E56
RGB: (146,94,86)

Color info

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

RGB color model

#925E56 color RGB value is (146,94,86).

  • red value is 146;
  • green value is 94;
  • blue value is 86.
RGB:
(146,94,86)
(57%,37%,34%)

RGB channels and saturation

R 146 of 255 = 57%
G 94 of 255 = 37%
B 86 of 255 = 34%

146
94
86

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

Portions of RGB colors in percentages

R + G + B =
146 + 94 + 86 = 326 (100%)
R 146 of 326 ~ 44.79%
G 94 of 326 ~ 28.83%
B 86 of 326 ~ 26.38%

%44.79
%28.83
%26.38

CMYK color model

#925E56 color CMYK value is (0,36,41,43).

  • cyan value is 0.00%
  • magenta value is 35.62%
  • yellow value is 41.10%
  • key color value is 42.75%
CMYK:
(0,36,41,43)
C0M36Y41K43 
(0%,36%,41%,43%)
(0.00/0.36/0.41/0.43)	

CMYK percentages

%0
%35.62
%41.1
%42.75

Codes

Color #925E56 in popluar color models

925E56
RGB1469486
HSL25.86%45.49%
HSB/HSV41.10%57.25%
CMYK0.00%35.62%41.10%
42.75%

Color #925E56 in popluar number systems.

HEX925E56
Decimal1469486
Binary1001001010111101010110
Octal222136126

Shades and tints

Shades of #925E56

#925E56
(146,94,86)
#85564F
(133,86,79)
#784E48
(120,78,72)
#6B4641
(107,70,65)
#5E3E3A
(94,62,58)
#513633
(81,54,51)
#442E2C
(68,46,44)
#372625
(55,38,37)
#2A1E1E
(42,30,30)
#1D1617
(29,22,23)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #925E56

#925E56
(146,94,86)
#9B6C65
(155,108,101)
#A47A74
(164,122,116)
#AD8883
(173,136,131)
#B69692
(182,150,146)
#BFA4A1
(191,164,161)
#C8B2B0
(200,178,176)
#D1C0BF
(209,192,191)
#DACECE
(218,206,206)
#E3DCDD
(227,220,221)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #925E56 color. Also use rgb(146,94,86) instead hex code.

Text Font Color

.myTextColor { color: #925E56; }

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

This text font color is #925E56.


Background Color

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

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

This div background color is #925E56.


Border color

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

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

This div border color is #925E56.


Opacity

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

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

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

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

This text has shadow with #925E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925E56 on black background.


Color preview on white background

This text has color #925E56 on white background.



Black color preview on #925E56 background

This text has black color on #925E56 background.


White color preview on #925E56 background

This text has white color on #925E56 background.