COLOR #946C60

HEX: #946C60
RGB: (148,108,96)

Color info

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

RGB color model

#946C60 color RGB value is (148,108,96).

  • red value is 148;
  • green value is 108;
  • blue value is 96.
RGB:
(148,108,96)
(58%,42%,38%)

RGB channels and saturation

R 148 of 255 = 58%
G 108 of 255 = 42%
B 96 of 255 = 38%

148
108
96

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

Portions of RGB colors in percentages

R + G + B =
148 + 108 + 96 = 352 (100%)
R 148 of 352 ~ 42.05%
G 108 of 352 ~ 30.68%
B 96 of 352 ~ 27.27%

%42.05
%30.68
%27.27

CMYK color model

#946C60 color CMYK value is (0,27,35,42).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 35.14%
  • key color value is 41.96%
CMYK:
(0,27,35,42)
C0M27Y35K42 
(0%,27%,35%,42%)
(0.00/0.27/0.35/0.42)	

CMYK percentages

%0
%27.03
%35.14
%41.96

Codes

Color #946C60 in popluar color models

946C60
RGB14810896
HSL14°21.31%47.84%
HSB/HSV14°35.14%58.04%
CMYK0.00%27.03%35.14%
41.96%

Color #946C60 in popluar number systems.

HEX946C60
Decimal14810896
Binary1001010011011001100000
Octal224154140

Shades and tints

Shades of #946C60

#946C60
(148,108,96)
#876358
(135,99,88)
#7A5A50
(122,90,80)
#6D5148
(109,81,72)
#604840
(96,72,64)
#533F38
(83,63,56)
#463630
(70,54,48)
#392D28
(57,45,40)
#2C2420
(44,36,32)
#1F1B18
(31,27,24)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #946C60

#946C60
(148,108,96)
#9D796E
(157,121,110)
#A6867C
(166,134,124)
#AF938A
(175,147,138)
#B8A098
(184,160,152)
#C1ADA6
(193,173,166)
#CABAB4
(202,186,180)
#D3C7C2
(211,199,194)
#DCD4D0
(220,212,208)
#E5E1DE
(229,225,222)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946C60 color. Also use rgb(148,108,96) instead hex code.

Text Font Color

.myTextColor { color: #946C60; }

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

This text font color is #946C60.


Background Color

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

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

This div background color is #946C60.


Border color

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

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

This div border color is #946C60.


Opacity

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

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

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

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

This text has shadow with #946C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946C60 on black background.


Color preview on white background

This text has color #946C60 on white background.



Black color preview on #946C60 background

This text has black color on #946C60 background.


White color preview on #946C60 background

This text has white color on #946C60 background.