COLOR #948285

HEX: #948285
RGB: (148,130,133)

Color info

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

RGB color model

#948285 color RGB value is (148,130,133).

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

RGB channels and saturation

R 148 of 255 = 58%
G 130 of 255 = 51%
B 133 of 255 = 52%

148
130
133

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

Portions of RGB colors in percentages

R + G + B =
148 + 130 + 133 = 411 (100%)
R 148 of 411 ~ 36.01%
G 130 of 411 ~ 31.63%
B 133 of 411 ~ 32.36%

%36.01
%31.63
%32.36

CMYK color model

#948285 color CMYK value is (0,12,10,42).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 10.14%
  • key color value is 41.96%
CMYK:
(0,12,10,42)
C0M12Y10K42 
(0%,12%,10%,42%)
(0.00/0.12/0.10/0.42)	

CMYK percentages

%0
%12.16
%10.14
%41.96

Codes

Color #948285 in popluar color models

948285
RGB148130133
HSL350°7.76%54.51%
HSB/HSV350°12.16%58.04%
CMYK0.00%12.16%10.14%
41.96%

Color #948285 in popluar number systems.

HEX948285
Decimal148130133
Binary100101001000001010000101
Octal224202205

Shades and tints

Shades of #948285

#948285
(148,130,133)
#877779
(135,119,121)
#7A6C6D
(122,108,109)
#6D6161
(109,97,97)
#605655
(96,86,85)
#534B49
(83,75,73)
#46403D
(70,64,61)
#393531
(57,53,49)
#2C2A25
(44,42,37)
#1F1F19
(31,31,25)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #948285

#948285
(148,130,133)
#9D8D90
(157,141,144)
#A6989B
(166,152,155)
#AFA3A6
(175,163,166)
#B8AEB1
(184,174,177)
#C1B9BC
(193,185,188)
#CAC4C7
(202,196,199)
#D3CFD2
(211,207,210)
#DCDADD
(220,218,221)
#E5E5E8
(229,229,232)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948285; }

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

This text font color is #948285.


Background Color

.myBgColor { background-color: #948285; }

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

This div background color is #948285.


Border color

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

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

This div border color is #948285.


Opacity

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

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

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

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

This text has shadow with #948285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948285 on black background.


Color preview on white background

This text has color #948285 on white background.



Black color preview on #948285 background

This text has black color on #948285 background.


White color preview on #948285 background

This text has white color on #948285 background.