COLOR #50252A

HEX: #50252A
RGB: (80,37,42)

Color info

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

RGB color model

#50252A color RGB value is (80,37,42).

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

RGB channels and saturation

R 80 of 255 = 31%
G 37 of 255 = 15%
B 42 of 255 = 16%

80
37
42

R + G + B ~ 21%. #50252A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 37 + 42 = 159 (100%)
R 80 of 159 ~ 50.31%
G 37 of 159 ~ 23.27%
B 42 of 159 ~ 26.42%

%50.31
%23.27
%26.42

CMYK color model

#50252A color CMYK value is (0,54,48,69).

  • cyan value is 0.00%
  • magenta value is 53.75%
  • yellow value is 47.50%
  • key color value is 68.63%
CMYK:
(0,54,48,69)
C0M54Y48K69 
(0%,54%,48%,69%)
(0.00/0.54/0.48/0.69)	

CMYK percentages

%0
%53.75
%47.5
%68.63

Codes

Color #50252A in popluar color models

50252A
RGB803742
HSL353°36.75%22.94%
HSB/HSV353°53.75%31.37%
CMYK0.00%53.75%47.50%
68.63%

Color #50252A in popluar number systems.

HEX50252A
Decimal803742
Binary1010000100101101010
Octal1204552

Shades and tints

Shades of #50252A

#50252A
(80,37,42)
#492227
(73,34,39)
#421F24
(66,31,36)
#3B1C21
(59,28,33)
#34191E
(52,25,30)
#2D161B
(45,22,27)
#261318
(38,19,24)
#1F1015
(31,16,21)
#180D12
(24,13,18)
#110A0F
(17,10,15)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #50252A

#50252A
(80,37,42)
#5F383D
(95,56,61)
#6E4B50
(110,75,80)
#7D5E63
(125,94,99)
#8C7176
(140,113,118)
#9B8489
(155,132,137)
#AA979C
(170,151,156)
#B9AAAF
(185,170,175)
#C8BDC2
(200,189,194)
#D7D0D5
(215,208,213)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50252A color. Also use rgb(80,37,42) instead hex code.

Text Font Color

.myTextColor { color: #50252A; }

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

This text font color is #50252A.


Background Color

.myBgColor { background-color: #50252A; }

<div style="background-color:#50252A">Inner text</div>

This div background color is #50252A.


Border color

.myBorderColor { border: 1px solid #50252A; }

<div style="border:3px solid #50252A">Div</div>

This div border color is #50252A.


Opacity

.myOpacity80 { color: #50252A; opacity: 0.8; }

<p style="color:#50252A;opacity:0.8;">80%</p>

Text with #50252A 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 #50252A;}

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

This text has shadow with #50252A color.

.textShadow {text-shadow: 3px 3px 1px #50252A, 3px 3px 1px red;}

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

This text has shadow with #50252A primary color and red secondary color.


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

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

This text has shadow with #50252A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50252A on black background.


Color preview on white background

This text has color #50252A on white background.



Black color preview on #50252A background

This text has black color on #50252A background.


White color preview on #50252A background

This text has white color on #50252A background.