COLOR #946E81

HEX: #946E81 RGB: (148,110,129)

Color info

#946E81 contains red, green and blue colors in about the same proportion. Web safe color of #946E81 is #996699 (or #969).

RGB color model

#946E81 color RGB value is (148,110,129).

RGB: (148,110,129) (58%, 43%, 51%)

RGB channels and saturation

R 148 of 255 = 58%
G 110 of 255 = 43%
B 129 of 255 = 51%

148
110
129

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

Portions of RGB colors in percentages

R + G + B = 148 + 110 + 129 = 387 (100%)
R 148 of 387 ~ 38.24%
G 110 of 387 ~ 28.42%
B 129 of 387 ~ 33.33'%

%38.24
%28.42
%33.33

CMYK color model

#946E81 color CMYK value is (0,26,13,42).

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

CMYK: (0,26,13,42)
C0M26Y13K42 (0%, 26%, 13%, 42%)
(0.00 / 0.26 / 0.13 / 0.42)

CMYK percentages

%0
%25.68
%12.84
%41.96

Codes

Color #946E81 in popluar color models

94 6E 81
RGB 148 110 129
HSL 330° 15.08% 50.59%
HSB/HSV 330° 25.68% 58.04%
CMYK 0.00% 25.68% 12.84%
41.96%

Color #946E81 in popluar number systems.

HEX 94 6E 81
Decimal 148 110 129
Binary 10010100 1101110 10000001
Octal 224 156 201

Shades and tints

Shades of #946E81

#946E81
(148,110,129)
#876476
(135,100,118)
#7A5A6B
(122,90,107)
#6D5060
(109,80,96)
#604655
(96,70,85)
#533C4A
(83,60,74)
#46323F
(70,50,63)
#392834
(57,40,52)
#2C1E29
(44,30,41)
#1F141E
(31,20,30)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #946E81

#946E81
(148,110,129)
#9D7B8C
(157,123,140)
#A68897
(166,136,151)
#AF95A2
(175,149,162)
#B8A2AD
(184,162,173)
#C1AFB8
(193,175,184)
#CABCC3
(202,188,195)
#D3C9CE
(211,201,206)
#DCD6D9
(220,214,217)
#E5E3E4
(229,227,228)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946E81 color. Also use rgb(148,110,129) instead hex code.

Text Font Color

.myTextColor { color: #946E81; }

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

This text font color is #946E81.

Background Color

.myBgColor { background-color: #946E81; }

<div style="background-color:#946E81">Inner text</div>

This div background color is #946E81.

Border color

.myBorderColor { border: 1px solid #946E81; }

<div style="border:3px solid #946E81">Div</div>

This div border color is #946E81.

Opacity

.myOpacity80 { color: #946E81; opacity: 0.8; }

<p style="color:#946E81;opacity:0.8;">80%</p>

Text with #946E81 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 #946E81;}

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

This text has shadow with #946E81 color.


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

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

This text has shadow with #946E81 primary color and red secondary color.


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

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

This text has shadow with #946E81 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #946E81.

Preview

Color preview on black background

This text has color #946E81 on black background.


Color preview on white background

This text has color #946E81 on white background.


Black color preview on #946E81 background

This text has black color on #946E81 background.


White color preview on #946E81 background

This text has white color on #946E81 background.


Related colors

Complementary color

Complementary color for #hex is #6B917E.


I love getcolorcode.com

Triadic colors

1 #81946E and #6E8194 with #946E81 are triadic colors.

2 #816E94 and #6E9481 with #946E81 are triadic colors.