COLOR #823E3A

HEX: #823E3A RGB: (130,62,58)

Color info

#823E3A contains mainly red color. Web safe color of #823E3A is #993333 (or #933).

RGB color model

#823E3A color RGB value is (130,62,58).

RGB: (130,62,58) (51%, 24%, 23%)

RGB channels and saturation

R 130 of 255 = 51%
G 62 of 255 = 24%
B 58 of 255 = 23%

130
62
58

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

Portions of RGB colors in percentages

R + G + B = 130 + 62 + 58 = 250 (100%)
R 130 of 250 ~ 52%
G 62 of 250 ~ 24.8%
B 58 of 250 ~ 23.2'%

%52
%24.8
%23.2

CMYK color model

#823E3A color CMYK value is (0,52,55,49).

  • cyan value is 0.00%
  • magenta value is 52.31%
  • yellow value is 55.38%
  • key color value is 49.02%

CMYK: (0,52,55,49)
C0M52Y55K49 (0%, 52%, 55%, 49%)
(0.00 / 0.52 / 0.55 / 0.49)

CMYK percentages

%0
%52.31
%55.38
%49.02

Codes

Color #823E3A in popluar color models

82 3E 3A
RGB 130 62 58
HSL 38.30% 36.86%
HSB/HSV 55.38% 50.98%
CMYK 0.00% 52.31% 55.38%
49.02%

Color #823E3A in popluar number systems.

HEX 82 3E 3A
Decimal 130 62 58
Binary 10000010 111110 111010
Octal 202 76 72

Shades and tints

Shades of #823E3A

#823E3A
(130,62,58)
#773935
(119,57,53)
#6C3430
(108,52,48)
#612F2B
(97,47,43)
#562A26
(86,42,38)
#4B2521
(75,37,33)
#40201C
(64,32,28)
#351B17
(53,27,23)
#2A1612
(42,22,18)
#1F110D
(31,17,13)
#140C08
(20,12,8)
#000000
(0,0,0)

Tints of #823E3A

#823E3A
(130,62,58)
#8D4F4B
(141,79,75)
#98605C
(152,96,92)
#A3716D
(163,113,109)
#AE827E
(174,130,126)
#B9938F
(185,147,143)
#C4A4A0
(196,164,160)
#CFB5B1
(207,181,177)
#DAC6C2
(218,198,194)
#E5D7D3
(229,215,211)
#F0E8E4
(240,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823E3A color. Also use rgb(130,62,58) instead hex code.

Text Font Color

.myTextColor { color: #823E3A; }

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

This text font color is #823E3A.

Background Color

.myBgColor { background-color: #823E3A; }

<div style="background-color:#823E3A">Inner text</div>

This div background color is #823E3A.

Border color

.myBorderColor { border: 1px solid #823E3A; }

<div style="border:3px solid #823E3A">Div</div>

This div border color is #823E3A.

Opacity

.myOpacity80 { color: #823E3A; opacity: 0.8; }

<p style="color:#823E3A;opacity:0.8;">80%</p>

Text with #823E3A 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 #823E3A;}

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

This text has shadow with #823E3A color.


.textShadow {text-shadow: 3px 3px 1px #823E3A', 3px 3px 1px red;}

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

This text has shadow with #823E3A primary color and red secondary color.


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

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

This text has shadow with #823E3A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #823E3A; -webkit-box-shadow: 1px 1px 3px 2px #823E3A; box-shadow:1px 1px 3px 2px #823E3A;">
Div content here
</div>

This div box has shadow with color #823E3A.

Preview

Color preview on black background

This text has color #823E3A on black background.


Color preview on white background

This text has color #823E3A on white background.


Black color preview on #823E3A background

This text has black color on #823E3A background.


White color preview on #823E3A background

This text has white color on #823E3A background.


Related colors

Complementary color

Complementary color for #hex is #7DC1C5.


I love getcolorcode.com

Triadic colors

1 #3A823E and #3E3A82 with #823E3A are triadic colors.

2 #3A3E82 and #3E823A with #823E3A are triadic colors.