COLOR #94736E

HEX: #94736E RGB: (148,115,110)

Color info

#94736E contains red, green and blue colors in about the same proportion. Web safe color of #94736E is #996666 (or #966).

RGB color model

#94736E color RGB value is (148,115,110).

RGB: (148,115,110) (58%, 45%, 43%)

RGB channels and saturation

R 148 of 255 = 58%
G 115 of 255 = 45%
B 110 of 255 = 43%

148
115
110

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

Portions of RGB colors in percentages

R + G + B = 148 + 115 + 110 = 373 (100%)
R 148 of 373 ~ 39.68%
G 115 of 373 ~ 30.83%
B 110 of 373 ~ 29.49'%

%39.68
%30.83
%29.49

CMYK color model

#94736E color CMYK value is (0,22,26,42).

  • cyan value is 0.00%
  • magenta value is 22.30%
  • yellow value is 25.68%
  • key color value is 41.96%

CMYK: (0,22,26,42)
C0M22Y26K42 (0%, 22%, 26%, 42%)
(0.00 / 0.22 / 0.26 / 0.42)

CMYK percentages

%0
%22.3
%25.68
%41.96

Codes

Color #94736E in popluar color models

94 73 6E
RGB 148 115 110
HSL 15.08% 50.59%
HSB/HSV 25.68% 58.04%
CMYK 0.00% 22.30% 25.68%
41.96%

Color #94736E in popluar number systems.

HEX 94 73 6E
Decimal 148 115 110
Binary 10010100 1110011 1101110
Octal 224 163 156

Shades and tints

Shades of #94736E

#94736E
(148,115,110)
#876964
(135,105,100)
#7A5F5A
(122,95,90)
#6D5550
(109,85,80)
#604B46
(96,75,70)
#53413C
(83,65,60)
#463732
(70,55,50)
#392D28
(57,45,40)
#2C231E
(44,35,30)
#1F1914
(31,25,20)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #94736E

#94736E
(148,115,110)
#9D7F7B
(157,127,123)
#A68B88
(166,139,136)
#AF9795
(175,151,149)
#B8A3A2
(184,163,162)
#C1AFAF
(193,175,175)
#CABBBC
(202,187,188)
#D3C7C9
(211,199,201)
#DCD3D6
(220,211,214)
#E5DFE3
(229,223,227)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94736E color. Also use rgb(148,115,110) instead hex code.

Text Font Color

.myTextColor { color: #94736E; }

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

This text font color is #94736E.

Background Color

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

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

This div background color is #94736E.

Border color

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

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

This div border color is #94736E.

Opacity

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

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

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

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

This text has shadow with #94736E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94736E.

Preview

Color preview on black background

This text has color #94736E on black background.


Color preview on white background

This text has color #94736E on white background.


Black color preview on #94736E background

This text has black color on #94736E background.


White color preview on #94736E background

This text has white color on #94736E background.


Related colors

Complementary color

Complementary color for #hex is #6B8C91.


I love getcolorcode.com

Triadic colors

1 #6E9473 and #736E94 with #94736E are triadic colors.

2 #6E7394 and #73946E with #94736E are triadic colors.