COLOR #948C78

HEX: #948C78 RGB: (148,140,120)

Color info

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

RGB color model

#948C78 color RGB value is (148,140,120).

RGB: (148,140,120) (58%, 55%, 47%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 120 of 255 = 47%

148
140
120

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

Portions of RGB colors in percentages

R + G + B = 148 + 140 + 120 = 408 (100%)
R 148 of 408 ~ 36.27%
G 140 of 408 ~ 34.31%
B 120 of 408 ~ 29.41'%

%36.27
%34.31
%29.41

CMYK color model

#948C78 color CMYK value is (0,5,19,42).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 18.92%
  • key color value is 41.96%
CMYK: (0,5,19,42) C0M5Y19K42 (0%,5%,19%,42%) (0.00/0.05/0.19/0.42) 

CMYK percentages

%0
%5.41
%18.92
%41.96

Codes

Color #948C78 in popluar color models

94 8C 78
RGB 148 140 120
HSL 43° 11.57% 52.55%
HSB/HSV 43° 18.92% 58.04%
CMYK 0.00% 5.41% 18.92%
41.96%

Color #948C78 in popluar number systems.

HEX 94 8C 78
Decimal 148 140 120
Binary 10010100 10001100 1111000
Octal 224 214 170

Shades and tints

Shades of #948C78

#948C78
(148,140,120)
#87806E
(135,128,110)
#7A7464
(122,116,100)
#6D685A
(109,104,90)
#605C50
(96,92,80)
#535046
(83,80,70)
#46443C
(70,68,60)
#393832
(57,56,50)
#2C2C28
(44,44,40)
#1F201E
(31,32,30)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #948C78

#948C78
(148,140,120)
#9D9684
(157,150,132)
#A6A090
(166,160,144)
#AFAA9C
(175,170,156)
#B8B4A8
(184,180,168)
#C1BEB4
(193,190,180)
#CAC8C0
(202,200,192)
#D3D2CC
(211,210,204)
#DCDCD8
(220,220,216)
#E5E6E4
(229,230,228)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948C78; }

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

This text font color is #948C78.

Background Color

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

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

This div background color is #948C78.

Border color

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

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

This div border color is #948C78.

Opacity

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

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

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

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

This text has shadow with #948C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948C78.

Preview

Color preview on black background

This text has color #948C78 on black background.


Color preview on white background

This text has color #948C78 on white background.


Black color preview on #948C78 background

This text has black color on #948C78 background.


White color preview on #948C78 background

This text has white color on #948C78 background.


Related colors

Complementary color

Complementary color for #hex is #6B7387.


I love getcolorcode.com

Triadic colors

1 #78948C and #8C7894 with #948C78 are triadic colors.

2 #788C94 and #8C9478 with #948C78 are triadic colors.