COLOR #94828D

HEX: #94828D
RGB: (148,130,141)

Color info

#94828D contains red, green and blue colors in about the same proportion. Web safe color of #94828D is #999999 (or #999).

RGB color model

#94828D color RGB value is (148,130,141).

  • red value is 148;
  • green value is 130;
  • blue value is 141.
RGB: (148,130,141) (58%,51%,55%)

RGB channels and saturation

R 148 of 255 = 58%
G 130 of 255 = 51%
B 141 of 255 = 55%

148
130
141

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

Portions of RGB colors in percentages

R + G + B =
148 + 130 + 141 = 419 (100%)
R 148 of 419 ~ 35.32%
G 130 of 419 ~ 31.03%
B 141 of 419 ~ 33.65%

%35.32
%31.03
%33.65

CMYK color model

#94828D color CMYK value is (0,12,5,42).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 4.73%
  • key color value is 41.96%
CMYK: (0,12,5,42) C0M12Y5K42 (0%,12%,5%,42%) (0.00/0.12/0.05/0.42)

CMYK percentages

%0
%12.16
%4.73
%41.96

Codes

Color #94828D in popluar color models

94828D
RGB148130141
HSL323°7.76%54.51%
HSB/HSV323°12.16%58.04%
CMYK0.00%12.16%4.73%
41.96%

Color #94828D in popluar number systems.

HEX94828D
Decimal148130141
Binary100101001000001010001101
Octal224202215

Shades and tints

Shades of #94828D

#94828D
(148,130,141)
#877781
(135,119,129)
#7A6C75
(122,108,117)
#6D6169
(109,97,105)
#60565D
(96,86,93)
#534B51
(83,75,81)
#464045
(70,64,69)
#393539
(57,53,57)
#2C2A2D
(44,42,45)
#1F1F21
(31,31,33)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #94828D

#94828D
(148,130,141)
#9D8D97
(157,141,151)
#A698A1
(166,152,161)
#AFA3AB
(175,163,171)
#B8AEB5
(184,174,181)
#C1B9BF
(193,185,191)
#CAC4C9
(202,196,201)
#D3CFD3
(211,207,211)
#DCDADD
(220,218,221)
#E5E5E7
(229,229,231)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94828D color. Also use rgb(148,130,141) instead hex code.

Text Font Color

.myTextColor { color: #94828D; }

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

This text font color is #94828D.


Background Color

.myBgColor { background-color: #94828D; }

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

This div background color is #94828D.


Border color

.myBorderColor { border: 1px solid #94828D; }

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

This div border color is #94828D.


Opacity

.myOpacity80 { color: #94828D; opacity: 0.8; }

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

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

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

This text has shadow with #94828D color.

.textShadow {text-shadow: 3px 3px 1px #94828D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #94828D; -webkit-box-shadow:	1px 1px 3px 2px #94828D; box-shadow:	1px 1px 3px 2px #94828D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #94828D; -webkit-box-shadow: 1px 1px 3px 2px #94828D; box-shadow:1px 1px 3px 2px #94828D;">
Div content here</div>
This div box has shadow with color #94828D.

Preview

Color preview on black background

This text has color #94828D on black background.


Color preview on white background

This text has color #94828D on white background.



Black color preview on #94828D background

This text has black color on #94828D background.


White color preview on #94828D background

This text has white color on #94828D background.