COLOR #90825C

HEX: #90825C
RGB: (144,130,92)

Color info

#90825C contains red, green and blue colors in about the same proportion. Web safe color of #90825C is #999966 (or #996).

RGB color model

#90825C color RGB value is (144,130,92).

  • red value is 144;
  • green value is 130;
  • blue value is 92.
RGB:
(144,130,92)
(56%,51%,36%)

RGB channels and saturation

R 144 of 255 = 56%
G 130 of 255 = 51%
B 92 of 255 = 36%

144
130
92

R + G + B ~ 48%. #90825C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 130 + 92 = 366 (100%)
R 144 of 366 ~ 39.34%
G 130 of 366 ~ 35.52%
B 92 of 366 ~ 25.14%

%39.34
%35.52
%25.14

CMYK color model

#90825C color CMYK value is (0,10,36,44).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 36.11%
  • key color value is 43.53%
CMYK:
(0,10,36,44)
C0M10Y36K44 
(0%,10%,36%,44%)
(0.00/0.10/0.36/0.44)	

CMYK percentages

%0
%9.72
%36.11
%43.53

Codes

Color #90825C in popluar color models

90825C
RGB14413092
HSL44°22.03%46.27%
HSB/HSV44°36.11%56.47%
CMYK0.00%9.72%36.11%
43.53%

Color #90825C in popluar number systems.

HEX90825C
Decimal14413092
Binary10010000100000101011100
Octal220202134

Shades and tints

Shades of #90825C

#90825C
(144,130,92)
#837754
(131,119,84)
#766C4C
(118,108,76)
#696144
(105,97,68)
#5C563C
(92,86,60)
#4F4B34
(79,75,52)
#42402C
(66,64,44)
#353524
(53,53,36)
#282A1C
(40,42,28)
#1B1F14
(27,31,20)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #90825C

#90825C
(144,130,92)
#9A8D6A
(154,141,106)
#A49878
(164,152,120)
#AEA386
(174,163,134)
#B8AE94
(184,174,148)
#C2B9A2
(194,185,162)
#CCC4B0
(204,196,176)
#D6CFBE
(214,207,190)
#E0DACC
(224,218,204)
#EAE5DA
(234,229,218)
#F4F0E8
(244,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90825C color. Also use rgb(144,130,92) instead hex code.

Text Font Color

.myTextColor { color: #90825C; }

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

This text font color is #90825C.


Background Color

.myBgColor { background-color: #90825C; }

<div style="background-color:#90825C">Inner text</div>

This div background color is #90825C.


Border color

.myBorderColor { border: 1px solid #90825C; }

<div style="border:3px solid #90825C">Div</div>

This div border color is #90825C.


Opacity

.myOpacity80 { color: #90825C; opacity: 0.8; }

<p style="color:#90825C;opacity:0.8;">80%</p>

Text with #90825C 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 #90825C;}

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

This text has shadow with #90825C color.

.textShadow {text-shadow: 3px 3px 1px #90825C, 3px 3px 1px red;}

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

This text has shadow with #90825C primary color and red secondary color.


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

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

This text has shadow with #90825C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90825C on black background.


Color preview on white background

This text has color #90825C on white background.



Black color preview on #90825C background

This text has black color on #90825C background.


White color preview on #90825C background

This text has white color on #90825C background.