COLOR #84483E

HEX: #84483E
RGB: (132,72,62)

Color info

#84483E contains mainly red color. Web safe color of #84483E is #993333 (or #933).

RGB color model

#84483E color RGB value is (132,72,62).

  • red value is 132;
  • green value is 72;
  • blue value is 62.
RGB:
(132,72,62)
(52%,28%,24%)

RGB channels and saturation

R 132 of 255 = 52%
G 72 of 255 = 28%
B 62 of 255 = 24%

132
72
62

R + G + B ~ 35%. #84483E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 72 + 62 = 266 (100%)
R 132 of 266 ~ 49.62%
G 72 of 266 ~ 27.07%
B 62 of 266 ~ 23.31%

%49.62
%27.07
%23.31

CMYK color model

#84483E color CMYK value is (0,45,53,48).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 53.03%
  • key color value is 48.24%
CMYK:
(0,45,53,48)
C0M45Y53K48 
(0%,45%,53%,48%)
(0.00/0.45/0.53/0.48)	

CMYK percentages

%0
%45.45
%53.03
%48.24

Codes

Color #84483E in popluar color models

84483E
RGB1327262
HSL36.08%38.04%
HSB/HSV53.03%51.76%
CMYK0.00%45.45%53.03%
48.24%

Color #84483E in popluar number systems.

HEX84483E
Decimal1327262
Binary100001001001000111110
Octal20411076

Shades and tints

Shades of #84483E

#84483E
(132,72,62)
#784239
(120,66,57)
#6C3C34
(108,60,52)
#60362F
(96,54,47)
#54302A
(84,48,42)
#482A25
(72,42,37)
#3C2420
(60,36,32)
#301E1B
(48,30,27)
#241816
(36,24,22)
#181211
(24,18,17)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #84483E

#84483E
(132,72,62)
#8F584F
(143,88,79)
#9A6860
(154,104,96)
#A57871
(165,120,113)
#B08882
(176,136,130)
#BB9893
(187,152,147)
#C6A8A4
(198,168,164)
#D1B8B5
(209,184,181)
#DCC8C6
(220,200,198)
#E7D8D7
(231,216,215)
#F2E8E8
(242,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84483E color. Also use rgb(132,72,62) instead hex code.

Text Font Color

.myTextColor { color: #84483E; }

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

This text font color is #84483E.


Background Color

.myBgColor { background-color: #84483E; }

<div style="background-color:#84483E">Inner text</div>

This div background color is #84483E.


Border color

.myBorderColor { border: 1px solid #84483E; }

<div style="border:3px solid #84483E">Div</div>

This div border color is #84483E.


Opacity

.myOpacity80 { color: #84483E; opacity: 0.8; }

<p style="color:#84483E;opacity:0.8;">80%</p>

Text with #84483E 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 #84483E;}

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

This text has shadow with #84483E color.

.textShadow {text-shadow: 3px 3px 1px #84483E, 3px 3px 1px red;}

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

This text has shadow with #84483E primary color and red secondary color.


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

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

This text has shadow with #84483E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84483E on black background.


Color preview on white background

This text has color #84483E on white background.



Black color preview on #84483E background

This text has black color on #84483E background.


White color preview on #84483E background

This text has white color on #84483E background.