COLOR #949378

HEX: #949378
RGB: (148,147,120)

Color info

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

RGB color model

#949378 color RGB value is (148,147,120).

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

RGB channels and saturation

R 148 of 255 = 58%
G 147 of 255 = 58%
B 120 of 255 = 47%

148
147
120

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

Portions of RGB colors in percentages

R + G + B =
148 + 147 + 120 = 415 (100%)
R 148 of 415 ~ 35.66%
G 147 of 415 ~ 35.42%
B 120 of 415 ~ 28.92%

%35.66
%35.42
%28.92

CMYK color model

#949378 color CMYK value is (0,1,19,42).

  • cyan value is 0.00%
  • magenta value is 0.68%
  • yellow value is 18.92%
  • key color value is 41.96%
CMYK:
(0,1,19,42)
C0M1Y19K42 
(0%,1%,19%,42%)
(0.00/0.01/0.19/0.42)	

CMYK percentages

%0
%0.68
%18.92
%41.96

Codes

Color #949378 in popluar color models

949378
RGB148147120
HSL58°11.57%52.55%
HSB/HSV58°18.92%58.04%
CMYK0.00%0.68%18.92%
41.96%

Color #949378 in popluar number systems.

HEX949378
Decimal148147120
Binary10010100100100111111000
Octal224223170

Shades and tints

Shades of #949378

#949378
(148,147,120)
#87866E
(135,134,110)
#7A7964
(122,121,100)
#6D6C5A
(109,108,90)
#605F50
(96,95,80)
#535246
(83,82,70)
#46453C
(70,69,60)
#393832
(57,56,50)
#2C2B28
(44,43,40)
#1F1E1E
(31,30,30)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #949378

#949378
(148,147,120)
#9D9C84
(157,156,132)
#A6A590
(166,165,144)
#AFAE9C
(175,174,156)
#B8B7A8
(184,183,168)
#C1C0B4
(193,192,180)
#CAC9C0
(202,201,192)
#D3D2CC
(211,210,204)
#DCDBD8
(220,219,216)
#E5E4E4
(229,228,228)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949378; }

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

This text font color is #949378.


Background Color

.myBgColor { background-color: #949378; }

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

This div background color is #949378.


Border color

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

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

This div border color is #949378.


Opacity

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

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

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

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

This text has shadow with #949378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949378 on black background.


Color preview on white background

This text has color #949378 on white background.



Black color preview on #949378 background

This text has black color on #949378 background.


White color preview on #949378 background

This text has white color on #949378 background.