COLOR #50303E

HEX: #50303E RGB: (80,48,62)

Color info

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

RGB color model

#50303E color RGB value is (80,48,62).

RGB: (80,48,62) (31%, 19%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 48 of 255 = 19%
B 62 of 255 = 24%

80
48
62

R + G + B ~ 25%. #50303E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 48 + 62 = 190 (100%)
R 80 of 190 ~ 42.11%
G 48 of 190 ~ 25.26%
B 62 of 190 ~ 32.63'%

%42.11
%25.26
%32.63

CMYK color model

#50303E color CMYK value is (0,40,23,69).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 22.50%
  • key color value is 68.63%

CMYK: (0,40,23,69)
C0M40Y23K69 (0%, 40%, 23%, 69%)
(0.00 / 0.40 / 0.23 / 0.69)

CMYK percentages

%0
%40
%22.5
%68.63

Codes

Color #50303E in popluar color models

50 30 3E
RGB 80 48 62
HSL 334° 25.00% 25.10%
HSB/HSV 334° 40.00% 31.37%
CMYK 0.00% 40.00% 22.50%
68.63%

Color #50303E in popluar number systems.

HEX 50 30 3E
Decimal 80 48 62
Binary 1010000 110000 111110
Octal 120 60 76

Shades and tints

Shades of #50303E

#50303E
(80,48,62)
#492C39
(73,44,57)
#422834
(66,40,52)
#3B242F
(59,36,47)
#34202A
(52,32,42)
#2D1C25
(45,28,37)
#261820
(38,24,32)
#1F141B
(31,20,27)
#181016
(24,16,22)
#110C11
(17,12,17)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #50303E

#50303E
(80,48,62)
#5F424F
(95,66,79)
#6E5460
(110,84,96)
#7D6671
(125,102,113)
#8C7882
(140,120,130)
#9B8A93
(155,138,147)
#AA9CA4
(170,156,164)
#B9AEB5
(185,174,181)
#C8C0C6
(200,192,198)
#D7D2D7
(215,210,215)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50303E color. Also use rgb(80,48,62) instead hex code.

Text Font Color

.myTextColor { color: #50303E; }

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

This text font color is #50303E.

Background Color

.myBgColor { background-color: #50303E; }

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

This div background color is #50303E.

Border color

.myBorderColor { border: 1px solid #50303E; }

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

This div border color is #50303E.

Opacity

.myOpacity80 { color: #50303E; opacity: 0.8; }

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

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

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

This text has shadow with #50303E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50303E.

Preview

Color preview on black background

This text has color #50303E on black background.


Color preview on white background

This text has color #50303E on white background.


Black color preview on #50303E background

This text has black color on #50303E background.


White color preview on #50303E background

This text has white color on #50303E background.


Related colors

Complementary color

Complementary color for #hex is #AFCFC1.


I love getcolorcode.com

Triadic colors

1 #3E5030 and #303E50 with #50303E are triadic colors.

2 #3E3050 and #30503E with #50303E are triadic colors.