COLOR #500D23

HEX: #500D23 RGB: (80,13,35)

Color info

#500D23 contains mainly red and blue colors. Web safe color of #500D23 is #660033 (or #603).

RGB color model

#500D23 color RGB value is (80,13,35).

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

RGB channels and saturation

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

80
13
35

R + G + B ~ 17%. #500D23 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 13 + 35 = 128 (100%)
R 80 of 128 ~ 62.5%
G 13 of 128 ~ 10.16%
B 35 of 128 ~ 27.34'%

%62.5
%27.34

CMYK color model

#500D23 color CMYK value is (0,84,56,69).

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

CMYK: (0,84,56,69)
C0M84Y56K69 (0%, 84%, 56%, 69%)
(0.00 / 0.84 / 0.56 / 0.69)

CMYK percentages

%0
%83.75
%56.25
%68.63

Codes

Color #500D23 in popluar color models

50 0D 23
RGB 80 13 35
HSL 340° 72.04% 18.24%
HSB/HSV 340° 83.75% 31.37%
CMYK 0.00% 83.75% 56.25%
68.63%

Color #500D23 in popluar number systems.

HEX 50 0D 23
Decimal 80 13 35
Binary 1010000 1101 100011
Octal 120 15 43

Shades and tints

Shades of #500D23

#500D23
(80,13,35)
#490C20
(73,12,32)
#420B1D
(66,11,29)
#3B0A1A
(59,10,26)
#340917
(52,9,23)
#2D0814
(45,8,20)
#260711
(38,7,17)
#1F060E
(31,6,14)
#18050B
(24,5,11)
#110408
(17,4,8)
#0A0305
(10,3,5)
#000000
(0,0,0)

Tints of #500D23

#500D23
(80,13,35)
#5F2337
(95,35,55)
#6E394B
(110,57,75)
#7D4F5F
(125,79,95)
#8C6573
(140,101,115)
#9B7B87
(155,123,135)
#AA919B
(170,145,155)
#B9A7AF
(185,167,175)
#C8BDC3
(200,189,195)
#D7D3D7
(215,211,215)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500D23; }

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

This text font color is #500D23.

Background Color

.myBgColor { background-color: #500D23; }

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

This div background color is #500D23.

Border color

.myBorderColor { border: 1px solid #500D23; }

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

This div border color is #500D23.

Opacity

.myOpacity80 { color: #500D23; opacity: 0.8; }

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

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

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

This text has shadow with #500D23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #500D23.

Preview

Color preview on black background

This text has color #500D23 on black background.


Color preview on white background

This text has color #500D23 on white background.


Black color preview on #500D23 background

This text has black color on #500D23 background.


White color preview on #500D23 background

This text has white color on #500D23 background.


Related colors

Complementary color

Complementary color for #hex is #AFF2DC.


I love getcolorcode.com

Triadic colors

1 #23500D and #0D2350 with #500D23 are triadic colors.

2 #230D50 and #0D5023 with #500D23 are triadic colors.