COLOR #948E80

HEX: #948E80 RGB: (148,142,128)

Color info

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

RGB color model

#948E80 color RGB value is (148,142,128).

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

RGB channels and saturation

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

148
142
128

R + G + B ~ 55%. #948E80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 142 + 128 = 418 (100%)
R 148 of 418 ~ 35.41%
G 142 of 418 ~ 33.97%
B 128 of 418 ~ 30.62'%

%35.41
%33.97
%30.62

CMYK color model

#948E80 color CMYK value is (0,4,14,42).

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

CMYK: (0,4,14,42)
C0M4Y14K42 (0%, 4%, 14%, 42%)
(0.00 / 0.04 / 0.14 / 0.42)

CMYK percentages

%0
%4.05
%13.51
%41.96

Codes

Color #948E80 in popluar color models

94 8E 80
RGB 148 142 128
HSL 42° 8.55% 54.12%
HSB/HSV 42° 13.51% 58.04%
CMYK 0.00% 4.05% 13.51%
41.96%

Color #948E80 in popluar number systems.

HEX 94 8E 80
Decimal 148 142 128
Binary 10010100 10001110 10000000
Octal 224 216 200

Shades and tints

Shades of #948E80

#948E80
(148,142,128)
#878275
(135,130,117)
#7A766A
(122,118,106)
#6D6A5F
(109,106,95)
#605E54
(96,94,84)
#535249
(83,82,73)
#46463E
(70,70,62)
#393A33
(57,58,51)
#2C2E28
(44,46,40)
#1F221D
(31,34,29)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #948E80

#948E80
(148,142,128)
#9D988B
(157,152,139)
#A6A296
(166,162,150)
#AFACA1
(175,172,161)
#B8B6AC
(184,182,172)
#C1C0B7
(193,192,183)
#CACAC2
(202,202,194)
#D3D4CD
(211,212,205)
#DCDED8
(220,222,216)
#E5E8E3
(229,232,227)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948E80; }

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

This text font color is #948E80.

Background Color

.myBgColor { background-color: #948E80; }

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

This div background color is #948E80.

Border color

.myBorderColor { border: 1px solid #948E80; }

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

This div border color is #948E80.

Opacity

.myOpacity80 { color: #948E80; opacity: 0.8; }

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

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

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

This text has shadow with #948E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948E80.

Preview

Color preview on black background

This text has color #948E80 on black background.


Color preview on white background

This text has color #948E80 on white background.


Black color preview on #948E80 background

This text has black color on #948E80 background.


White color preview on #948E80 background

This text has white color on #948E80 background.


Related colors

Complementary color

Complementary color for #hex is #6B717F.


I love getcolorcode.com

Triadic colors

1 #80948E and #8E8094 with #948E80 are triadic colors.

2 #808E94 and #8E9480 with #948E80 are triadic colors.