COLOR #946B5A

HEX: #946B5A RGB: (148,107,90)

Color info

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

RGB color model

#946B5A color RGB value is (148,107,90).

RGB: (148,107,90) (58%, 42%, 35%)

RGB channels and saturation

R 148 of 255 = 58%
G 107 of 255 = 42%
B 90 of 255 = 35%

148
107
90

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

Portions of RGB colors in percentages

R + G + B = 148 + 107 + 90 = 345 (100%)
R 148 of 345 ~ 42.9%
G 107 of 345 ~ 31.01%
B 90 of 345 ~ 26.09'%

%42.9
%31.01
%26.09

CMYK color model

#946B5A color CMYK value is (0,28,39,42).

  • cyan value is 0.00%
  • magenta value is 27.70%
  • yellow value is 39.19%
  • key color value is 41.96%
CMYK: (0,28,39,42) C0M28Y39K42 (0%,28%,39%,42%) (0.00/0.28/0.39/0.42) 

CMYK percentages

%0
%27.7
%39.19
%41.96

Codes

Color #946B5A in popluar color models

94 6B 5A
RGB 148 107 90
HSL 18° 24.37% 46.67%
HSB/HSV 18° 39.19% 58.04%
CMYK 0.00% 27.70% 39.19%
41.96%

Color #946B5A in popluar number systems.

HEX 94 6B 5A
Decimal 148 107 90
Binary 10010100 1101011 1011010
Octal 224 153 132

Shades and tints

Shades of #946B5A

#946B5A
(148,107,90)
#876252
(135,98,82)
#7A594A
(122,89,74)
#6D5042
(109,80,66)
#60473A
(96,71,58)
#533E32
(83,62,50)
#46352A
(70,53,42)
#392C22
(57,44,34)
#2C231A
(44,35,26)
#1F1A12
(31,26,18)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #946B5A

#946B5A
(148,107,90)
#9D7869
(157,120,105)
#A68578
(166,133,120)
#AF9287
(175,146,135)
#B89F96
(184,159,150)
#C1ACA5
(193,172,165)
#CAB9B4
(202,185,180)
#D3C6C3
(211,198,195)
#DCD3D2
(220,211,210)
#E5E0E1
(229,224,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946B5A color. Also use rgb(148,107,90) instead hex code.

Text Font Color

.myTextColor { color: #946B5A; }

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

This text font color is #946B5A.

Background Color

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

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

This div background color is #946B5A.

Border color

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

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

This div border color is #946B5A.

Opacity

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

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

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

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

This text has shadow with #946B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946B5A.

Preview

Color preview on black background

This text has color #946B5A on black background.


Color preview on white background

This text has color #946B5A on white background.


Black color preview on #946B5A background

This text has black color on #946B5A background.


White color preview on #946B5A background

This text has white color on #946B5A background.


Related colors

Complementary color

Complementary color for #hex is #6B94A5.


I love getcolorcode.com

Triadic colors

1 #5A946B and #6B5A94 with #946B5A are triadic colors.

2 #5A6B94 and #6B945A with #946B5A are triadic colors.