COLOR #925B6A

HEX: #925B6A
RGB: (146,91,106)

Color info

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

RGB color model

#925B6A color RGB value is (146,91,106).

  • red value is 146;
  • green value is 91;
  • blue value is 106.
RGB:
(146,91,106)
(57%,36%,42%)

RGB channels and saturation

R 146 of 255 = 57%
G 91 of 255 = 36%
B 106 of 255 = 42%

146
91
106

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

Portions of RGB colors in percentages

R + G + B =
146 + 91 + 106 = 343 (100%)
R 146 of 343 ~ 42.57%
G 91 of 343 ~ 26.53%
B 106 of 343 ~ 30.9%

%42.57
%26.53
%30.9

CMYK color model

#925B6A color CMYK value is (0,38,27,43).

  • cyan value is 0.00%
  • magenta value is 37.67%
  • yellow value is 27.40%
  • key color value is 42.75%
CMYK:
(0,38,27,43)
C0M38Y27K43 
(0%,38%,27%,43%)
(0.00/0.38/0.27/0.43)	

CMYK percentages

%0
%37.67
%27.4
%42.75

Codes

Color #925B6A in popluar color models

925B6A
RGB14691106
HSL344°23.21%46.47%
HSB/HSV344°37.67%57.25%
CMYK0.00%37.67%27.40%
42.75%

Color #925B6A in popluar number systems.

HEX925B6A
Decimal14691106
Binary1001001010110111101010
Octal222133152

Shades and tints

Shades of #925B6A

#925B6A
(146,91,106)
#855361
(133,83,97)
#784B58
(120,75,88)
#6B434F
(107,67,79)
#5E3B46
(94,59,70)
#51333D
(81,51,61)
#442B34
(68,43,52)
#37232B
(55,35,43)
#2A1B22
(42,27,34)
#1D1319
(29,19,25)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #925B6A

#925B6A
(146,91,106)
#9B6977
(155,105,119)
#A47784
(164,119,132)
#AD8591
(173,133,145)
#B6939E
(182,147,158)
#BFA1AB
(191,161,171)
#C8AFB8
(200,175,184)
#D1BDC5
(209,189,197)
#DACBD2
(218,203,210)
#E3D9DF
(227,217,223)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #925B6A color. Also use rgb(146,91,106) instead hex code.

Text Font Color

.myTextColor { color: #925B6A; }

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

This text font color is #925B6A.


Background Color

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

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

This div background color is #925B6A.


Border color

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

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

This div border color is #925B6A.


Opacity

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

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

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

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

This text has shadow with #925B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925B6A on black background.


Color preview on white background

This text has color #925B6A on white background.



Black color preview on #925B6A background

This text has black color on #925B6A background.


White color preview on #925B6A background

This text has white color on #925B6A background.