COLOR #946A57

HEX: #946A57
RGB: (148,106,87)

Color info

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

RGB color model

#946A57 color RGB value is (148,106,87).

  • red value is 148;
  • green value is 106;
  • blue value is 87.
RGB:
(148,106,87)
(58%,42%,34%)

RGB channels and saturation

R 148 of 255 = 58%
G 106 of 255 = 42%
B 87 of 255 = 34%

148
106
87

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

Portions of RGB colors in percentages

R + G + B =
148 + 106 + 87 = 341 (100%)
R 148 of 341 ~ 43.4%
G 106 of 341 ~ 31.09%
B 87 of 341 ~ 25.51%

%43.4
%31.09
%25.51

CMYK color model

#946A57 color CMYK value is (0,28,41,42).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 41.22%
  • key color value is 41.96%
CMYK:
(0,28,41,42)
C0M28Y41K42 
(0%,28%,41%,42%)
(0.00/0.28/0.41/0.42)	

CMYK percentages

%0
%28.38
%41.22
%41.96

Codes

Color #946A57 in popluar color models

946A57
RGB14810687
HSL19°25.96%46.08%
HSB/HSV19°41.22%58.04%
CMYK0.00%28.38%41.22%
41.96%

Color #946A57 in popluar number systems.

HEX946A57
Decimal14810687
Binary1001010011010101010111
Octal224152127

Shades and tints

Shades of #946A57

#946A57
(148,106,87)
#876150
(135,97,80)
#7A5849
(122,88,73)
#6D4F42
(109,79,66)
#60463B
(96,70,59)
#533D34
(83,61,52)
#46342D
(70,52,45)
#392B26
(57,43,38)
#2C221F
(44,34,31)
#1F1918
(31,25,24)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #946A57

#946A57
(148,106,87)
#9D7766
(157,119,102)
#A68475
(166,132,117)
#AF9184
(175,145,132)
#B89E93
(184,158,147)
#C1ABA2
(193,171,162)
#CAB8B1
(202,184,177)
#D3C5C0
(211,197,192)
#DCD2CF
(220,210,207)
#E5DFDE
(229,223,222)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946A57 color. Also use rgb(148,106,87) instead hex code.

Text Font Color

.myTextColor { color: #946A57; }

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

This text font color is #946A57.


Background Color

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

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

This div background color is #946A57.


Border color

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

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

This div border color is #946A57.


Opacity

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

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

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

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

This text has shadow with #946A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946A57 on black background.


Color preview on white background

This text has color #946A57 on white background.



Black color preview on #946A57 background

This text has black color on #946A57 background.


White color preview on #946A57 background

This text has white color on #946A57 background.