COLOR #925E52

HEX: #925E52
RGB: (146,94,82)

Color info

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

RGB color model

#925E52 color RGB value is (146,94,82).

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

RGB channels and saturation

R 146 of 255 = 57%
G 94 of 255 = 37%
B 82 of 255 = 32%

146
94
82

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

Portions of RGB colors in percentages

R + G + B =
146 + 94 + 82 = 322 (100%)
R 146 of 322 ~ 45.34%
G 94 of 322 ~ 29.19%
B 82 of 322 ~ 25.47%

%45.34
%29.19
%25.47

CMYK color model

#925E52 color CMYK value is (0,36,44,43).

  • cyan value is 0.00%
  • magenta value is 35.62%
  • yellow value is 43.84%
  • key color value is 42.75%
CMYK:
(0,36,44,43)
C0M36Y44K43 
(0%,36%,44%,43%)
(0.00/0.36/0.44/0.43)	

CMYK percentages

%0
%35.62
%43.84
%42.75

Codes

Color #925E52 in popluar color models

925E52
RGB1469482
HSL11°28.07%44.71%
HSB/HSV11°43.84%57.25%
CMYK0.00%35.62%43.84%
42.75%

Color #925E52 in popluar number systems.

HEX925E52
Decimal1469482
Binary1001001010111101010010
Octal222136122

Shades and tints

Shades of #925E52

#925E52
(146,94,82)
#85564B
(133,86,75)
#784E44
(120,78,68)
#6B463D
(107,70,61)
#5E3E36
(94,62,54)
#51362F
(81,54,47)
#442E28
(68,46,40)
#372621
(55,38,33)
#2A1E1A
(42,30,26)
#1D1613
(29,22,19)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #925E52

#925E52
(146,94,82)
#9B6C61
(155,108,97)
#A47A70
(164,122,112)
#AD887F
(173,136,127)
#B6968E
(182,150,142)
#BFA49D
(191,164,157)
#C8B2AC
(200,178,172)
#D1C0BB
(209,192,187)
#DACECA
(218,206,202)
#E3DCD9
(227,220,217)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #925E52; }

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

This text font color is #925E52.


Background Color

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

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

This div background color is #925E52.


Border color

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

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

This div border color is #925E52.


Opacity

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

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

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

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

This text has shadow with #925E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925E52 on black background.


Color preview on white background

This text has color #925E52 on white background.



Black color preview on #925E52 background

This text has black color on #925E52 background.


White color preview on #925E52 background

This text has white color on #925E52 background.