COLOR #925C61

HEX: #925C61
RGB: (146,92,97)

Color info

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

RGB color model

#925C61 color RGB value is (146,92,97).

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

RGB channels and saturation

R 146 of 255 = 57%
G 92 of 255 = 36%
B 97 of 255 = 38%

146
92
97

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

Portions of RGB colors in percentages

R + G + B =
146 + 92 + 97 = 335 (100%)
R 146 of 335 ~ 43.58%
G 92 of 335 ~ 27.46%
B 97 of 335 ~ 28.96%

%43.58
%27.46
%28.96

CMYK color model

#925C61 color CMYK value is (0,37,34,43).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 33.56%
  • key color value is 42.75%
CMYK:
(0,37,34,43)
C0M37Y34K43 
(0%,37%,34%,43%)
(0.00/0.37/0.34/0.43)	

CMYK percentages

%0
%36.99
%33.56
%42.75

Codes

Color #925C61 in popluar color models

925C61
RGB1469297
HSL354°22.69%46.67%
HSB/HSV354°36.99%57.25%
CMYK0.00%36.99%33.56%
42.75%

Color #925C61 in popluar number systems.

HEX925C61
Decimal1469297
Binary1001001010111001100001
Octal222134141

Shades and tints

Shades of #925C61

#925C61
(146,92,97)
#855459
(133,84,89)
#784C51
(120,76,81)
#6B4449
(107,68,73)
#5E3C41
(94,60,65)
#513439
(81,52,57)
#442C31
(68,44,49)
#372429
(55,36,41)
#2A1C21
(42,28,33)
#1D1419
(29,20,25)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #925C61

#925C61
(146,92,97)
#9B6A6F
(155,106,111)
#A4787D
(164,120,125)
#AD868B
(173,134,139)
#B69499
(182,148,153)
#BFA2A7
(191,162,167)
#C8B0B5
(200,176,181)
#D1BEC3
(209,190,195)
#DACCD1
(218,204,209)
#E3DADF
(227,218,223)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #925C61; }

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

This text font color is #925C61.


Background Color

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

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

This div background color is #925C61.


Border color

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

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

This div border color is #925C61.


Opacity

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

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

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

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

This text has shadow with #925C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925C61 on black background.


Color preview on white background

This text has color #925C61 on white background.



Black color preview on #925C61 background

This text has black color on #925C61 background.


White color preview on #925C61 background

This text has white color on #925C61 background.