COLOR #946A52

HEX: #946A52
RGB: (148,106,82)

Color info

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

RGB color model

#946A52 color RGB value is (148,106,82).

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

RGB channels and saturation

R 148 of 255 = 58%
G 106 of 255 = 42%
B 82 of 255 = 32%

148
106
82

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

Portions of RGB colors in percentages

R + G + B =
148 + 106 + 82 = 336 (100%)
R 148 of 336 ~ 44.05%
G 106 of 336 ~ 31.55%
B 82 of 336 ~ 24.4%

%44.05
%31.55
%24.4

CMYK color model

#946A52 color CMYK value is (0,28,45,42).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 44.59%
  • key color value is 41.96%
CMYK:
(0,28,45,42)
C0M28Y45K42 
(0%,28%,45%,42%)
(0.00/0.28/0.45/0.42)	

CMYK percentages

%0
%28.38
%44.59
%41.96

Codes

Color #946A52 in popluar color models

946A52
RGB14810682
HSL22°28.70%45.10%
HSB/HSV22°44.59%58.04%
CMYK0.00%28.38%44.59%
41.96%

Color #946A52 in popluar number systems.

HEX946A52
Decimal14810682
Binary1001010011010101010010
Octal224152122

Shades and tints

Shades of #946A52

#946A52
(148,106,82)
#87614B
(135,97,75)
#7A5844
(122,88,68)
#6D4F3D
(109,79,61)
#604636
(96,70,54)
#533D2F
(83,61,47)
#463428
(70,52,40)
#392B21
(57,43,33)
#2C221A
(44,34,26)
#1F1913
(31,25,19)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #946A52

#946A52
(148,106,82)
#9D7761
(157,119,97)
#A68470
(166,132,112)
#AF917F
(175,145,127)
#B89E8E
(184,158,142)
#C1AB9D
(193,171,157)
#CAB8AC
(202,184,172)
#D3C5BB
(211,197,187)
#DCD2CA
(220,210,202)
#E5DFD9
(229,223,217)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946A52; }

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

This text font color is #946A52.


Background Color

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

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

This div background color is #946A52.


Border color

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

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

This div border color is #946A52.


Opacity

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

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

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

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

This text has shadow with #946A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946A52 on black background.


Color preview on white background

This text has color #946A52 on white background.



Black color preview on #946A52 background

This text has black color on #946A52 background.


White color preview on #946A52 background

This text has white color on #946A52 background.