COLOR #833E6F

HEX: #833E6F RGB: (131,62,111)

Color info

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

RGB color model

#833E6F color RGB value is (131,62,111).

RGB: (131,62,111) (51%, 24%, 44%)

RGB channels and saturation

R 131 of 255 = 51%
G 62 of 255 = 24%
B 111 of 255 = 44%

131
62
111

R + G + B ~ 40%. #833E6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 62 + 111 = 304 (100%)
R 131 of 304 ~ 43.09%
G 62 of 304 ~ 20.39%
B 111 of 304 ~ 36.51'%

%43.09
%20.39
%36.51

CMYK color model

#833E6F color CMYK value is (0,53,15,49).

  • cyan value is 0.00%
  • magenta value is 52.67%
  • yellow value is 15.27%
  • key color value is 48.63%

CMYK: (0,53,15,49)
C0M53Y15K49 (0%, 53%, 15%, 49%)
(0.00 / 0.53 / 0.15 / 0.49)

CMYK percentages

%0
%52.67
%15.27
%48.63

Codes

Color #833E6F in popluar color models

83 3E 6F
RGB 131 62 111
HSL 317° 35.75% 37.84%
HSB/HSV 317° 52.67% 51.37%
CMYK 0.00% 52.67% 15.27%
48.63%

Color #833E6F in popluar number systems.

HEX 83 3E 6F
Decimal 131 62 111
Binary 10000011 111110 1101111
Octal 203 76 157

Shades and tints

Shades of #833E6F

#833E6F
(131,62,111)
#783965
(120,57,101)
#6D345B
(109,52,91)
#622F51
(98,47,81)
#572A47
(87,42,71)
#4C253D
(76,37,61)
#412033
(65,32,51)
#361B29
(54,27,41)
#2B161F
(43,22,31)
#201115
(32,17,21)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #833E6F

#833E6F
(131,62,111)
#8E4F7C
(142,79,124)
#996089
(153,96,137)
#A47196
(164,113,150)
#AF82A3
(175,130,163)
#BA93B0
(186,147,176)
#C5A4BD
(197,164,189)
#D0B5CA
(208,181,202)
#DBC6D7
(219,198,215)
#E6D7E4
(230,215,228)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833E6F; }

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

This text font color is #833E6F.

Background Color

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

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

This div background color is #833E6F.

Border color

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

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

This div border color is #833E6F.

Opacity

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

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

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

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

This text has shadow with #833E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #833E6F.

Preview

Color preview on black background

This text has color #833E6F on black background.


Color preview on white background

This text has color #833E6F on white background.


Black color preview on #833E6F background

This text has black color on #833E6F background.


White color preview on #833E6F background

This text has white color on #833E6F background.


Related colors

Complementary color

Complementary color for #hex is #7CC190.


I love getcolorcode.com

Triadic colors

1 #6F833E and #3E6F83 with #833E6F are triadic colors.

2 #6F3E83 and #3E836F with #833E6F are triadic colors.