COLOR #946D55

HEX: #946D55
RGB: (148,109,85)

Color info

#946D55 contains mainly red and green colors. Web safe color of #946D55 is #996666 (or #966).

RGB color model

#946D55 color RGB value is (148,109,85).

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

RGB channels and saturation

R 148 of 255 = 58%
G 109 of 255 = 43%
B 85 of 255 = 33%

148
109
85

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

Portions of RGB colors in percentages

R + G + B =
148 + 109 + 85 = 342 (100%)
R 148 of 342 ~ 43.27%
G 109 of 342 ~ 31.87%
B 85 of 342 ~ 24.85%

%43.27
%31.87
%24.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.35%
  • yellow value is 42.57%
  • key color value is 41.96%
CMYK:
(0,26,43,42)
C0M26Y43K42 
(0%,26%,43%,42%)
(0.00/0.26/0.43/0.42)	

CMYK percentages

%0
%26.35
%42.57
%41.96

Codes

Color #946D55 in popluar color models

946D55
RGB14810985
HSL23°27.04%45.69%
HSB/HSV23°42.57%58.04%
CMYK0.00%26.35%42.57%
41.96%

Color #946D55 in popluar number systems.

HEX946D55
Decimal14810985
Binary1001010011011011010101
Octal224155125

Shades and tints

Shades of #946D55

#946D55
(148,109,85)
#87644E
(135,100,78)
#7A5B47
(122,91,71)
#6D5240
(109,82,64)
#604939
(96,73,57)
#534032
(83,64,50)
#46372B
(70,55,43)
#392E24
(57,46,36)
#2C251D
(44,37,29)
#1F1C16
(31,28,22)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #946D55

#946D55
(148,109,85)
#9D7A64
(157,122,100)
#A68773
(166,135,115)
#AF9482
(175,148,130)
#B8A191
(184,161,145)
#C1AEA0
(193,174,160)
#CABBAF
(202,187,175)
#D3C8BE
(211,200,190)
#DCD5CD
(220,213,205)
#E5E2DC
(229,226,220)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946D55; }

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

This text font color is #946D55.


Background Color

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

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

This div background color is #946D55.


Border color

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

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

This div border color is #946D55.


Opacity

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

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

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

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

This text has shadow with #946D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946D55 on black background.


Color preview on white background

This text has color #946D55 on white background.



Black color preview on #946D55 background

This text has black color on #946D55 background.


White color preview on #946D55 background

This text has white color on #946D55 background.