COLOR #50372A

HEX: #50372A
RGB: (80,55,42)

Color info

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

RGB color model

#50372A color RGB value is (80,55,42).

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

RGB channels and saturation

R 80 of 255 = 31%
G 55 of 255 = 22%
B 42 of 255 = 16%

80
55
42

R + G + B ~ 23%. #50372A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 55 + 42 = 177 (100%)
R 80 of 177 ~ 45.2%
G 55 of 177 ~ 31.07%
B 42 of 177 ~ 23.73%

%45.2
%31.07
%23.73

CMYK color model

#50372A color CMYK value is (0,31,48,69).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 47.50%
  • key color value is 68.63%
CMYK:
(0,31,48,69)
C0M31Y48K69 
(0%,31%,48%,69%)
(0.00/0.31/0.48/0.69)	

CMYK percentages

%0
%31.25
%47.5
%68.63

Codes

Color #50372A in popluar color models

50372A
RGB805542
HSL21°31.15%23.92%
HSB/HSV21°47.50%31.37%
CMYK0.00%31.25%47.50%
68.63%

Color #50372A in popluar number systems.

HEX50372A
Decimal805542
Binary1010000110111101010
Octal1206752

Shades and tints

Shades of #50372A

#50372A
(80,55,42)
#493227
(73,50,39)
#422D24
(66,45,36)
#3B2821
(59,40,33)
#34231E
(52,35,30)
#2D1E1B
(45,30,27)
#261918
(38,25,24)
#1F1415
(31,20,21)
#180F12
(24,15,18)
#110A0F
(17,10,15)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #50372A

#50372A
(80,55,42)
#5F493D
(95,73,61)
#6E5B50
(110,91,80)
#7D6D63
(125,109,99)
#8C7F76
(140,127,118)
#9B9189
(155,145,137)
#AAA39C
(170,163,156)
#B9B5AF
(185,181,175)
#C8C7C2
(200,199,194)
#D7D9D5
(215,217,213)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50372A; }

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

This text font color is #50372A.


Background Color

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

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

This div background color is #50372A.


Border color

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

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

This div border color is #50372A.


Opacity

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

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

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

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

This text has shadow with #50372A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50372A on black background.


Color preview on white background

This text has color #50372A on white background.



Black color preview on #50372A background

This text has black color on #50372A background.


White color preview on #50372A background

This text has white color on #50372A background.