COLOR #94957E

HEX: #94957E RGB: (148,149,126)

Color info

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

RGB color model

#94957E color RGB value is (148,149,126).

RGB: (148,149,126) (58%, 58%, 49%)

RGB channels and saturation

R 148 of 255 = 58%
G 149 of 255 = 58%
B 126 of 255 = 49%

148
149
126

R + G + B ~ 55%. #94957E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 149 + 126 = 423 (100%)
R 148 of 423 ~ 34.99%
G 149 of 423 ~ 35.22%
B 126 of 423 ~ 29.79'%

%34.99
%35.22
%29.79

CMYK color model

#94957E color CMYK value is (1,0,15,42).

  • cyan value is 0.67%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 41.57%

CMYK: (1,0,15,42)
C1M0Y15K42 (1%, 0%, 15%, 42%)
(0.01 / 0.00 / 0.15 / 0.42)

CMYK percentages

%0.67
%0
%15.44
%41.57

Codes

Color #94957E in popluar color models

94 95 7E
RGB 148 149 126
HSL 63° 9.79% 53.92%
HSB/HSV 63° 15.44% 58.43%
CMYK 0.67% 0.00% 15.44%
41.57%

Color #94957E in popluar number systems.

HEX 94 95 7E
Decimal 148 149 126
Binary 10010100 10010101 1111110
Octal 224 225 176

Shades and tints

Shades of #94957E

#94957E
(148,149,126)
#878873
(135,136,115)
#7A7B68
(122,123,104)
#6D6E5D
(109,110,93)
#606152
(96,97,82)
#535447
(83,84,71)
#46473C
(70,71,60)
#393A31
(57,58,49)
#2C2D26
(44,45,38)
#1F201B
(31,32,27)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #94957E

#94957E
(148,149,126)
#9D9E89
(157,158,137)
#A6A794
(166,167,148)
#AFB09F
(175,176,159)
#B8B9AA
(184,185,170)
#C1C2B5
(193,194,181)
#CACBC0
(202,203,192)
#D3D4CB
(211,212,203)
#DCDDD6
(220,221,214)
#E5E6E1
(229,230,225)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94957E color. Also use rgb(148,149,126) instead hex code.

Text Font Color

.myTextColor { color: #94957E; }

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

This text font color is #94957E.

Background Color

.myBgColor { background-color: #94957E; }

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

This div background color is #94957E.

Border color

.myBorderColor { border: 1px solid #94957E; }

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

This div border color is #94957E.

Opacity

.myOpacity80 { color: #94957E; opacity: 0.8; }

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

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

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

This text has shadow with #94957E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94957E.

Preview

Color preview on black background

This text has color #94957E on black background.


Color preview on white background

This text has color #94957E on white background.


Black color preview on #94957E background

This text has black color on #94957E background.


White color preview on #94957E background

This text has white color on #94957E background.


Related colors

Complementary color

Complementary color for #hex is #6B6A81.


I love getcolorcode.com

Triadic colors

1 #7E9495 and #957E94 with #94957E are triadic colors.

2 #7E9594 and #95947E with #94957E are triadic colors.