COLOR #946E6D

HEX: #946E6D
RGB: (148,110,109)

Color info

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

RGB color model

#946E6D color RGB value is (148,110,109).

  • red value is 148;
  • green value is 110;
  • blue value is 109.
RGB:
(148,110,109)
(58%,43%,43%)

RGB channels and saturation

R 148 of 255 = 58%
G 110 of 255 = 43%
B 109 of 255 = 43%

148
110
109

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

Portions of RGB colors in percentages

R + G + B =
148 + 110 + 109 = 367 (100%)
R 148 of 367 ~ 40.33%
G 110 of 367 ~ 29.97%
B 109 of 367 ~ 29.7%

%40.33
%29.97
%29.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 26.35%
  • key color value is 41.96%
CMYK:
(0,26,26,42)
C0M26Y26K42 
(0%,26%,26%,42%)
(0.00/0.26/0.26/0.42)	

CMYK percentages

%0
%25.68
%26.35
%41.96

Codes

Color #946E6D in popluar color models

946E6D
RGB148110109
HSL15.42%50.39%
HSB/HSV26.35%58.04%
CMYK0.00%25.68%26.35%
41.96%

Color #946E6D in popluar number systems.

HEX946E6D
Decimal148110109
Binary1001010011011101101101
Octal224156155

Shades and tints

Shades of #946E6D

#946E6D
(148,110,109)
#876464
(135,100,100)
#7A5A5B
(122,90,91)
#6D5052
(109,80,82)
#604649
(96,70,73)
#533C40
(83,60,64)
#463237
(70,50,55)
#39282E
(57,40,46)
#2C1E25
(44,30,37)
#1F141C
(31,20,28)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #946E6D

#946E6D
(148,110,109)
#9D7B7A
(157,123,122)
#A68887
(166,136,135)
#AF9594
(175,149,148)
#B8A2A1
(184,162,161)
#C1AFAE
(193,175,174)
#CABCBB
(202,188,187)
#D3C9C8
(211,201,200)
#DCD6D5
(220,214,213)
#E5E3E2
(229,227,226)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946E6D; }

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

This text font color is #946E6D.


Background Color

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

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

This div background color is #946E6D.


Border color

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

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

This div border color is #946E6D.


Opacity

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

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

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

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

This text has shadow with #946E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946E6D on black background.


Color preview on white background

This text has color #946E6D on white background.



Black color preview on #946E6D background

This text has black color on #946E6D background.


White color preview on #946E6D background

This text has white color on #946E6D background.