COLOR #50253E

HEX: #50253E
RGB: (80,37,62)

Color info

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

RGB color model

#50253E color RGB value is (80,37,62).

  • red value is 80;
  • green value is 37;
  • blue value is 62.
RGB:
(80,37,62)
(31%,15%,24%)

RGB channels and saturation

R 80 of 255 = 31%
G 37 of 255 = 15%
B 62 of 255 = 24%

80
37
62

R + G + B ~ 23%. #50253E is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 37 + 62 = 179 (100%)
R 80 of 179 ~ 44.69%
G 37 of 179 ~ 20.67%
B 62 of 179 ~ 34.64%

%44.69
%20.67
%34.64

CMYK color model

#50253E color CMYK value is (0,54,23,69).

  • cyan value is 0.00%
  • magenta value is 53.75%
  • yellow value is 22.50%
  • key color value is 68.63%
CMYK:
(0,54,23,69)
C0M54Y23K69 
(0%,54%,23%,69%)
(0.00/0.54/0.23/0.69)	

CMYK percentages

%0
%53.75
%22.5
%68.63

Codes

Color #50253E in popluar color models

50253E
RGB803762
HSL325°36.75%22.94%
HSB/HSV325°53.75%31.37%
CMYK0.00%53.75%22.50%
68.63%

Color #50253E in popluar number systems.

HEX50253E
Decimal803762
Binary1010000100101111110
Octal1204576

Shades and tints

Shades of #50253E

#50253E
(80,37,62)
#492239
(73,34,57)
#421F34
(66,31,52)
#3B1C2F
(59,28,47)
#34192A
(52,25,42)
#2D1625
(45,22,37)
#261320
(38,19,32)
#1F101B
(31,16,27)
#180D16
(24,13,22)
#110A11
(17,10,17)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #50253E

#50253E
(80,37,62)
#5F384F
(95,56,79)
#6E4B60
(110,75,96)
#7D5E71
(125,94,113)
#8C7182
(140,113,130)
#9B8493
(155,132,147)
#AA97A4
(170,151,164)
#B9AAB5
(185,170,181)
#C8BDC6
(200,189,198)
#D7D0D7
(215,208,215)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50253E; }

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

This text font color is #50253E.


Background Color

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

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

This div background color is #50253E.


Border color

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

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

This div border color is #50253E.


Opacity

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

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

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

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

This text has shadow with #50253E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50253E on black background.


Color preview on white background

This text has color #50253E on white background.



Black color preview on #50253E background

This text has black color on #50253E background.


White color preview on #50253E background

This text has white color on #50253E background.