COLOR #833E1A

HEX: #833E1A
RGB: (131,62,26)

Color info

#833E1A contains mainly red color. Web safe color of #833E1A is #993300 (or #930).

RGB color model

#833E1A color RGB value is (131,62,26).

  • red value is 131;
  • green value is 62;
  • blue value is 26.
RGB:
(131,62,26)
(51%,24%,10%)

RGB channels and saturation

R 131 of 255 = 51%
G 62 of 255 = 24%
B 26 of 255 = 10%

131
62
26

R + G + B ~ 28%. #833E1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 62 + 26 = 219 (100%)
R 131 of 219 ~ 59.82%
G 62 of 219 ~ 28.31%
B 26 of 219 ~ 11.87%

%59.82
%28.31
%11.87

CMYK color model

#833E1A color CMYK value is (0,53,80,49).

  • cyan value is 0.00%
  • magenta value is 52.67%
  • yellow value is 80.15%
  • key color value is 48.63%
CMYK:
(0,53,80,49)
C0M53Y80K49 
(0%,53%,80%,49%)
(0.00/0.53/0.80/0.49)	

CMYK percentages

%0
%52.67
%80.15
%48.63

Codes

Color #833E1A in popluar color models

833E1A
RGB1316226
HSL21°66.88%30.78%
HSB/HSV21°80.15%51.37%
CMYK0.00%52.67%80.15%
48.63%

Color #833E1A in popluar number systems.

HEX833E1A
Decimal1316226
Binary1000001111111011010
Octal2037632

Shades and tints

Shades of #833E1A

#833E1A
(131,62,26)
#783918
(120,57,24)
#6D3416
(109,52,22)
#622F14
(98,47,20)
#572A12
(87,42,18)
#4C2510
(76,37,16)
#41200E
(65,32,14)
#361B0C
(54,27,12)
#2B160A
(43,22,10)
#201108
(32,17,8)
#150C06
(21,12,6)
#000000
(0,0,0)

Tints of #833E1A

#833E1A
(131,62,26)
#8E4F2E
(142,79,46)
#996042
(153,96,66)
#A47156
(164,113,86)
#AF826A
(175,130,106)
#BA937E
(186,147,126)
#C5A492
(197,164,146)
#D0B5A6
(208,181,166)
#DBC6BA
(219,198,186)
#E6D7CE
(230,215,206)
#F1E8E2
(241,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833E1A color. Also use rgb(131,62,26) instead hex code.

Text Font Color

.myTextColor { color: #833E1A; }

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

This text font color is #833E1A.


Background Color

.myBgColor { background-color: #833E1A; }

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

This div background color is #833E1A.


Border color

.myBorderColor { border: 1px solid #833E1A; }

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

This div border color is #833E1A.


Opacity

.myOpacity80 { color: #833E1A; opacity: 0.8; }

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

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

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

This text has shadow with #833E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833E1A on black background.


Color preview on white background

This text has color #833E1A on white background.



Black color preview on #833E1A background

This text has black color on #833E1A background.


White color preview on #833E1A background

This text has white color on #833E1A background.