COLOR #833233

HEX: #833233 RGB: (131,50,51)

Color info

#833233 contains mainly red color. Web safe color of #833233 is #993333 (or #933).

RGB color model

#833233 color RGB value is (131,50,51).

RGB: (131,50,51) (51%, 20%, 20%)

RGB channels and saturation

R 131 of 255 = 51%
G 50 of 255 = 20%
B 51 of 255 = 20%

131
50
51

R + G + B ~ 30%. #833233 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 131 + 50 + 51 = 232 (100%)
R 131 of 232 ~ 56.47%
G 50 of 232 ~ 21.55%
B 51 of 232 ~ 21.98'%

%56.47
%21.55
%21.98

CMYK color model

#833233 color CMYK value is (0,62,61,49).

  • cyan value is 0.00%
  • magenta value is 61.83%
  • yellow value is 61.07%
  • key color value is 48.63%
CMYK: (0,62,61,49) C0M62Y61K49 (0%,62%,61%,49%) (0.00/0.62/0.61/0.49) 

CMYK percentages

%0
%61.83
%61.07
%48.63

Codes

Color #833233 in popluar color models

83 32 33
RGB 131 50 51
HSL 359° 44.75% 35.49%
HSB/HSV 359° 61.83% 51.37%
CMYK 0.00% 61.83% 61.07%
48.63%

Color #833233 in popluar number systems.

HEX 83 32 33
Decimal 131 50 51
Binary 10000011 110010 110011
Octal 203 62 63

Shades and tints

Shades of #833233

#833233
(131,50,51)
#782E2F
(120,46,47)
#6D2A2B
(109,42,43)
#622627
(98,38,39)
#572223
(87,34,35)
#4C1E1F
(76,30,31)
#411A1B
(65,26,27)
#361617
(54,22,23)
#2B1213
(43,18,19)
#200E0F
(32,14,15)
#150A0B
(21,10,11)
#000000
(0,0,0)

Tints of #833233

#833233
(131,50,51)
#8E4445
(142,68,69)
#995657
(153,86,87)
#A46869
(164,104,105)
#AF7A7B
(175,122,123)
#BA8C8D
(186,140,141)
#C59E9F
(197,158,159)
#D0B0B1
(208,176,177)
#DBC2C3
(219,194,195)
#E6D4D5
(230,212,213)
#F1E6E7
(241,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833233 color. Also use rgb(131,50,51) instead hex code.

Text Font Color

.myTextColor { color: #833233; }

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

This text font color is #833233.

Background Color

.myBgColor { background-color: #833233; }

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

This div background color is #833233.

Border color

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

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

This div border color is #833233.

Opacity

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

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

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

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

This text has shadow with #833233 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #833233.

Preview

Color preview on black background

This text has color #833233 on black background.


Color preview on white background

This text has color #833233 on white background.


Black color preview on #833233 background

This text has black color on #833233 background.


White color preview on #833233 background

This text has white color on #833233 background.


Related colors

Complementary color

Complementary color for #hex is #7CCDCC.


I love getcolorcode.com

Triadic colors

1 #338332 and #323383 with #833233 are triadic colors.

2 #333283 and #328333 with #833233 are triadic colors.