COLOR #90586C

HEX: #90586C RGB: (144,88,108)

Color info

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

RGB color model

#90586C color RGB value is (144,88,108).

RGB: (144,88,108) (56%, 35%, 42%)

RGB channels and saturation

R 144 of 255 = 56%
G 88 of 255 = 35%
B 108 of 255 = 42%

144
88
108

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

Portions of RGB colors in percentages

R + G + B = 144 + 88 + 108 = 340 (100%)
R 144 of 340 ~ 42.35%
G 88 of 340 ~ 25.88%
B 108 of 340 ~ 31.76'%

%42.35
%25.88
%31.76

CMYK color model

#90586C color CMYK value is (0,39,25,44).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 25.00%
  • key color value is 43.53%

CMYK: (0,39,25,44)
C0M39Y25K44 (0%, 39%, 25%, 44%)
(0.00 / 0.39 / 0.25 / 0.44)

CMYK percentages

%0
%38.89
%25
%43.53

Codes

Color #90586C in popluar color models

90 58 6C
RGB 144 88 108
HSL 339° 24.14% 45.49%
HSB/HSV 339° 38.89% 56.47%
CMYK 0.00% 38.89% 25.00%
43.53%

Color #90586C in popluar number systems.

HEX 90 58 6C
Decimal 144 88 108
Binary 10010000 1011000 1101100
Octal 220 130 154

Shades and tints

Shades of #90586C

#90586C
(144,88,108)
#835063
(131,80,99)
#76485A
(118,72,90)
#694051
(105,64,81)
#5C3848
(92,56,72)
#4F303F
(79,48,63)
#422836
(66,40,54)
#35202D
(53,32,45)
#281824
(40,24,36)
#1B101B
(27,16,27)
#0E0812
(14,8,18)
#000000
(0,0,0)

Tints of #90586C

#90586C
(144,88,108)
#9A6779
(154,103,121)
#A47686
(164,118,134)
#AE8593
(174,133,147)
#B894A0
(184,148,160)
#C2A3AD
(194,163,173)
#CCB2BA
(204,178,186)
#D6C1C7
(214,193,199)
#E0D0D4
(224,208,212)
#EADFE1
(234,223,225)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90586C color. Also use rgb(144,88,108) instead hex code.

Text Font Color

.myTextColor { color: #90586C; }

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

This text font color is #90586C.

Background Color

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

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

This div background color is #90586C.

Border color

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

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

This div border color is #90586C.

Opacity

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

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

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

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

This text has shadow with #90586C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90586C.

Preview

Color preview on black background

This text has color #90586C on black background.


Color preview on white background

This text has color #90586C on white background.


Black color preview on #90586C background

This text has black color on #90586C background.


White color preview on #90586C background

This text has white color on #90586C background.


Related colors

Complementary color

Complementary color for #hex is #6FA793.


I love getcolorcode.com

Triadic colors

1 #6C9058 and #586C90 with #90586C are triadic colors.

2 #6C5890 and #58906C with #90586C are triadic colors.