COLOR #948578

HEX: #948578
RGB: (148,133,120)

Color info

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

RGB color model

#948578 color RGB value is (148,133,120).

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

RGB channels and saturation

R 148 of 255 = 58%
G 133 of 255 = 52%
B 120 of 255 = 47%

148
133
120

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

Portions of RGB colors in percentages

R + G + B =
148 + 133 + 120 = 401 (100%)
R 148 of 401 ~ 36.91%
G 133 of 401 ~ 33.17%
B 120 of 401 ~ 29.93%

%36.91
%33.17
%29.93

CMYK color model

#948578 color CMYK value is (0,10,19,42).

  • cyan value is 0.00%
  • magenta value is 10.14%
  • yellow value is 18.92%
  • key color value is 41.96%
CMYK:
(0,10,19,42)
C0M10Y19K42 
(0%,10%,19%,42%)
(0.00/0.10/0.19/0.42)	

CMYK percentages

%0
%10.14
%18.92
%41.96

Codes

Color #948578 in popluar color models

948578
RGB148133120
HSL28°11.57%52.55%
HSB/HSV28°18.92%58.04%
CMYK0.00%10.14%18.92%
41.96%

Color #948578 in popluar number systems.

HEX948578
Decimal148133120
Binary10010100100001011111000
Octal224205170

Shades and tints

Shades of #948578

#948578
(148,133,120)
#87796E
(135,121,110)
#7A6D64
(122,109,100)
#6D615A
(109,97,90)
#605550
(96,85,80)
#534946
(83,73,70)
#463D3C
(70,61,60)
#393132
(57,49,50)
#2C2528
(44,37,40)
#1F191E
(31,25,30)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #948578

#948578
(148,133,120)
#9D9084
(157,144,132)
#A69B90
(166,155,144)
#AFA69C
(175,166,156)
#B8B1A8
(184,177,168)
#C1BCB4
(193,188,180)
#CAC7C0
(202,199,192)
#D3D2CC
(211,210,204)
#DCDDD8
(220,221,216)
#E5E8E4
(229,232,228)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948578; }

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

This text font color is #948578.


Background Color

.myBgColor { background-color: #948578; }

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

This div background color is #948578.


Border color

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

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

This div border color is #948578.


Opacity

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

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

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

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

This text has shadow with #948578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948578 on black background.


Color preview on white background

This text has color #948578 on white background.



Black color preview on #948578 background

This text has black color on #948578 background.


White color preview on #948578 background

This text has white color on #948578 background.