COLOR #833648

HEX: #833648
RGB: (131,54,72)

Color info

#833648 contains mainly red and blue colors. Web safe color of #833648 is #993333 (or #933).

RGB color model

#833648 color RGB value is (131,54,72).

  • red value is 131;
  • green value is 54;
  • blue value is 72.
RGB:
(131,54,72)
(51%,21%,28%)

RGB channels and saturation

R 131 of 255 = 51%
G 54 of 255 = 21%
B 72 of 255 = 28%

131
54
72

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

Portions of RGB colors in percentages

R + G + B =
131 + 54 + 72 = 257 (100%)
R 131 of 257 ~ 50.97%
G 54 of 257 ~ 21.01%
B 72 of 257 ~ 28.02%

%50.97
%21.01
%28.02

CMYK color model

#833648 color CMYK value is (0,59,45,49).

  • cyan value is 0.00%
  • magenta value is 58.78%
  • yellow value is 45.04%
  • key color value is 48.63%
CMYK:
(0,59,45,49)
C0M59Y45K49 
(0%,59%,45%,49%)
(0.00/0.59/0.45/0.49)	

CMYK percentages

%0
%58.78
%45.04
%48.63

Codes

Color #833648 in popluar color models

833648
RGB1315472
HSL346°41.62%36.27%
HSB/HSV346°58.78%51.37%
CMYK0.00%58.78%45.04%
48.63%

Color #833648 in popluar number systems.

HEX833648
Decimal1315472
Binary100000111101101001000
Octal20366110

Shades and tints

Shades of #833648

#833648
(131,54,72)
#783242
(120,50,66)
#6D2E3C
(109,46,60)
#622A36
(98,42,54)
#572630
(87,38,48)
#4C222A
(76,34,42)
#411E24
(65,30,36)
#361A1E
(54,26,30)
#2B1618
(43,22,24)
#201212
(32,18,18)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #833648

#833648
(131,54,72)
#8E4858
(142,72,88)
#995A68
(153,90,104)
#A46C78
(164,108,120)
#AF7E88
(175,126,136)
#BA9098
(186,144,152)
#C5A2A8
(197,162,168)
#D0B4B8
(208,180,184)
#DBC6C8
(219,198,200)
#E6D8D8
(230,216,216)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833648 color. Also use rgb(131,54,72) instead hex code.

Text Font Color

.myTextColor { color: #833648; }

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

This text font color is #833648.


Background Color

.myBgColor { background-color: #833648; }

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

This div background color is #833648.


Border color

.myBorderColor { border: 1px solid #833648; }

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

This div border color is #833648.


Opacity

.myOpacity80 { color: #833648; opacity: 0.8; }

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

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

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

This text has shadow with #833648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833648 on black background.


Color preview on white background

This text has color #833648 on white background.



Black color preview on #833648 background

This text has black color on #833648 background.


White color preview on #833648 background

This text has white color on #833648 background.