COLOR #948A7A

HEX: #948A7A
RGB: (148,138,122)

Color info

#948A7A contains red, green and blue colors in about the same proportion. Web safe color of #948A7A is #999966 (or #996).

RGB color model

#948A7A color RGB value is (148,138,122).

  • red value is 148;
  • green value is 138;
  • blue value is 122.
RGB:
(148,138,122)
(58%,54%,48%)

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 122 of 255 = 48%

148
138
122

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

Portions of RGB colors in percentages

R + G + B =
148 + 138 + 122 = 408 (100%)
R 148 of 408 ~ 36.27%
G 138 of 408 ~ 33.82%
B 122 of 408 ~ 29.9%

%36.27
%33.82
%29.9

CMYK color model

#948A7A color CMYK value is (0,7,18,42).

  • cyan value is 0.00%
  • magenta value is 6.76%
  • yellow value is 17.57%
  • key color value is 41.96%
CMYK:
(0,7,18,42)
C0M7Y18K42 
(0%,7%,18%,42%)
(0.00/0.07/0.18/0.42)	

CMYK percentages

%0
%6.76
%17.57
%41.96

Codes

Color #948A7A in popluar color models

948A7A
RGB148138122
HSL37°10.83%52.94%
HSB/HSV37°17.57%58.04%
CMYK0.00%6.76%17.57%
41.96%

Color #948A7A in popluar number systems.

HEX948A7A
Decimal148138122
Binary10010100100010101111010
Octal224212172

Shades and tints

Shades of #948A7A

#948A7A
(148,138,122)
#877E6F
(135,126,111)
#7A7264
(122,114,100)
#6D6659
(109,102,89)
#605A4E
(96,90,78)
#534E43
(83,78,67)
#464238
(70,66,56)
#39362D
(57,54,45)
#2C2A22
(44,42,34)
#1F1E17
(31,30,23)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #948A7A

#948A7A
(148,138,122)
#9D9486
(157,148,134)
#A69E92
(166,158,146)
#AFA89E
(175,168,158)
#B8B2AA
(184,178,170)
#C1BCB6
(193,188,182)
#CAC6C2
(202,198,194)
#D3D0CE
(211,208,206)
#DCDADA
(220,218,218)
#E5E4E6
(229,228,230)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948A7A color. Also use rgb(148,138,122) instead hex code.

Text Font Color

.myTextColor { color: #948A7A; }

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

This text font color is #948A7A.


Background Color

.myBgColor { background-color: #948A7A; }

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

This div background color is #948A7A.


Border color

.myBorderColor { border: 1px solid #948A7A; }

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

This div border color is #948A7A.


Opacity

.myOpacity80 { color: #948A7A; opacity: 0.8; }

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

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

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

This text has shadow with #948A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948A7A on black background.


Color preview on white background

This text has color #948A7A on white background.



Black color preview on #948A7A background

This text has black color on #948A7A background.


White color preview on #948A7A background

This text has white color on #948A7A background.