COLOR #925E67

HEX: #925E67
RGB: (146,94,103)

Color info

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

RGB color model

#925E67 color RGB value is (146,94,103).

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

RGB channels and saturation

R 146 of 255 = 57%
G 94 of 255 = 37%
B 103 of 255 = 40%

146
94
103

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

Portions of RGB colors in percentages

R + G + B =
146 + 94 + 103 = 343 (100%)
R 146 of 343 ~ 42.57%
G 94 of 343 ~ 27.41%
B 103 of 343 ~ 30.03%

%42.57
%27.41
%30.03

CMYK color model

#925E67 color CMYK value is (0,36,29,43).

  • cyan value is 0.00%
  • magenta value is 35.62%
  • yellow value is 29.45%
  • key color value is 42.75%
CMYK:
(0,36,29,43)
C0M36Y29K43 
(0%,36%,29%,43%)
(0.00/0.36/0.29/0.43)	

CMYK percentages

%0
%35.62
%29.45
%42.75

Codes

Color #925E67 in popluar color models

925E67
RGB14694103
HSL350°21.67%47.06%
HSB/HSV350°35.62%57.25%
CMYK0.00%35.62%29.45%
42.75%

Color #925E67 in popluar number systems.

HEX925E67
Decimal14694103
Binary1001001010111101100111
Octal222136147

Shades and tints

Shades of #925E67

#925E67
(146,94,103)
#85565E
(133,86,94)
#784E55
(120,78,85)
#6B464C
(107,70,76)
#5E3E43
(94,62,67)
#51363A
(81,54,58)
#442E31
(68,46,49)
#372628
(55,38,40)
#2A1E1F
(42,30,31)
#1D1616
(29,22,22)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #925E67

#925E67
(146,94,103)
#9B6C74
(155,108,116)
#A47A81
(164,122,129)
#AD888E
(173,136,142)
#B6969B
(182,150,155)
#BFA4A8
(191,164,168)
#C8B2B5
(200,178,181)
#D1C0C2
(209,192,194)
#DACECF
(218,206,207)
#E3DCDC
(227,220,220)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #925E67; }

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

This text font color is #925E67.


Background Color

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

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

This div background color is #925E67.


Border color

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

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

This div border color is #925E67.


Opacity

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

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

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

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

This text has shadow with #925E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925E67 on black background.


Color preview on white background

This text has color #925E67 on white background.



Black color preview on #925E67 background

This text has black color on #925E67 background.


White color preview on #925E67 background

This text has white color on #925E67 background.