COLOR #50243D

HEX: #50243D RGB: (80,36,61)

Color info

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

RGB color model

#50243D color RGB value is (80,36,61).

RGB: (80,36,61) (31%, 14%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 36 of 255 = 14%
B 61 of 255 = 24%

80
36
61

R + G + B ~ 23%. #50243D is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 36 + 61 = 177 (100%)
R 80 of 177 ~ 45.2%
G 36 of 177 ~ 20.34%
B 61 of 177 ~ 34.46'%

%45.2
%20.34
%34.46

CMYK color model

#50243D color CMYK value is (0,55,24,69).

  • cyan value is 0.00%
  • magenta value is 55.00%
  • yellow value is 23.75%
  • key color value is 68.63%
CMYK: (0,55,24,69) C0M55Y24K69 (0%,55%,24%,69%) (0.00/0.55/0.24/0.69) 

CMYK percentages

%0
%55
%23.75
%68.63

Codes

Color #50243D in popluar color models

50 24 3D
RGB 80 36 61
HSL 326° 37.93% 22.75%
HSB/HSV 326° 55.00% 31.37%
CMYK 0.00% 55.00% 23.75%
68.63%

Color #50243D in popluar number systems.

HEX 50 24 3D
Decimal 80 36 61
Binary 1010000 100100 111101
Octal 120 44 75

Shades and tints

Shades of #50243D

#50243D
(80,36,61)
#492138
(73,33,56)
#421E33
(66,30,51)
#3B1B2E
(59,27,46)
#341829
(52,24,41)
#2D1524
(45,21,36)
#26121F
(38,18,31)
#1F0F1A
(31,15,26)
#180C15
(24,12,21)
#110910
(17,9,16)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #50243D

#50243D
(80,36,61)
#5F374E
(95,55,78)
#6E4A5F
(110,74,95)
#7D5D70
(125,93,112)
#8C7081
(140,112,129)
#9B8392
(155,131,146)
#AA96A3
(170,150,163)
#B9A9B4
(185,169,180)
#C8BCC5
(200,188,197)
#D7CFD6
(215,207,214)
#E6E2E7
(230,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50243D color. Also use rgb(80,36,61) instead hex code.

Text Font Color

.myTextColor { color: #50243D; }

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

This text font color is #50243D.

Background Color

.myBgColor { background-color: #50243D; }

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

This div background color is #50243D.

Border color

.myBorderColor { border: 1px solid #50243D; }

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

This div border color is #50243D.

Opacity

.myOpacity80 { color: #50243D; opacity: 0.8; }

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

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

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

This text has shadow with #50243D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50243D.

Preview

Color preview on black background

This text has color #50243D on black background.


Color preview on white background

This text has color #50243D on white background.


Black color preview on #50243D background

This text has black color on #50243D background.


White color preview on #50243D background

This text has white color on #50243D background.


Related colors

Complementary color

Complementary color for #hex is #AFDBC2.


I love getcolorcode.com

Triadic colors

1 #3D5024 and #243D50 with #50243D are triadic colors.

2 #3D2450 and #24503D with #50243D are triadic colors.