COLOR #948E69

HEX: #948E69 RGB: (148,142,105)

Color info

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

RGB color model

#948E69 color RGB value is (148,142,105).

RGB: (148,142,105) (58%, 56%, 41%)

RGB channels and saturation

R 148 of 255 = 58%
G 142 of 255 = 56%
B 105 of 255 = 41%

148
142
105

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

Portions of RGB colors in percentages

R + G + B = 148 + 142 + 105 = 395 (100%)
R 148 of 395 ~ 37.47%
G 142 of 395 ~ 35.95%
B 105 of 395 ~ 26.58'%

%37.47
%35.95
%26.58

CMYK color model

#948E69 color CMYK value is (0,4,29,42).

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

CMYK: (0,4,29,42)
C0M4Y29K42 (0%, 4%, 29%, 42%)
(0.00 / 0.04 / 0.29 / 0.42)

CMYK percentages

%0
%4.05
%29.05
%41.96

Codes

Color #948E69 in popluar color models

94 8E 69
RGB 148 142 105
HSL 52° 17.00% 49.61%
HSB/HSV 52° 29.05% 58.04%
CMYK 0.00% 4.05% 29.05%
41.96%

Color #948E69 in popluar number systems.

HEX 94 8E 69
Decimal 148 142 105
Binary 10010100 10001110 1101001
Octal 224 216 151

Shades and tints

Shades of #948E69

#948E69
(148,142,105)
#878260
(135,130,96)
#7A7657
(122,118,87)
#6D6A4E
(109,106,78)
#605E45
(96,94,69)
#53523C
(83,82,60)
#464633
(70,70,51)
#393A2A
(57,58,42)
#2C2E21
(44,46,33)
#1F2218
(31,34,24)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #948E69

#948E69
(148,142,105)
#9D9876
(157,152,118)
#A6A283
(166,162,131)
#AFAC90
(175,172,144)
#B8B69D
(184,182,157)
#C1C0AA
(193,192,170)
#CACAB7
(202,202,183)
#D3D4C4
(211,212,196)
#DCDED1
(220,222,209)
#E5E8DE
(229,232,222)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948E69; }

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

This text font color is #948E69.

Background Color

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

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

This div background color is #948E69.

Border color

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

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

This div border color is #948E69.

Opacity

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

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

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

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

This text has shadow with #948E69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948E69.

Preview

Color preview on black background

This text has color #948E69 on black background.


Color preview on white background

This text has color #948E69 on white background.


Black color preview on #948E69 background

This text has black color on #948E69 background.


White color preview on #948E69 background

This text has white color on #948E69 background.


Related colors

Complementary color

Complementary color for #hex is #6B7196.


I love getcolorcode.com

Triadic colors

1 #69948E and #8E6994 with #948E69 are triadic colors.

2 #698E94 and #8E9469 with #948E69 are triadic colors.