COLOR #833E4F

HEX: #833E4F
RGB: (131,62,79)

Color info

#833E4F contains mainly red and blue colors. Web safe color of #833E4F is #993366 (or #936).

RGB color model

#833E4F color RGB value is (131,62,79).

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

RGB channels and saturation

R 131 of 255 = 51%
G 62 of 255 = 24%
B 79 of 255 = 31%

131
62
79

R + G + B ~ 35%. #833E4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 62 + 79 = 272 (100%)
R 131 of 272 ~ 48.16%
G 62 of 272 ~ 22.79%
B 79 of 272 ~ 29.04%

%48.16
%22.79
%29.04

CMYK color model

#833E4F color CMYK value is (0,53,40,49).

  • cyan value is 0.00%
  • magenta value is 52.67%
  • yellow value is 39.69%
  • key color value is 48.63%
CMYK:
(0,53,40,49)
C0M53Y40K49 
(0%,53%,40%,49%)
(0.00/0.53/0.40/0.49)	

CMYK percentages

%0
%52.67
%39.69
%48.63

Codes

Color #833E4F in popluar color models

833E4F
RGB1316279
HSL345°35.75%37.84%
HSB/HSV345°52.67%51.37%
CMYK0.00%52.67%39.69%
48.63%

Color #833E4F in popluar number systems.

HEX833E4F
Decimal1316279
Binary100000111111101001111
Octal20376117

Shades and tints

Shades of #833E4F

#833E4F
(131,62,79)
#783948
(120,57,72)
#6D3441
(109,52,65)
#622F3A
(98,47,58)
#572A33
(87,42,51)
#4C252C
(76,37,44)
#412025
(65,32,37)
#361B1E
(54,27,30)
#2B1617
(43,22,23)
#201110
(32,17,16)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #833E4F

#833E4F
(131,62,79)
#8E4F5F
(142,79,95)
#99606F
(153,96,111)
#A4717F
(164,113,127)
#AF828F
(175,130,143)
#BA939F
(186,147,159)
#C5A4AF
(197,164,175)
#D0B5BF
(208,181,191)
#DBC6CF
(219,198,207)
#E6D7DF
(230,215,223)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833E4F; }

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

This text font color is #833E4F.


Background Color

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

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

This div background color is #833E4F.


Border color

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

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

This div border color is #833E4F.


Opacity

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

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

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

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

This text has shadow with #833E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833E4F on black background.


Color preview on white background

This text has color #833E4F on white background.



Black color preview on #833E4F background

This text has black color on #833E4F background.


White color preview on #833E4F background

This text has white color on #833E4F background.