COLOR #50483E

HEX: #50483E
RGB: (80,72,62)

Color info

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

RGB color model

#50483E color RGB value is (80,72,62).

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

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 62 of 255 = 24%

80
72
62

R + G + B ~ 28%. #50483E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 62 = 214 (100%)
R 80 of 214 ~ 37.38%
G 72 of 214 ~ 33.64%
B 62 of 214 ~ 28.97%

%37.38
%33.64
%28.97

CMYK color model

#50483E color CMYK value is (0,10,23,69).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 22.50%
  • key color value is 68.63%
CMYK:
(0,10,23,69)
C0M10Y23K69 
(0%,10%,23%,69%)
(0.00/0.10/0.23/0.69)	

CMYK percentages

%0
%10
%22.5
%68.63

Codes

Color #50483E in popluar color models

50483E
RGB807262
HSL33°12.68%27.84%
HSB/HSV33°22.50%31.37%
CMYK0.00%10.00%22.50%
68.63%

Color #50483E in popluar number systems.

HEX50483E
Decimal807262
Binary10100001001000111110
Octal12011076

Shades and tints

Shades of #50483E

#50483E
(80,72,62)
#494239
(73,66,57)
#423C34
(66,60,52)
#3B362F
(59,54,47)
#34302A
(52,48,42)
#2D2A25
(45,42,37)
#262420
(38,36,32)
#1F1E1B
(31,30,27)
#181816
(24,24,22)
#111211
(17,18,17)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #50483E

#50483E
(80,72,62)
#5F584F
(95,88,79)
#6E6860
(110,104,96)
#7D7871
(125,120,113)
#8C8882
(140,136,130)
#9B9893
(155,152,147)
#AAA8A4
(170,168,164)
#B9B8B5
(185,184,181)
#C8C8C6
(200,200,198)
#D7D8D7
(215,216,215)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50483E; }

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

This text font color is #50483E.


Background Color

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

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

This div background color is #50483E.


Border color

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

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

This div border color is #50483E.


Opacity

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

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

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

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

This text has shadow with #50483E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50483E on black background.


Color preview on white background

This text has color #50483E on white background.



Black color preview on #50483E background

This text has black color on #50483E background.


White color preview on #50483E background

This text has white color on #50483E background.