COLOR #948792

HEX: #948792
RGB: (148,135,146)

Color info

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

RGB color model

#948792 color RGB value is (148,135,146).

  • red value is 148;
  • green value is 135;
  • blue value is 146.
RGB:
(148,135,146)
(58%,53%,57%)

RGB channels and saturation

R 148 of 255 = 58%
G 135 of 255 = 53%
B 146 of 255 = 57%

148
135
146

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

Portions of RGB colors in percentages

R + G + B =
148 + 135 + 146 = 429 (100%)
R 148 of 429 ~ 34.5%
G 135 of 429 ~ 31.47%
B 146 of 429 ~ 34.03%

%34.5
%31.47
%34.03

CMYK color model

#948792 color CMYK value is (0,9,1,42).

  • cyan value is 0.00%
  • magenta value is 8.78%
  • yellow value is 1.35%
  • key color value is 41.96%
CMYK:
(0,9,1,42)
C0M9Y1K42 
(0%,9%,1%,42%)
(0.00/0.09/0.01/0.42)	

CMYK percentages

%0
%8.78
%1.35
%41.96

Codes

Color #948792 in popluar color models

948792
RGB148135146
HSL309°5.73%55.49%
HSB/HSV309°8.78%58.04%
CMYK0.00%8.78%1.35%
41.96%

Color #948792 in popluar number systems.

HEX948792
Decimal148135146
Binary100101001000011110010010
Octal224207222

Shades and tints

Shades of #948792

#948792
(148,135,146)
#877B85
(135,123,133)
#7A6F78
(122,111,120)
#6D636B
(109,99,107)
#60575E
(96,87,94)
#534B51
(83,75,81)
#463F44
(70,63,68)
#393337
(57,51,55)
#2C272A
(44,39,42)
#1F1B1D
(31,27,29)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #948792

#948792
(148,135,146)
#9D919B
(157,145,155)
#A69BA4
(166,155,164)
#AFA5AD
(175,165,173)
#B8AFB6
(184,175,182)
#C1B9BF
(193,185,191)
#CAC3C8
(202,195,200)
#D3CDD1
(211,205,209)
#DCD7DA
(220,215,218)
#E5E1E3
(229,225,227)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948792 color. Also use rgb(148,135,146) instead hex code.

Text Font Color

.myTextColor { color: #948792; }

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

This text font color is #948792.


Background Color

.myBgColor { background-color: #948792; }

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

This div background color is #948792.


Border color

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

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

This div border color is #948792.


Opacity

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

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

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

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

This text has shadow with #948792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948792 on black background.


Color preview on white background

This text has color #948792 on white background.



Black color preview on #948792 background

This text has black color on #948792 background.


White color preview on #948792 background

This text has white color on #948792 background.