COLOR #833D6A

HEX: #833D6A
RGB: (131,61,106)

Color info

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

RGB color model

#833D6A color RGB value is (131,61,106).

  • red value is 131;
  • green value is 61;
  • blue value is 106.
RGB:
(131,61,106)
(51%,24%,42%)

RGB channels and saturation

R 131 of 255 = 51%
G 61 of 255 = 24%
B 106 of 255 = 42%

131
61
106

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

Portions of RGB colors in percentages

R + G + B =
131 + 61 + 106 = 298 (100%)
R 131 of 298 ~ 43.96%
G 61 of 298 ~ 20.47%
B 106 of 298 ~ 35.57%

%43.96
%20.47
%35.57

CMYK color model

#833D6A color CMYK value is (0,53,19,49).

  • cyan value is 0.00%
  • magenta value is 53.44%
  • yellow value is 19.08%
  • key color value is 48.63%
CMYK:
(0,53,19,49)
C0M53Y19K49 
(0%,53%,19%,49%)
(0.00/0.53/0.19/0.49)	

CMYK percentages

%0
%53.44
%19.08
%48.63

Codes

Color #833D6A in popluar color models

833D6A
RGB13161106
HSL321°36.46%37.65%
HSB/HSV321°53.44%51.37%
CMYK0.00%53.44%19.08%
48.63%

Color #833D6A in popluar number systems.

HEX833D6A
Decimal13161106
Binary100000111111011101010
Octal20375152

Shades and tints

Shades of #833D6A

#833D6A
(131,61,106)
#783861
(120,56,97)
#6D3358
(109,51,88)
#622E4F
(98,46,79)
#572946
(87,41,70)
#4C243D
(76,36,61)
#411F34
(65,31,52)
#361A2B
(54,26,43)
#2B1522
(43,21,34)
#201019
(32,16,25)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #833D6A

#833D6A
(131,61,106)
#8E4E77
(142,78,119)
#995F84
(153,95,132)
#A47091
(164,112,145)
#AF819E
(175,129,158)
#BA92AB
(186,146,171)
#C5A3B8
(197,163,184)
#D0B4C5
(208,180,197)
#DBC5D2
(219,197,210)
#E6D6DF
(230,214,223)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833D6A color. Also use rgb(131,61,106) instead hex code.

Text Font Color

.myTextColor { color: #833D6A; }

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

This text font color is #833D6A.


Background Color

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

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

This div background color is #833D6A.


Border color

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

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

This div border color is #833D6A.


Opacity

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

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

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

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

This text has shadow with #833D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833D6A on black background.


Color preview on white background

This text has color #833D6A on white background.



Black color preview on #833D6A background

This text has black color on #833D6A background.


White color preview on #833D6A background

This text has white color on #833D6A background.