COLOR #82433B

HEX: #82433B
RGB: (130,67,59)

Color info

#82433B contains mainly red color. Web safe color of #82433B is #993333 (or #933).

RGB color model

#82433B color RGB value is (130,67,59).

  • red value is 130;
  • green value is 67;
  • blue value is 59.
RGB:
(130,67,59)
(51%,26%,23%)

RGB channels and saturation

R 130 of 255 = 51%
G 67 of 255 = 26%
B 59 of 255 = 23%

130
67
59

R + G + B ~ 33%. #82433B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 67 + 59 = 256 (100%)
R 130 of 256 ~ 50.78%
G 67 of 256 ~ 26.17%
B 59 of 256 ~ 23.05%

%50.78
%26.17
%23.05

CMYK color model

#82433B color CMYK value is (0,48,55,49).

  • cyan value is 0.00%
  • magenta value is 48.46%
  • yellow value is 54.62%
  • key color value is 49.02%
CMYK:
(0,48,55,49)
C0M48Y55K49 
(0%,48%,55%,49%)
(0.00/0.48/0.55/0.49)	

CMYK percentages

%0
%48.46
%54.62
%49.02

Codes

Color #82433B in popluar color models

82433B
RGB1306759
HSL37.57%37.06%
HSB/HSV54.62%50.98%
CMYK0.00%48.46%54.62%
49.02%

Color #82433B in popluar number systems.

HEX82433B
Decimal1306759
Binary100000101000011111011
Octal20210373

Shades and tints

Shades of #82433B

#82433B
(130,67,59)
#773D36
(119,61,54)
#6C3731
(108,55,49)
#61312C
(97,49,44)
#562B27
(86,43,39)
#4B2522
(75,37,34)
#401F1D
(64,31,29)
#351918
(53,25,24)
#2A1313
(42,19,19)
#1F0D0E
(31,13,14)
#140709
(20,7,9)
#000000
(0,0,0)

Tints of #82433B

#82433B
(130,67,59)
#8D544C
(141,84,76)
#98655D
(152,101,93)
#A3766E
(163,118,110)
#AE877F
(174,135,127)
#B99890
(185,152,144)
#C4A9A1
(196,169,161)
#CFBAB2
(207,186,178)
#DACBC3
(218,203,195)
#E5DCD4
(229,220,212)
#F0EDE5
(240,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82433B color. Also use rgb(130,67,59) instead hex code.

Text Font Color

.myTextColor { color: #82433B; }

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

This text font color is #82433B.


Background Color

.myBgColor { background-color: #82433B; }

<div style="background-color:#82433B">Inner text</div>

This div background color is #82433B.


Border color

.myBorderColor { border: 1px solid #82433B; }

<div style="border:3px solid #82433B">Div</div>

This div border color is #82433B.


Opacity

.myOpacity80 { color: #82433B; opacity: 0.8; }

<p style="color:#82433B;opacity:0.8;">80%</p>

Text with #82433B 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 #82433B;}

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

This text has shadow with #82433B color.

.textShadow {text-shadow: 3px 3px 1px #82433B, 3px 3px 1px red;}

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

This text has shadow with #82433B primary color and red secondary color.


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

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

This text has shadow with #82433B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82433B on black background.


Color preview on white background

This text has color #82433B on white background.



Black color preview on #82433B background

This text has black color on #82433B background.


White color preview on #82433B background

This text has white color on #82433B background.