COLOR #946E7A

HEX: #946E7A RGB: (148,110,122)

Color info

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

RGB color model

#946E7A color RGB value is (148,110,122).

RGB: (148,110,122) (58%, 43%, 48%)

RGB channels and saturation

R 148 of 255 = 58%
G 110 of 255 = 43%
B 122 of 255 = 48%

148
110
122

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

Portions of RGB colors in percentages

R + G + B = 148 + 110 + 122 = 380 (100%)
R 148 of 380 ~ 38.95%
G 110 of 380 ~ 28.95%
B 122 of 380 ~ 32.11'%

%38.95
%28.95
%32.11

CMYK color model

#946E7A color CMYK value is (0,26,18,42).

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

CMYK: (0,26,18,42)
C0M26Y18K42 (0%, 26%, 18%, 42%)
(0.00 / 0.26 / 0.18 / 0.42)

CMYK percentages

%0
%25.68
%17.57
%41.96

Codes

Color #946E7A in popluar color models

94 6E 7A
RGB 148 110 122
HSL 341° 15.08% 50.59%
HSB/HSV 341° 25.68% 58.04%
CMYK 0.00% 25.68% 17.57%
41.96%

Color #946E7A in popluar number systems.

HEX 94 6E 7A
Decimal 148 110 122
Binary 10010100 1101110 1111010
Octal 224 156 172

Shades and tints

Shades of #946E7A

#946E7A
(148,110,122)
#87646F
(135,100,111)
#7A5A64
(122,90,100)
#6D5059
(109,80,89)
#60464E
(96,70,78)
#533C43
(83,60,67)
#463238
(70,50,56)
#39282D
(57,40,45)
#2C1E22
(44,30,34)
#1F1417
(31,20,23)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #946E7A

#946E7A
(148,110,122)
#9D7B86
(157,123,134)
#A68892
(166,136,146)
#AF959E
(175,149,158)
#B8A2AA
(184,162,170)
#C1AFB6
(193,175,182)
#CABCC2
(202,188,194)
#D3C9CE
(211,201,206)
#DCD6DA
(220,214,218)
#E5E3E6
(229,227,230)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946E7A; }

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

This text font color is #946E7A.

Background Color

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

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

This div background color is #946E7A.

Border color

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

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

This div border color is #946E7A.

Opacity

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

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

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

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

This text has shadow with #946E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946E7A.

Preview

Color preview on black background

This text has color #946E7A on black background.


Color preview on white background

This text has color #946E7A on white background.


Black color preview on #946E7A background

This text has black color on #946E7A background.


White color preview on #946E7A background

This text has white color on #946E7A background.


Related colors

Complementary color

Complementary color for #hex is #6B9185.


I love getcolorcode.com

Triadic colors

1 #7A946E and #6E7A94 with #946E7A are triadic colors.

2 #7A6E94 and #6E947A with #946E7A are triadic colors.