COLOR #833E6E

HEX: #833E6E RGB: (131,62,110)

Color info

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

RGB color model

#833E6E color RGB value is (131,62,110).

RGB: (131,62,110) (51%, 24%, 43%)

RGB channels and saturation

R 131 of 255 = 51%
G 62 of 255 = 24%
B 110 of 255 = 43%

131
62
110

R + G + B ~ 39%. #833E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 131 + 62 + 110 = 303 (100%)
R 131 of 303 ~ 43.23%
G 62 of 303 ~ 20.46%
B 110 of 303 ~ 36.3'%

%43.23
%20.46
%36.3

CMYK color model

#833E6E color CMYK value is (0,53,16,49).

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

CMYK: (0,53,16,49)
C0M53Y16K49 (0%, 53%, 16%, 49%)
(0.00 / 0.53 / 0.16 / 0.49)

CMYK percentages

%0
%52.67
%16.03
%48.63

Codes

Color #833E6E in popluar color models

83 3E 6E
RGB 131 62 110
HSL 318° 35.75% 37.84%
HSB/HSV 318° 52.67% 51.37%
CMYK 0.00% 52.67% 16.03%
48.63%

Color #833E6E in popluar number systems.

HEX 83 3E 6E
Decimal 131 62 110
Binary 10000011 111110 1101110
Octal 203 76 156

Shades and tints

Shades of #833E6E

#833E6E
(131,62,110)
#783964
(120,57,100)
#6D345A
(109,52,90)
#622F50
(98,47,80)
#572A46
(87,42,70)
#4C253C
(76,37,60)
#412032
(65,32,50)
#361B28
(54,27,40)
#2B161E
(43,22,30)
#201114
(32,17,20)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #833E6E

#833E6E
(131,62,110)
#8E4F7B
(142,79,123)
#996088
(153,96,136)
#A47195
(164,113,149)
#AF82A2
(175,130,162)
#BA93AF
(186,147,175)
#C5A4BC
(197,164,188)
#D0B5C9
(208,181,201)
#DBC6D6
(219,198,214)
#E6D7E3
(230,215,227)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #833E6E; }

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

This text font color is #833E6E.

Background Color

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

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

This div background color is #833E6E.

Border color

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

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

This div border color is #833E6E.

Opacity

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

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

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

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

This text has shadow with #833E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #833E6E.

Preview

Color preview on black background

This text has color #833E6E on black background.


Color preview on white background

This text has color #833E6E on white background.


Black color preview on #833E6E background

This text has black color on #833E6E background.


White color preview on #833E6E background

This text has white color on #833E6E background.


Related colors

Complementary color

Complementary color for #hex is #7CC191.


I love getcolorcode.com

Triadic colors

1 #6E833E and #3E6E83 with #833E6E are triadic colors.

2 #6E3E83 and #3E836E with #833E6E are triadic colors.