COLOR #833E3C

HEX: #833E3C
RGB: (131,62,60)

Color info

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

RGB color model

#833E3C color RGB value is (131,62,60).

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

RGB channels and saturation

R 131 of 255 = 51%
G 62 of 255 = 24%
B 60 of 255 = 24%

131
62
60

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

Portions of RGB colors in percentages

R + G + B =
131 + 62 + 60 = 253 (100%)
R 131 of 253 ~ 51.78%
G 62 of 253 ~ 24.51%
B 60 of 253 ~ 23.72%

%51.78
%24.51
%23.72

CMYK color model

#833E3C color CMYK value is (0,53,54,49).

  • cyan value is 0.00%
  • magenta value is 52.67%
  • yellow value is 54.20%
  • key color value is 48.63%
CMYK:
(0,53,54,49)
C0M53Y54K49 
(0%,53%,54%,49%)
(0.00/0.53/0.54/0.49)	

CMYK percentages

%0
%52.67
%54.2
%48.63

Codes

Color #833E3C in popluar color models

833E3C
RGB1316260
HSL37.17%37.45%
HSB/HSV54.20%51.37%
CMYK0.00%52.67%54.20%
48.63%

Color #833E3C in popluar number systems.

HEX833E3C
Decimal1316260
Binary10000011111110111100
Octal2037674

Shades and tints

Shades of #833E3C

#833E3C
(131,62,60)
#783937
(120,57,55)
#6D3432
(109,52,50)
#622F2D
(98,47,45)
#572A28
(87,42,40)
#4C2523
(76,37,35)
#41201E
(65,32,30)
#361B19
(54,27,25)
#2B1614
(43,22,20)
#20110F
(32,17,15)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #833E3C

#833E3C
(131,62,60)
#8E4F4D
(142,79,77)
#99605E
(153,96,94)
#A4716F
(164,113,111)
#AF8280
(175,130,128)
#BA9391
(186,147,145)
#C5A4A2
(197,164,162)
#D0B5B3
(208,181,179)
#DBC6C4
(219,198,196)
#E6D7D5
(230,215,213)
#F1E8E6
(241,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833E3C; }

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

This text font color is #833E3C.


Background Color

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

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

This div background color is #833E3C.


Border color

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

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

This div border color is #833E3C.


Opacity

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

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

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

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

This text has shadow with #833E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833E3C on black background.


Color preview on white background

This text has color #833E3C on white background.



Black color preview on #833E3C background

This text has black color on #833E3C background.


White color preview on #833E3C background

This text has white color on #833E3C background.