COLOR #503333

HEX: #503333
RGB: (80,51,51)

Color info

#503333 contains red, green and blue colors in about the same proportion. Web safe color of #503333 is #663333 (or #633).

RGB color model

#503333 color RGB value is (80,51,51).

  • red value is 80;
  • green value is 51;
  • blue value is 51.
RGB:
(80,51,51)
(31%,20%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 51 of 255 = 20%
B 51 of 255 = 20%

80
51
51

R + G + B ~ 24%. #503333 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 51 + 51 = 182 (100%)
R 80 of 182 ~ 43.96%
G 51 of 182 ~ 28.02%
B 51 of 182 ~ 28.02%

%43.96
%28.02
%28.02

CMYK color model

#503333 color CMYK value is (0,36,36,69).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 36.25%
  • key color value is 68.63%
CMYK:
(0,36,36,69)
C0M36Y36K69 
(0%,36%,36%,69%)
(0.00/0.36/0.36/0.69)	

CMYK percentages

%0
%36.25
%36.25
%68.63

Codes

Color #503333 in popluar color models

503333
RGB805151
HSL22.14%25.69%
HSB/HSV36.25%31.37%
CMYK0.00%36.25%36.25%
68.63%

Color #503333 in popluar number systems.

HEX503333
Decimal805151
Binary1010000110011110011
Octal1206363

Shades and tints

Shades of #503333

#503333
(80,51,51)
#492F2F
(73,47,47)
#422B2B
(66,43,43)
#3B2727
(59,39,39)
#342323
(52,35,35)
#2D1F1F
(45,31,31)
#261B1B
(38,27,27)
#1F1717
(31,23,23)
#181313
(24,19,19)
#110F0F
(17,15,15)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #503333

#503333
(80,51,51)
#5F4545
(95,69,69)
#6E5757
(110,87,87)
#7D6969
(125,105,105)
#8C7B7B
(140,123,123)
#9B8D8D
(155,141,141)
#AA9F9F
(170,159,159)
#B9B1B1
(185,177,177)
#C8C3C3
(200,195,195)
#D7D5D5
(215,213,213)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503333; }

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

This text font color is #503333.


Background Color

.myBgColor { background-color: #503333; }

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

This div background color is #503333.


Border color

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

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

This div border color is #503333.


Opacity

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

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

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

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

This text has shadow with #503333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503333 on black background.


Color preview on white background

This text has color #503333 on white background.



Black color preview on #503333 background

This text has black color on #503333 background.


White color preview on #503333 background

This text has white color on #503333 background.