COLOR #50483A

HEX: #50483A
RGB: (80,72,58)

Color info

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

RGB color model

#50483A color RGB value is (80,72,58).

  • red value is 80;
  • green value is 72;
  • blue value is 58.
RGB:
(80,72,58)
(31%,28%,23%)

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 58 of 255 = 23%

80
72
58

R + G + B ~ 27%. #50483A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 58 = 210 (100%)
R 80 of 210 ~ 38.1%
G 72 of 210 ~ 34.29%
B 58 of 210 ~ 27.62%

%38.1
%34.29
%27.62

CMYK color model

#50483A color CMYK value is (0,10,28,69).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 27.50%
  • key color value is 68.63%
CMYK:
(0,10,28,69)
C0M10Y28K69 
(0%,10%,28%,69%)
(0.00/0.10/0.28/0.69)	

CMYK percentages

%0
%10
%27.5
%68.63

Codes

Color #50483A in popluar color models

50483A
RGB807258
HSL38°15.94%27.06%
HSB/HSV38°27.50%31.37%
CMYK0.00%10.00%27.50%
68.63%

Color #50483A in popluar number systems.

HEX50483A
Decimal807258
Binary10100001001000111010
Octal12011072

Shades and tints

Shades of #50483A

#50483A
(80,72,58)
#494235
(73,66,53)
#423C30
(66,60,48)
#3B362B
(59,54,43)
#343026
(52,48,38)
#2D2A21
(45,42,33)
#26241C
(38,36,28)
#1F1E17
(31,30,23)
#181812
(24,24,18)
#11120D
(17,18,13)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #50483A

#50483A
(80,72,58)
#5F584B
(95,88,75)
#6E685C
(110,104,92)
#7D786D
(125,120,109)
#8C887E
(140,136,126)
#9B988F
(155,152,143)
#AAA8A0
(170,168,160)
#B9B8B1
(185,184,177)
#C8C8C2
(200,200,194)
#D7D8D3
(215,216,211)
#E6E8E4
(230,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50483A color. Also use rgb(80,72,58) instead hex code.

Text Font Color

.myTextColor { color: #50483A; }

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

This text font color is #50483A.


Background Color

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

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

This div background color is #50483A.


Border color

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

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

This div border color is #50483A.


Opacity

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

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

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

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

This text has shadow with #50483A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50483A on black background.


Color preview on white background

This text has color #50483A on white background.



Black color preview on #50483A background

This text has black color on #50483A background.


White color preview on #50483A background

This text has white color on #50483A background.