COLOR #948E63

HEX: #948E63 RGB: (148,142,99)

Color info

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

RGB color model

#948E63 color RGB value is (148,142,99).

RGB: (148,142,99) (58%, 56%, 39%)

RGB channels and saturation

R 148 of 255 = 58%
G 142 of 255 = 56%
B 99 of 255 = 39%

148
142
99

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

Portions of RGB colors in percentages

R + G + B = 148 + 142 + 99 = 389 (100%)
R 148 of 389 ~ 38.05%
G 142 of 389 ~ 36.5%
B 99 of 389 ~ 25.45'%

%38.05
%36.5
%25.45

CMYK color model

#948E63 color CMYK value is (0,4,33,42).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 33.11%
  • key color value is 41.96%

CMYK: (0,4,33,42)
C0M4Y33K42 (0%, 4%, 33%, 42%)
(0.00 / 0.04 / 0.33 / 0.42)

CMYK percentages

%0
%4.05
%33.11
%41.96

Codes

Color #948E63 in popluar color models

94 8E 63
RGB 148 142 99
HSL 53° 19.84% 48.43%
HSB/HSV 53° 33.11% 58.04%
CMYK 0.00% 4.05% 33.11%
41.96%

Color #948E63 in popluar number systems.

HEX 94 8E 63
Decimal 148 142 99
Binary 10010100 10001110 1100011
Octal 224 216 143

Shades and tints

Shades of #948E63

#948E63
(148,142,99)
#87825A
(135,130,90)
#7A7651
(122,118,81)
#6D6A48
(109,106,72)
#605E3F
(96,94,63)
#535236
(83,82,54)
#46462D
(70,70,45)
#393A24
(57,58,36)
#2C2E1B
(44,46,27)
#1F2212
(31,34,18)
#121609
(18,22,9)
#000000
(0,0,0)

Tints of #948E63

#948E63
(148,142,99)
#9D9871
(157,152,113)
#A6A27F
(166,162,127)
#AFAC8D
(175,172,141)
#B8B69B
(184,182,155)
#C1C0A9
(193,192,169)
#CACAB7
(202,202,183)
#D3D4C5
(211,212,197)
#DCDED3
(220,222,211)
#E5E8E1
(229,232,225)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948E63 color. Also use rgb(148,142,99) instead hex code.

Text Font Color

.myTextColor { color: #948E63; }

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

This text font color is #948E63.

Background Color

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

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

This div background color is #948E63.

Border color

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

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

This div border color is #948E63.

Opacity

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

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

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

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

This text has shadow with #948E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948E63.

Preview

Color preview on black background

This text has color #948E63 on black background.


Color preview on white background

This text has color #948E63 on white background.


Black color preview on #948E63 background

This text has black color on #948E63 background.


White color preview on #948E63 background

This text has white color on #948E63 background.


Related colors

Complementary color

Complementary color for #hex is #6B719C.


I love getcolorcode.com

Triadic colors

1 #63948E and #8E6394 with #948E63 are triadic colors.

2 #638E94 and #8E9463 with #948E63 are triadic colors.