COLOR #502333

HEX: #502333
RGB: (80,35,51)

Color info

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

RGB color model

#502333 color RGB value is (80,35,51).

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

RGB channels and saturation

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

80
35
51

R + G + B ~ 22%. #502333 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 35 + 51 = 166 (100%)
R 80 of 166 ~ 48.19%
G 35 of 166 ~ 21.08%
B 51 of 166 ~ 30.72%

%48.19
%21.08
%30.72

CMYK color model

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

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

CMYK percentages

%0
%56.25
%36.25
%68.63

Codes

Color #502333 in popluar color models

502333
RGB803551
HSL339°39.13%22.55%
HSB/HSV339°56.25%31.37%
CMYK0.00%56.25%36.25%
68.63%

Color #502333 in popluar number systems.

HEX502333
Decimal803551
Binary1010000100011110011
Octal1204363

Shades and tints

Shades of #502333

#502333
(80,35,51)
#49202F
(73,32,47)
#421D2B
(66,29,43)
#3B1A27
(59,26,39)
#341723
(52,23,35)
#2D141F
(45,20,31)
#26111B
(38,17,27)
#1F0E17
(31,14,23)
#180B13
(24,11,19)
#11080F
(17,8,15)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #502333

#502333
(80,35,51)
#5F3745
(95,55,69)
#6E4B57
(110,75,87)
#7D5F69
(125,95,105)
#8C737B
(140,115,123)
#9B878D
(155,135,141)
#AA9B9F
(170,155,159)
#B9AFB1
(185,175,177)
#C8C3C3
(200,195,195)
#D7D7D5
(215,215,213)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502333; }

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

This text font color is #502333.


Background Color

.myBgColor { background-color: #502333; }

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

This div background color is #502333.


Border color

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

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

This div border color is #502333.


Opacity

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

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

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

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

This text has shadow with #502333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502333 on black background.


Color preview on white background

This text has color #502333 on white background.



Black color preview on #502333 background

This text has black color on #502333 background.


White color preview on #502333 background

This text has white color on #502333 background.