COLOR #946D53

HEX: #946D53
RGB: (148,109,83)

Color info

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

RGB color model

#946D53 color RGB value is (148,109,83).

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

RGB channels and saturation

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

148
109
83

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

Portions of RGB colors in percentages

R + G + B =
148 + 109 + 83 = 340 (100%)
R 148 of 340 ~ 43.53%
G 109 of 340 ~ 32.06%
B 83 of 340 ~ 24.41%

%43.53
%32.06
%24.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.35%
  • yellow value is 43.92%
  • key color value is 41.96%
CMYK:
(0,26,44,42)
C0M26Y44K42 
(0%,26%,44%,42%)
(0.00/0.26/0.44/0.42)	

CMYK percentages

%0
%26.35
%43.92
%41.96

Codes

Color #946D53 in popluar color models

946D53
RGB14810983
HSL24°28.14%45.29%
HSB/HSV24°43.92%58.04%
CMYK0.00%26.35%43.92%
41.96%

Color #946D53 in popluar number systems.

HEX946D53
Decimal14810983
Binary1001010011011011010011
Octal224155123

Shades and tints

Shades of #946D53

#946D53
(148,109,83)
#87644C
(135,100,76)
#7A5B45
(122,91,69)
#6D523E
(109,82,62)
#604937
(96,73,55)
#534030
(83,64,48)
#463729
(70,55,41)
#392E22
(57,46,34)
#2C251B
(44,37,27)
#1F1C14
(31,28,20)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #946D53

#946D53
(148,109,83)
#9D7A62
(157,122,98)
#A68771
(166,135,113)
#AF9480
(175,148,128)
#B8A18F
(184,161,143)
#C1AE9E
(193,174,158)
#CABBAD
(202,187,173)
#D3C8BC
(211,200,188)
#DCD5CB
(220,213,203)
#E5E2DA
(229,226,218)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946D53; }

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

This text font color is #946D53.


Background Color

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

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

This div background color is #946D53.


Border color

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

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

This div border color is #946D53.


Opacity

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

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

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

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

This text has shadow with #946D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946D53 on black background.


Color preview on white background

This text has color #946D53 on white background.



Black color preview on #946D53 background

This text has black color on #946D53 background.


White color preview on #946D53 background

This text has white color on #946D53 background.