COLOR #50353C

HEX: #50353C
RGB: (80,53,60)

Color info

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

RGB color model

#50353C color RGB value is (80,53,60).

  • red value is 80;
  • green value is 53;
  • blue value is 60.
RGB:
(80,53,60)
(31%,21%,24%)

RGB channels and saturation

R 80 of 255 = 31%
G 53 of 255 = 21%
B 60 of 255 = 24%

80
53
60

R + G + B ~ 25%. #50353C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 53 + 60 = 193 (100%)
R 80 of 193 ~ 41.45%
G 53 of 193 ~ 27.46%
B 60 of 193 ~ 31.09%

%41.45
%27.46
%31.09

CMYK color model

#50353C color CMYK value is (0,34,25,69).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 25.00%
  • key color value is 68.63%
CMYK:
(0,34,25,69)
C0M34Y25K69 
(0%,34%,25%,69%)
(0.00/0.34/0.25/0.69)	

CMYK percentages

%0
%33.75
%25
%68.63

Codes

Color #50353C in popluar color models

50353C
RGB805360
HSL344°20.30%26.08%
HSB/HSV344°33.75%31.37%
CMYK0.00%33.75%25.00%
68.63%

Color #50353C in popluar number systems.

HEX50353C
Decimal805360
Binary1010000110101111100
Octal1206574

Shades and tints

Shades of #50353C

#50353C
(80,53,60)
#493137
(73,49,55)
#422D32
(66,45,50)
#3B292D
(59,41,45)
#342528
(52,37,40)
#2D2123
(45,33,35)
#261D1E
(38,29,30)
#1F1919
(31,25,25)
#181514
(24,21,20)
#11110F
(17,17,15)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #50353C

#50353C
(80,53,60)
#5F474D
(95,71,77)
#6E595E
(110,89,94)
#7D6B6F
(125,107,111)
#8C7D80
(140,125,128)
#9B8F91
(155,143,145)
#AAA1A2
(170,161,162)
#B9B3B3
(185,179,179)
#C8C5C4
(200,197,196)
#D7D7D5
(215,215,213)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50353C color. Also use rgb(80,53,60) instead hex code.

Text Font Color

.myTextColor { color: #50353C; }

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

This text font color is #50353C.


Background Color

.myBgColor { background-color: #50353C; }

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

This div background color is #50353C.


Border color

.myBorderColor { border: 1px solid #50353C; }

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

This div border color is #50353C.


Opacity

.myOpacity80 { color: #50353C; opacity: 0.8; }

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

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

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

This text has shadow with #50353C color.

.textShadow {text-shadow: 3px 3px 1px #50353C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50353C;
-webkit-box-shadow: 1px 1px 3px 2px #50353C;
box-shadow:1px 1px 3px 2px #50353C;">
Div content here</div>
This div box has shadow with color #50353C.

Preview

Color preview on black background

This text has color #50353C on black background.


Color preview on white background

This text has color #50353C on white background.



Black color preview on #50353C background

This text has black color on #50353C background.


White color preview on #50353C background

This text has white color on #50353C background.