COLOR #946E53

HEX: #946E53
RGB: (148,110,83)

Color info

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

RGB color model

#946E53 color RGB value is (148,110,83).

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

RGB channels and saturation

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

148
110
83

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

Portions of RGB colors in percentages

R + G + B =
148 + 110 + 83 = 341 (100%)
R 148 of 341 ~ 43.4%
G 110 of 341 ~ 32.26%
B 83 of 341 ~ 24.34%

%43.4
%32.26
%24.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.68%
  • 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
%25.68
%43.92
%41.96

Codes

Color #946E53 in popluar color models

946E53
RGB14811083
HSL25°28.14%45.29%
HSB/HSV25°43.92%58.04%
CMYK0.00%25.68%43.92%
41.96%

Color #946E53 in popluar number systems.

HEX946E53
Decimal14811083
Binary1001010011011101010011
Octal224156123

Shades and tints

Shades of #946E53

#946E53
(148,110,83)
#87644C
(135,100,76)
#7A5A45
(122,90,69)
#6D503E
(109,80,62)
#604637
(96,70,55)
#533C30
(83,60,48)
#463229
(70,50,41)
#392822
(57,40,34)
#2C1E1B
(44,30,27)
#1F1414
(31,20,20)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #946E53

#946E53
(148,110,83)
#9D7B62
(157,123,98)
#A68871
(166,136,113)
#AF9580
(175,149,128)
#B8A28F
(184,162,143)
#C1AF9E
(193,175,158)
#CABCAD
(202,188,173)
#D3C9BC
(211,201,188)
#DCD6CB
(220,214,203)
#E5E3DA
(229,227,218)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946E53; }

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

This text font color is #946E53.


Background Color

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

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

This div background color is #946E53.


Border color

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

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

This div border color is #946E53.


Opacity

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

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

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

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

This text has shadow with #946E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946E53 on black background.


Color preview on white background

This text has color #946E53 on white background.



Black color preview on #946E53 background

This text has black color on #946E53 background.


White color preview on #946E53 background

This text has white color on #946E53 background.