COLOR #50592D

HEX: #50592D RGB: (80,89,45)

Color info

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

RGB color model

#50592D color RGB value is (80,89,45).

RGB: (80,89,45) (31%, 35%, 18%)

RGB channels and saturation

R 80 of 255 = 31%
G 89 of 255 = 35%
B 45 of 255 = 18%

80
89
45

R + G + B ~ 28%. #50592D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 89 + 45 = 214 (100%)
R 80 of 214 ~ 37.38%
G 89 of 214 ~ 41.59%
B 45 of 214 ~ 21.03'%

%37.38
%41.59
%21.03

CMYK color model

#50592D color CMYK value is (10,0,49,65).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 49.44%
  • key color value is 65.10%

CMYK: (10,0,49,65)
C10M0Y49K65 (10%, 0%, 49%, 65%)
(0.10 / 0.00 / 0.49 / 0.65)

CMYK percentages

%10.11
%0
%49.44
%65.1

Codes

Color #50592D in popluar color models

50 59 2D
RGB 80 89 45
HSL 72° 32.84% 26.27%
HSB/HSV 72° 49.44% 34.90%
CMYK 10.11% 0.00% 49.44%
65.10%

Color #50592D in popluar number systems.

HEX 50 59 2D
Decimal 80 89 45
Binary 1010000 1011001 101101
Octal 120 131 55

Shades and tints

Shades of #50592D

#50592D
(80,89,45)
#495129
(73,81,41)
#424925
(66,73,37)
#3B4121
(59,65,33)
#34391D
(52,57,29)
#2D3119
(45,49,25)
#262915
(38,41,21)
#1F2111
(31,33,17)
#18190D
(24,25,13)
#111109
(17,17,9)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #50592D

#50592D
(80,89,45)
#5F6840
(95,104,64)
#6E7753
(110,119,83)
#7D8666
(125,134,102)
#8C9579
(140,149,121)
#9BA48C
(155,164,140)
#AAB39F
(170,179,159)
#B9C2B2
(185,194,178)
#C8D1C5
(200,209,197)
#D7E0D8
(215,224,216)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50592D color. Also use rgb(80,89,45) instead hex code.

Text Font Color

.myTextColor { color: #50592D; }

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

This text font color is #50592D.

Background Color

.myBgColor { background-color: #50592D; }

<div style="background-color:#50592D">Inner text</div>

This div background color is #50592D.

Border color

.myBorderColor { border: 1px solid #50592D; }

<div style="border:3px solid #50592D">Div</div>

This div border color is #50592D.

Opacity

.myOpacity80 { color: #50592D; opacity: 0.8; }

<p style="color:#50592D;opacity:0.8;">80%</p>

Text with #50592D 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 #50592D;}

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

This text has shadow with #50592D color.


.textShadow {text-shadow: 3px 3px 1px #50592D', 3px 3px 1px red;}

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

This text has shadow with #50592D primary color and red secondary color.


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

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

This text has shadow with #50592D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50592D; -webkit-box-shadow: 1px 1px 3px 2px #50592D; box-shadow:1px 1px 3px 2px #50592D;">
Div content here
</div>

This div box has shadow with color #50592D.

Preview

Color preview on black background

This text has color #50592D on black background.


Color preview on white background

This text has color #50592D on white background.


Black color preview on #50592D background

This text has black color on #50592D background.


White color preview on #50592D background

This text has white color on #50592D background.


Related colors

Complementary color

Complementary color for #hex is #AFA6D2.


I love getcolorcode.com

Triadic colors

1 #2D5059 and #592D50 with #50592D are triadic colors.

2 #2D5950 and #59502D with #50592D are triadic colors.