COLOR #946974

HEX: #946974
RGB: (148,105,116)

Color info

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

RGB color model

#946974 color RGB value is (148,105,116).

  • red value is 148;
  • green value is 105;
  • blue value is 116.
RGB:
(148,105,116)
(58%,41%,45%)

RGB channels and saturation

R 148 of 255 = 58%
G 105 of 255 = 41%
B 116 of 255 = 45%

148
105
116

R + G + B ~ 48%. #946974 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 105 + 116 = 369 (100%)
R 148 of 369 ~ 40.11%
G 105 of 369 ~ 28.46%
B 116 of 369 ~ 31.44%

%40.11
%28.46
%31.44

CMYK color model

#946974 color CMYK value is (0,29,22,42).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 21.62%
  • key color value is 41.96%
CMYK:
(0,29,22,42)
C0M29Y22K42 
(0%,29%,22%,42%)
(0.00/0.29/0.22/0.42)	

CMYK percentages

%0
%29.05
%21.62
%41.96

Codes

Color #946974 in popluar color models

946974
RGB148105116
HSL345°17.00%49.61%
HSB/HSV345°29.05%58.04%
CMYK0.00%29.05%21.62%
41.96%

Color #946974 in popluar number systems.

HEX946974
Decimal148105116
Binary1001010011010011110100
Octal224151164

Shades and tints

Shades of #946974

#946974
(148,105,116)
#87606A
(135,96,106)
#7A5760
(122,87,96)
#6D4E56
(109,78,86)
#60454C
(96,69,76)
#533C42
(83,60,66)
#463338
(70,51,56)
#392A2E
(57,42,46)
#2C2124
(44,33,36)
#1F181A
(31,24,26)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #946974

#946974
(148,105,116)
#9D7680
(157,118,128)
#A6838C
(166,131,140)
#AF9098
(175,144,152)
#B89DA4
(184,157,164)
#C1AAB0
(193,170,176)
#CAB7BC
(202,183,188)
#D3C4C8
(211,196,200)
#DCD1D4
(220,209,212)
#E5DEE0
(229,222,224)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946974 color. Also use rgb(148,105,116) instead hex code.

Text Font Color

.myTextColor { color: #946974; }

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

This text font color is #946974.


Background Color

.myBgColor { background-color: #946974; }

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

This div background color is #946974.


Border color

.myBorderColor { border: 1px solid #946974; }

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

This div border color is #946974.


Opacity

.myOpacity80 { color: #946974; opacity: 0.8; }

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

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

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

This text has shadow with #946974 color.

.textShadow {text-shadow: 3px 3px 1px #946974, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #946974;
-webkit-box-shadow: 1px 1px 3px 2px #946974;
box-shadow:1px 1px 3px 2px #946974;">
Div content here</div>
This div box has shadow with color #946974.

Preview

Color preview on black background

This text has color #946974 on black background.


Color preview on white background

This text has color #946974 on white background.



Black color preview on #946974 background

This text has black color on #946974 background.


White color preview on #946974 background

This text has white color on #946974 background.