COLOR #948684

HEX: #948684
RGB: (148,134,132)

Color info

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

RGB color model

#948684 color RGB value is (148,134,132).

  • red value is 148;
  • green value is 134;
  • blue value is 132.
RGB:
(148,134,132)
(58%,53%,52%)

RGB channels and saturation

R 148 of 255 = 58%
G 134 of 255 = 53%
B 132 of 255 = 52%

148
134
132

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

Portions of RGB colors in percentages

R + G + B =
148 + 134 + 132 = 414 (100%)
R 148 of 414 ~ 35.75%
G 134 of 414 ~ 32.37%
B 132 of 414 ~ 31.88%

%35.75
%32.37
%31.88

CMYK color model

#948684 color CMYK value is (0,9,11,42).

  • cyan value is 0.00%
  • magenta value is 9.46%
  • yellow value is 10.81%
  • key color value is 41.96%
CMYK:
(0,9,11,42)
C0M9Y11K42 
(0%,9%,11%,42%)
(0.00/0.09/0.11/0.42)	

CMYK percentages

%0
%9.46
%10.81
%41.96

Codes

Color #948684 in popluar color models

948684
RGB148134132
HSL6.96%54.90%
HSB/HSV10.81%58.04%
CMYK0.00%9.46%10.81%
41.96%

Color #948684 in popluar number systems.

HEX948684
Decimal148134132
Binary100101001000011010000100
Octal224206204

Shades and tints

Shades of #948684

#948684
(148,134,132)
#877A78
(135,122,120)
#7A6E6C
(122,110,108)
#6D6260
(109,98,96)
#605654
(96,86,84)
#534A48
(83,74,72)
#463E3C
(70,62,60)
#393230
(57,50,48)
#2C2624
(44,38,36)
#1F1A18
(31,26,24)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #948684

#948684
(148,134,132)
#9D918F
(157,145,143)
#A69C9A
(166,156,154)
#AFA7A5
(175,167,165)
#B8B2B0
(184,178,176)
#C1BDBB
(193,189,187)
#CAC8C6
(202,200,198)
#D3D3D1
(211,211,209)
#DCDEDC
(220,222,220)
#E5E9E7
(229,233,231)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948684; }

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

This text font color is #948684.


Background Color

.myBgColor { background-color: #948684; }

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

This div background color is #948684.


Border color

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

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

This div border color is #948684.


Opacity

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

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

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

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

This text has shadow with #948684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948684 on black background.


Color preview on white background

This text has color #948684 on white background.



Black color preview on #948684 background

This text has black color on #948684 background.


White color preview on #948684 background

This text has white color on #948684 background.