COLOR #823B14

HEX: #823B14
RGB: (130,59,20)

Color info

#823B14 contains mainly red color. Web safe color of #823B14 is #993300 (or #930).

RGB color model

#823B14 color RGB value is (130,59,20).

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

RGB channels and saturation

R 130 of 255 = 51%
G 59 of 255 = 23%
B 20 of 255 = 8%

130
59
20

R + G + B ~ 27%. #823B14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 59 + 20 = 209 (100%)
R 130 of 209 ~ 62.2%
G 59 of 209 ~ 28.23%
B 20 of 209 ~ 9.57%

%62.2
%28.23
%9.57

CMYK color model

#823B14 color CMYK value is (0,55,85,49).

  • cyan value is 0.00%
  • magenta value is 54.62%
  • yellow value is 84.62%
  • key color value is 49.02%
CMYK:
(0,55,85,49)
C0M55Y85K49 
(0%,55%,85%,49%)
(0.00/0.55/0.85/0.49)	

CMYK percentages

%0
%54.62
%84.62
%49.02

Codes

Color #823B14 in popluar color models

823B14
RGB1305920
HSL21°73.33%29.41%
HSB/HSV21°84.62%50.98%
CMYK0.00%54.62%84.62%
49.02%

Color #823B14 in popluar number systems.

HEX823B14
Decimal1305920
Binary1000001011101110100
Octal2027324

Shades and tints

Shades of #823B14

#823B14
(130,59,20)
#773613
(119,54,19)
#6C3112
(108,49,18)
#612C11
(97,44,17)
#562710
(86,39,16)
#4B220F
(75,34,15)
#401D0E
(64,29,14)
#35180D
(53,24,13)
#2A130C
(42,19,12)
#1F0E0B
(31,14,11)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #823B14

#823B14
(130,59,20)
#8D4C29
(141,76,41)
#985D3E
(152,93,62)
#A36E53
(163,110,83)
#AE7F68
(174,127,104)
#B9907D
(185,144,125)
#C4A192
(196,161,146)
#CFB2A7
(207,178,167)
#DAC3BC
(218,195,188)
#E5D4D1
(229,212,209)
#F0E5E6
(240,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823B14 color. Also use rgb(130,59,20) instead hex code.

Text Font Color

.myTextColor { color: #823B14; }

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

This text font color is #823B14.


Background Color

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

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

This div background color is #823B14.


Border color

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

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

This div border color is #823B14.


Opacity

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

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

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

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

This text has shadow with #823B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823B14 on black background.


Color preview on white background

This text has color #823B14 on white background.



Black color preview on #823B14 background

This text has black color on #823B14 background.


White color preview on #823B14 background

This text has white color on #823B14 background.