COLOR #908180

HEX: #908180 RGB: (144,129,128)

Color info

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

RGB color model

#908180 color RGB value is (144,129,128).

RGB: (144,129,128) (56%, 51%, 50%)

RGB channels and saturation

R 144 of 255 = 56%
G 129 of 255 = 51%
B 128 of 255 = 50%

144
129
128

R + G + B ~ 52%. #908180 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 129 + 128 = 401 (100%)
R 144 of 401 ~ 35.91%
G 129 of 401 ~ 32.17%
B 128 of 401 ~ 31.92'%

%35.91
%32.17
%31.92

CMYK color model

#908180 color CMYK value is (0,10,11,44).

  • cyan value is 0.00%
  • magenta value is 10.42%
  • yellow value is 11.11%
  • key color value is 43.53%

CMYK: (0,10,11,44)
C0M10Y11K44 (0%, 10%, 11%, 44%)
(0.00 / 0.10 / 0.11 / 0.44)

CMYK percentages

%0
%10.42
%11.11
%43.53

Codes

Color #908180 in popluar color models

90 81 80
RGB 144 129 128
HSL 6.72% 53.33%
HSB/HSV 11.11% 56.47%
CMYK 0.00% 10.42% 11.11%
43.53%

Color #908180 in popluar number systems.

HEX 90 81 80
Decimal 144 129 128
Binary 10010000 10000001 10000000
Octal 220 201 200

Shades and tints

Shades of #908180

#908180
(144,129,128)
#837675
(131,118,117)
#766B6A
(118,107,106)
#69605F
(105,96,95)
#5C5554
(92,85,84)
#4F4A49
(79,74,73)
#423F3E
(66,63,62)
#353433
(53,52,51)
#282928
(40,41,40)
#1B1E1D
(27,30,29)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #908180

#908180
(144,129,128)
#9A8C8B
(154,140,139)
#A49796
(164,151,150)
#AEA2A1
(174,162,161)
#B8ADAC
(184,173,172)
#C2B8B7
(194,184,183)
#CCC3C2
(204,195,194)
#D6CECD
(214,206,205)
#E0D9D8
(224,217,216)
#EAE4E3
(234,228,227)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908180 color. Also use rgb(144,129,128) instead hex code.

Text Font Color

.myTextColor { color: #908180; }

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

This text font color is #908180.

Background Color

.myBgColor { background-color: #908180; }

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

This div background color is #908180.

Border color

.myBorderColor { border: 1px solid #908180; }

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

This div border color is #908180.

Opacity

.myOpacity80 { color: #908180; opacity: 0.8; }

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

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

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

This text has shadow with #908180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #908180.

Preview

Color preview on black background

This text has color #908180 on black background.


Color preview on white background

This text has color #908180 on white background.


Black color preview on #908180 background

This text has black color on #908180 background.


White color preview on #908180 background

This text has white color on #908180 background.


Related colors

Complementary color

Complementary color for #hex is #6F7E7F.


I love getcolorcode.com

Triadic colors

1 #809081 and #818090 with #908180 are triadic colors.

2 #808190 and #819080 with #908180 are triadic colors.