COLOR #502123

HEX: #502123 RGB: (80,33,35)

Color info

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

RGB color model

#502123 color RGB value is (80,33,35).

RGB: (80,33,35) (31%, 13%, 14%)

RGB channels and saturation

R 80 of 255 = 31%
G 33 of 255 = 13%
B 35 of 255 = 14%

80
33
35

R + G + B ~ 19%. #502123 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 33 + 35 = 148 (100%)
R 80 of 148 ~ 54.05%
G 33 of 148 ~ 22.3%
B 35 of 148 ~ 23.65'%

%54.05
%22.3
%23.65

CMYK color model

#502123 color CMYK value is (0,59,56,69).

  • cyan value is 0.00%
  • magenta value is 58.75%
  • yellow value is 56.25%
  • key color value is 68.63%

CMYK: (0,59,56,69)
C0M59Y56K69 (0%, 59%, 56%, 69%)
(0.00 / 0.59 / 0.56 / 0.69)

CMYK percentages

%0
%58.75
%56.25
%68.63

Codes

Color #502123 in popluar color models

50 21 23
RGB 80 33 35
HSL 357° 41.59% 22.16%
HSB/HSV 357° 58.75% 31.37%
CMYK 0.00% 58.75% 56.25%
68.63%

Color #502123 in popluar number systems.

HEX 50 21 23
Decimal 80 33 35
Binary 1010000 100001 100011
Octal 120 41 43

Shades and tints

Shades of #502123

#502123
(80,33,35)
#491E20
(73,30,32)
#421B1D
(66,27,29)
#3B181A
(59,24,26)
#341517
(52,21,23)
#2D1214
(45,18,20)
#260F11
(38,15,17)
#1F0C0E
(31,12,14)
#18090B
(24,9,11)
#110608
(17,6,8)
#0A0305
(10,3,5)
#000000
(0,0,0)

Tints of #502123

#502123
(80,33,35)
#5F3537
(95,53,55)
#6E494B
(110,73,75)
#7D5D5F
(125,93,95)
#8C7173
(140,113,115)
#9B8587
(155,133,135)
#AA999B
(170,153,155)
#B9ADAF
(185,173,175)
#C8C1C3
(200,193,195)
#D7D5D7
(215,213,215)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502123; }

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

This text font color is #502123.

Background Color

.myBgColor { background-color: #502123; }

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

This div background color is #502123.

Border color

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

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

This div border color is #502123.

Opacity

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

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

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

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

This text has shadow with #502123 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #502123.

Preview

Color preview on black background

This text has color #502123 on black background.


Color preview on white background

This text has color #502123 on white background.


Black color preview on #502123 background

This text has black color on #502123 background.


White color preview on #502123 background

This text has white color on #502123 background.


Related colors

Complementary color

Complementary color for #hex is #AFDEDC.


I love getcolorcode.com

Triadic colors

1 #235021 and #212350 with #502123 are triadic colors.

2 #232150 and #215023 with #502123 are triadic colors.