COLOR #502344

HEX: #502344
RGB: (80,35,68)

Color info

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

RGB color model

#502344 color RGB value is (80,35,68).

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

RGB channels and saturation

R 80 of 255 = 31%
G 35 of 255 = 14%
B 68 of 255 = 27%

80
35
68

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

Portions of RGB colors in percentages

R + G + B =
80 + 35 + 68 = 183 (100%)
R 80 of 183 ~ 43.72%
G 35 of 183 ~ 19.13%
B 68 of 183 ~ 37.16%

%43.72
%19.13
%37.16

CMYK color model

#502344 color CMYK value is (0,56,15,69).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 15.00%
  • key color value is 68.63%
CMYK:
(0,56,15,69)
C0M56Y15K69 
(0%,56%,15%,69%)
(0.00/0.56/0.15/0.69)	

CMYK percentages

%0
%56.25
%15
%68.63

Codes

Color #502344 in popluar color models

502344
RGB803568
HSL316°39.13%22.55%
HSB/HSV316°56.25%31.37%
CMYK0.00%56.25%15.00%
68.63%

Color #502344 in popluar number systems.

HEX502344
Decimal803568
Binary10100001000111000100
Octal12043104

Shades and tints

Shades of #502344

#502344
(80,35,68)
#49203E
(73,32,62)
#421D38
(66,29,56)
#3B1A32
(59,26,50)
#34172C
(52,23,44)
#2D1426
(45,20,38)
#261120
(38,17,32)
#1F0E1A
(31,14,26)
#180B14
(24,11,20)
#11080E
(17,8,14)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #502344

#502344
(80,35,68)
#5F3755
(95,55,85)
#6E4B66
(110,75,102)
#7D5F77
(125,95,119)
#8C7388
(140,115,136)
#9B8799
(155,135,153)
#AA9BAA
(170,155,170)
#B9AFBB
(185,175,187)
#C8C3CC
(200,195,204)
#D7D7DD
(215,215,221)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502344; }

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

This text font color is #502344.


Background Color

.myBgColor { background-color: #502344; }

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

This div background color is #502344.


Border color

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

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

This div border color is #502344.


Opacity

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

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

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

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

This text has shadow with #502344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502344 on black background.


Color preview on white background

This text has color #502344 on white background.



Black color preview on #502344 background

This text has black color on #502344 background.


White color preview on #502344 background

This text has white color on #502344 background.