COLOR #50343F

HEX: #50343F RGB: (80,52,63)

Color info

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

RGB color model

#50343F color RGB value is (80,52,63).

RGB: (80,52,63) (31%, 20%, 25%)

RGB channels and saturation

R 80 of 255 = 31%
G 52 of 255 = 20%
B 63 of 255 = 25%

80
52
63

R + G + B ~ 25%. #50343F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 52 + 63 = 195 (100%)
R 80 of 195 ~ 41.03%
G 52 of 195 ~ 26.67%
B 63 of 195 ~ 32.31'%

%41.03
%26.67
%32.31

CMYK color model

#50343F color CMYK value is (0,35,21,69).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 21.25%
  • key color value is 68.63%

CMYK: (0,35,21,69)
C0M35Y21K69 (0%, 35%, 21%, 69%)
(0.00 / 0.35 / 0.21 / 0.69)

CMYK percentages

%0
%35
%21.25
%68.63

Codes

Color #50343F in popluar color models

50 34 3F
RGB 80 52 63
HSL 336° 21.21% 25.88%
HSB/HSV 336° 35.00% 31.37%
CMYK 0.00% 35.00% 21.25%
68.63%

Color #50343F in popluar number systems.

HEX 50 34 3F
Decimal 80 52 63
Binary 1010000 110100 111111
Octal 120 64 77

Shades and tints

Shades of #50343F

#50343F
(80,52,63)
#49303A
(73,48,58)
#422C35
(66,44,53)
#3B2830
(59,40,48)
#34242B
(52,36,43)
#2D2026
(45,32,38)
#261C21
(38,28,33)
#1F181C
(31,24,28)
#181417
(24,20,23)
#111012
(17,16,18)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #50343F

#50343F
(80,52,63)
#5F4650
(95,70,80)
#6E5861
(110,88,97)
#7D6A72
(125,106,114)
#8C7C83
(140,124,131)
#9B8E94
(155,142,148)
#AAA0A5
(170,160,165)
#B9B2B6
(185,178,182)
#C8C4C7
(200,196,199)
#D7D6D8
(215,214,216)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50343F color. Also use rgb(80,52,63) instead hex code.

Text Font Color

.myTextColor { color: #50343F; }

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

This text font color is #50343F.

Background Color

.myBgColor { background-color: #50343F; }

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

This div background color is #50343F.

Border color

.myBorderColor { border: 1px solid #50343F; }

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

This div border color is #50343F.

Opacity

.myOpacity80 { color: #50343F; opacity: 0.8; }

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

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

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

This text has shadow with #50343F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50343F.

Preview

Color preview on black background

This text has color #50343F on black background.


Color preview on white background

This text has color #50343F on white background.


Black color preview on #50343F background

This text has black color on #50343F background.


White color preview on #50343F background

This text has white color on #50343F background.


Related colors

Complementary color

Complementary color for #hex is #AFCBC0.


I love getcolorcode.com

Triadic colors

1 #3F5034 and #343F50 with #50343F are triadic colors.

2 #3F3450 and #34503F with #50343F are triadic colors.