COLOR #823740

HEX: #823740
RGB: (130,55,64)

Color info

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

RGB color model

#823740 color RGB value is (130,55,64).

  • red value is 130;
  • green value is 55;
  • blue value is 64.
RGB:
(130,55,64)
(51%,22%,25%)

RGB channels and saturation

R 130 of 255 = 51%
G 55 of 255 = 22%
B 64 of 255 = 25%

130
55
64

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

Portions of RGB colors in percentages

R + G + B =
130 + 55 + 64 = 249 (100%)
R 130 of 249 ~ 52.21%
G 55 of 249 ~ 22.09%
B 64 of 249 ~ 25.7%

%52.21
%22.09
%25.7

CMYK color model

#823740 color CMYK value is (0,58,51,49).

  • cyan value is 0.00%
  • magenta value is 57.69%
  • yellow value is 50.77%
  • key color value is 49.02%
CMYK:
(0,58,51,49)
C0M58Y51K49 
(0%,58%,51%,49%)
(0.00/0.58/0.51/0.49)	

CMYK percentages

%0
%57.69
%50.77
%49.02

Codes

Color #823740 in popluar color models

823740
RGB1305564
HSL353°40.54%36.27%
HSB/HSV353°57.69%50.98%
CMYK0.00%57.69%50.77%
49.02%

Color #823740 in popluar number systems.

HEX823740
Decimal1305564
Binary100000101101111000000
Octal20267100

Shades and tints

Shades of #823740

#823740
(130,55,64)
#77323B
(119,50,59)
#6C2D36
(108,45,54)
#612831
(97,40,49)
#56232C
(86,35,44)
#4B1E27
(75,30,39)
#401922
(64,25,34)
#35141D
(53,20,29)
#2A0F18
(42,15,24)
#1F0A13
(31,10,19)
#14050E
(20,5,14)
#000000
(0,0,0)

Tints of #823740

#823740
(130,55,64)
#8D4951
(141,73,81)
#985B62
(152,91,98)
#A36D73
(163,109,115)
#AE7F84
(174,127,132)
#B99195
(185,145,149)
#C4A3A6
(196,163,166)
#CFB5B7
(207,181,183)
#DAC7C8
(218,199,200)
#E5D9D9
(229,217,217)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823740 color. Also use rgb(130,55,64) instead hex code.

Text Font Color

.myTextColor { color: #823740; }

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

This text font color is #823740.


Background Color

.myBgColor { background-color: #823740; }

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

This div background color is #823740.


Border color

.myBorderColor { border: 1px solid #823740; }

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

This div border color is #823740.


Opacity

.myOpacity80 { color: #823740; opacity: 0.8; }

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

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

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

This text has shadow with #823740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823740 on black background.


Color preview on white background

This text has color #823740 on white background.



Black color preview on #823740 background

This text has black color on #823740 background.


White color preview on #823740 background

This text has white color on #823740 background.