COLOR #948080

HEX: #948080 RGB: (148,128,128)

Color info

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

RGB color model

#948080 color RGB value is (148,128,128).

RGB: (148,128,128) (58%, 50%, 50%)

RGB channels and saturation

R 148 of 255 = 58%
G 128 of 255 = 50%
B 128 of 255 = 50%

148
128
128

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

Portions of RGB colors in percentages

R + G + B = 148 + 128 + 128 = 404 (100%)
R 148 of 404 ~ 36.63%
G 128 of 404 ~ 31.68%
B 128 of 404 ~ 31.68'%

%36.63
%31.68
%31.68

CMYK color model

#948080 color CMYK value is (0,14,14,42).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 13.51%
  • key color value is 41.96%

CMYK: (0,14,14,42)
C0M14Y14K42 (0%, 14%, 14%, 42%)
(0.00 / 0.14 / 0.14 / 0.42)

CMYK percentages

%0
%13.51
%13.51
%41.96

Codes

Color #948080 in popluar color models

94 80 80
RGB 148 128 128
HSL 8.55% 54.12%
HSB/HSV 13.51% 58.04%
CMYK 0.00% 13.51% 13.51%
41.96%

Color #948080 in popluar number systems.

HEX 94 80 80
Decimal 148 128 128
Binary 10010100 10000000 10000000
Octal 224 200 200

Shades and tints

Shades of #948080

#948080
(148,128,128)
#877575
(135,117,117)
#7A6A6A
(122,106,106)
#6D5F5F
(109,95,95)
#605454
(96,84,84)
#534949
(83,73,73)
#463E3E
(70,62,62)
#393333
(57,51,51)
#2C2828
(44,40,40)
#1F1D1D
(31,29,29)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #948080

#948080
(148,128,128)
#9D8B8B
(157,139,139)
#A69696
(166,150,150)
#AFA1A1
(175,161,161)
#B8ACAC
(184,172,172)
#C1B7B7
(193,183,183)
#CAC2C2
(202,194,194)
#D3CDCD
(211,205,205)
#DCD8D8
(220,216,216)
#E5E3E3
(229,227,227)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948080; }

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

This text font color is #948080.

Background Color

.myBgColor { background-color: #948080; }

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

This div background color is #948080.

Border color

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

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

This div border color is #948080.

Opacity

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

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

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

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

This text has shadow with #948080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948080.

Preview

Color preview on black background

This text has color #948080 on black background.


Color preview on white background

This text has color #948080 on white background.


Black color preview on #948080 background

This text has black color on #948080 background.


White color preview on #948080 background

This text has white color on #948080 background.


Related colors

Complementary color

Complementary color for #hex is #6B7F7F.


I love getcolorcode.com