COLOR #844B3D

HEX: #844B3D
RGB: (132,75,61)

Color info

#844B3D contains mainly red and green colors. Web safe color of #844B3D is #993333 (or #933).

RGB color model

#844B3D color RGB value is (132,75,61).

  • red value is 132;
  • green value is 75;
  • blue value is 61.
RGB:
(132,75,61)
(52%,29%,24%)

RGB channels and saturation

R 132 of 255 = 52%
G 75 of 255 = 29%
B 61 of 255 = 24%

132
75
61

R + G + B ~ 35%. #844B3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 75 + 61 = 268 (100%)
R 132 of 268 ~ 49.25%
G 75 of 268 ~ 27.99%
B 61 of 268 ~ 22.76%

%49.25
%27.99
%22.76

CMYK color model

#844B3D color CMYK value is (0,43,54,48).

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 53.79%
  • key color value is 48.24%
CMYK:
(0,43,54,48)
C0M43Y54K48 
(0%,43%,54%,48%)
(0.00/0.43/0.54/0.48)	

CMYK percentages

%0
%43.18
%53.79
%48.24

Codes

Color #844B3D in popluar color models

844B3D
RGB1327561
HSL12°36.79%37.84%
HSB/HSV12°53.79%51.76%
CMYK0.00%43.18%53.79%
48.24%

Color #844B3D in popluar number systems.

HEX844B3D
Decimal1327561
Binary100001001001011111101
Octal20411375

Shades and tints

Shades of #844B3D

#844B3D
(132,75,61)
#784538
(120,69,56)
#6C3F33
(108,63,51)
#60392E
(96,57,46)
#543329
(84,51,41)
#482D24
(72,45,36)
#3C271F
(60,39,31)
#30211A
(48,33,26)
#241B15
(36,27,21)
#181510
(24,21,16)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #844B3D

#844B3D
(132,75,61)
#8F5B4E
(143,91,78)
#9A6B5F
(154,107,95)
#A57B70
(165,123,112)
#B08B81
(176,139,129)
#BB9B92
(187,155,146)
#C6ABA3
(198,171,163)
#D1BBB4
(209,187,180)
#DCCBC5
(220,203,197)
#E7DBD6
(231,219,214)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844B3D color. Also use rgb(132,75,61) instead hex code.

Text Font Color

.myTextColor { color: #844B3D; }

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

This text font color is #844B3D.


Background Color

.myBgColor { background-color: #844B3D; }

<div style="background-color:#844B3D">Inner text</div>

This div background color is #844B3D.


Border color

.myBorderColor { border: 1px solid #844B3D; }

<div style="border:3px solid #844B3D">Div</div>

This div border color is #844B3D.


Opacity

.myOpacity80 { color: #844B3D; opacity: 0.8; }

<p style="color:#844B3D;opacity:0.8;">80%</p>

Text with #844B3D 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 #844B3D;}

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

This text has shadow with #844B3D color.

.textShadow {text-shadow: 3px 3px 1px #844B3D, 3px 3px 1px red;}

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

This text has shadow with #844B3D primary color and red secondary color.


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

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

This text has shadow with #844B3D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844B3D on black background.


Color preview on white background

This text has color #844B3D on white background.



Black color preview on #844B3D background

This text has black color on #844B3D background.


White color preview on #844B3D background

This text has white color on #844B3D background.