COLOR #94636F

HEX: #94636F RGB: (148,99,111)

Color info

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

RGB color model

#94636F color RGB value is (148,99,111).

RGB: (148,99,111) (58%, 39%, 44%)

RGB channels and saturation

R 148 of 255 = 58%
G 99 of 255 = 39%
B 111 of 255 = 44%

148
99
111

R + G + B ~ 47%. #94636F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 99 + 111 = 358 (100%)
R 148 of 358 ~ 41.34%
G 99 of 358 ~ 27.65%
B 111 of 358 ~ 31.01'%

%41.34
%27.65
%31.01

CMYK color model

#94636F color CMYK value is (0,33,25,42).

  • cyan value is 0.00%
  • magenta value is 33.11%
  • yellow value is 25.00%
  • key color value is 41.96%
CMYK: (0,33,25,42) C0M33Y25K42 (0%,33%,25%,42%) (0.00/0.33/0.25/0.42) 

CMYK percentages

%0
%33.11
%25
%41.96

Codes

Color #94636F in popluar color models

94 63 6F
RGB 148 99 111
HSL 345° 19.84% 48.43%
HSB/HSV 345° 33.11% 58.04%
CMYK 0.00% 33.11% 25.00%
41.96%

Color #94636F in popluar number systems.

HEX 94 63 6F
Decimal 148 99 111
Binary 10010100 1100011 1101111
Octal 224 143 157

Shades and tints

Shades of #94636F

#94636F
(148,99,111)
#875A65
(135,90,101)
#7A515B
(122,81,91)
#6D4851
(109,72,81)
#603F47
(96,63,71)
#53363D
(83,54,61)
#462D33
(70,45,51)
#392429
(57,36,41)
#2C1B1F
(44,27,31)
#1F1215
(31,18,21)
#12090B
(18,9,11)
#000000
(0,0,0)

Tints of #94636F

#94636F
(148,99,111)
#9D717C
(157,113,124)
#A67F89
(166,127,137)
#AF8D96
(175,141,150)
#B89BA3
(184,155,163)
#C1A9B0
(193,169,176)
#CAB7BD
(202,183,189)
#D3C5CA
(211,197,202)
#DCD3D7
(220,211,215)
#E5E1E4
(229,225,228)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94636F color. Also use rgb(148,99,111) instead hex code.

Text Font Color

.myTextColor { color: #94636F; }

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

This text font color is #94636F.

Background Color

.myBgColor { background-color: #94636F; }

<div style="background-color:#94636F">Inner text</div>

This div background color is #94636F.

Border color

.myBorderColor { border: 1px solid #94636F; }

<div style="border:3px solid #94636F">Div</div>

This div border color is #94636F.

Opacity

.myOpacity80 { color: #94636F; opacity: 0.8; }

<p style="color:#94636F;opacity:0.8;">80%</p>

Text with #94636F 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 #94636F;}

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

This text has shadow with #94636F color.


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

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

This text has shadow with #94636F primary color and red secondary color.


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

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

This text has shadow with #94636F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #94636F.

Preview

Color preview on black background

This text has color #94636F on black background.


Color preview on white background

This text has color #94636F on white background.


Black color preview on #94636F background

This text has black color on #94636F background.


White color preview on #94636F background

This text has white color on #94636F background.


Related colors

Complementary color

Complementary color for #hex is #6B9C90.


I love getcolorcode.com

Triadic colors

1 #6F9463 and #636F94 with #94636F are triadic colors.

2 #6F6394 and #63946F with #94636F are triadic colors.