COLOR #50583E

HEX: #50583E
RGB: (80,88,62)

Color info

#50583E contains red, green and blue colors in about the same proportion. Web safe color of #50583E is #666633 (or #663).

RGB color model

#50583E color RGB value is (80,88,62).

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

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 62 of 255 = 24%

80
88
62

R + G + B ~ 30%. #50583E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 88 + 62 = 230 (100%)
R 80 of 230 ~ 34.78%
G 88 of 230 ~ 38.26%
B 62 of 230 ~ 26.96%

%34.78
%38.26
%26.96

CMYK color model

#50583E color CMYK value is (9,0,30,65).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 65.49%
CMYK:
(9,0,30,65)
C9M0Y30K65 
(9%,0%,30%,65%)
(0.09/0.00/0.30/0.65)	

CMYK percentages

%9.09
%0
%29.55
%65.49

Codes

Color #50583E in popluar color models

50583E
RGB808862
HSL78°17.33%29.41%
HSB/HSV78°29.55%34.51%
CMYK9.09%0.00%29.55%
65.49%

Color #50583E in popluar number systems.

HEX50583E
Decimal808862
Binary10100001011000111110
Octal12013076

Shades and tints

Shades of #50583E

#50583E
(80,88,62)
#495039
(73,80,57)
#424834
(66,72,52)
#3B402F
(59,64,47)
#34382A
(52,56,42)
#2D3025
(45,48,37)
#262820
(38,40,32)
#1F201B
(31,32,27)
#181816
(24,24,22)
#111011
(17,16,17)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #50583E

#50583E
(80,88,62)
#5F674F
(95,103,79)
#6E7660
(110,118,96)
#7D8571
(125,133,113)
#8C9482
(140,148,130)
#9BA393
(155,163,147)
#AAB2A4
(170,178,164)
#B9C1B5
(185,193,181)
#C8D0C6
(200,208,198)
#D7DFD7
(215,223,215)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50583E; }

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

This text font color is #50583E.


Background Color

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

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

This div background color is #50583E.


Border color

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

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

This div border color is #50583E.


Opacity

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

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

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

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

This text has shadow with #50583E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50583E on black background.


Color preview on white background

This text has color #50583E on white background.



Black color preview on #50583E background

This text has black color on #50583E background.


White color preview on #50583E background

This text has white color on #50583E background.