COLOR #948085

HEX: #948085
RGB: (148,128,133)

Color info

#948085 contains red, green and blue colors in about the same proportion. Web safe color of #948085 is #996699 (or #969).

RGB color model

#948085 color RGB value is (148,128,133).

  • red value is 148;
  • green value is 128;
  • blue value is 133.
RGB:
(148,128,133)
(58%,50%,52%)

RGB channels and saturation

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

148
128
133

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

Portions of RGB colors in percentages

R + G + B =
148 + 128 + 133 = 409 (100%)
R 148 of 409 ~ 36.19%
G 128 of 409 ~ 31.3%
B 133 of 409 ~ 32.52%

%36.19
%31.3
%32.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 10.14%
  • key color value is 41.96%
CMYK:
(0,14,10,42)
C0M14Y10K42 
(0%,14%,10%,42%)
(0.00/0.14/0.10/0.42)	

CMYK percentages

%0
%13.51
%10.14
%41.96

Codes

Color #948085 in popluar color models

948085
RGB148128133
HSL345°8.55%54.12%
HSB/HSV345°13.51%58.04%
CMYK0.00%13.51%10.14%
41.96%

Color #948085 in popluar number systems.

HEX948085
Decimal148128133
Binary100101001000000010000101
Octal224200205

Shades and tints

Shades of #948085

#948085
(148,128,133)
#877579
(135,117,121)
#7A6A6D
(122,106,109)
#6D5F61
(109,95,97)
#605455
(96,84,85)
#534949
(83,73,73)
#463E3D
(70,62,61)
#393331
(57,51,49)
#2C2825
(44,40,37)
#1F1D19
(31,29,25)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #948085

#948085
(148,128,133)
#9D8B90
(157,139,144)
#A6969B
(166,150,155)
#AFA1A6
(175,161,166)
#B8ACB1
(184,172,177)
#C1B7BC
(193,183,188)
#CAC2C7
(202,194,199)
#D3CDD2
(211,205,210)
#DCD8DD
(220,216,221)
#E5E3E8
(229,227,232)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948085; }

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

This text font color is #948085.


Background Color

.myBgColor { background-color: #948085; }

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

This div background color is #948085.


Border color

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

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

This div border color is #948085.


Opacity

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

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

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

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

This text has shadow with #948085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948085 on black background.


Color preview on white background

This text has color #948085 on white background.



Black color preview on #948085 background

This text has black color on #948085 background.


White color preview on #948085 background

This text has white color on #948085 background.