COLOR #948B6A

HEX: #948B6A RGB: (148,139,106)

Color info

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

RGB color model

#948B6A color RGB value is (148,139,106).

RGB: (148,139,106) (58%, 55%, 42%)

RGB channels and saturation

R 148 of 255 = 58%
G 139 of 255 = 55%
B 106 of 255 = 42%

148
139
106

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

Portions of RGB colors in percentages

R + G + B = 148 + 139 + 106 = 393 (100%)
R 148 of 393 ~ 37.66%
G 139 of 393 ~ 35.37%
B 106 of 393 ~ 26.97'%

%37.66
%35.37
%26.97

CMYK color model

#948B6A color CMYK value is (0,6,28,42).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 28.38%
  • key color value is 41.96%

CMYK: (0,6,28,42)
C0M6Y28K42 (0%, 6%, 28%, 42%)
(0.00 / 0.06 / 0.28 / 0.42)

CMYK percentages

%0
%6.08
%28.38
%41.96

Codes

Color #948B6A in popluar color models

94 8B 6A
RGB 148 139 106
HSL 47° 16.54% 49.80%
HSB/HSV 47° 28.38% 58.04%
CMYK 0.00% 6.08% 28.38%
41.96%

Color #948B6A in popluar number systems.

HEX 94 8B 6A
Decimal 148 139 106
Binary 10010100 10001011 1101010
Octal 224 213 152

Shades and tints

Shades of #948B6A

#948B6A
(148,139,106)
#877F61
(135,127,97)
#7A7358
(122,115,88)
#6D674F
(109,103,79)
#605B46
(96,91,70)
#534F3D
(83,79,61)
#464334
(70,67,52)
#39372B
(57,55,43)
#2C2B22
(44,43,34)
#1F1F19
(31,31,25)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #948B6A

#948B6A
(148,139,106)
#9D9577
(157,149,119)
#A69F84
(166,159,132)
#AFA991
(175,169,145)
#B8B39E
(184,179,158)
#C1BDAB
(193,189,171)
#CAC7B8
(202,199,184)
#D3D1C5
(211,209,197)
#DCDBD2
(220,219,210)
#E5E5DF
(229,229,223)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948B6A color. Also use rgb(148,139,106) instead hex code.

Text Font Color

.myTextColor { color: #948B6A; }

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

This text font color is #948B6A.

Background Color

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

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

This div background color is #948B6A.

Border color

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

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

This div border color is #948B6A.

Opacity

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

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

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

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

This text has shadow with #948B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948B6A.

Preview

Color preview on black background

This text has color #948B6A on black background.


Color preview on white background

This text has color #948B6A on white background.


Black color preview on #948B6A background

This text has black color on #948B6A background.


White color preview on #948B6A background

This text has white color on #948B6A background.


Related colors

Complementary color

Complementary color for #hex is #6B7495.


I love getcolorcode.com

Triadic colors

1 #6A948B and #8B6A94 with #948B6A are triadic colors.

2 #6A8B94 and #8B946A with #948B6A are triadic colors.