COLOR #50592A

HEX: #50592A
RGB: (80,89,42)

Color info

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

RGB color model

#50592A color RGB value is (80,89,42).

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

RGB channels and saturation

R 80 of 255 = 31%
G 89 of 255 = 35%
B 42 of 255 = 16%

80
89
42

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

Portions of RGB colors in percentages

R + G + B =
80 + 89 + 42 = 211 (100%)
R 80 of 211 ~ 37.91%
G 89 of 211 ~ 42.18%
B 42 of 211 ~ 19.91%

%37.91
%42.18
%19.91

CMYK color model

#50592A color CMYK value is (10,0,53,65).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 52.81%
  • key color value is 65.10%
CMYK:
(10,0,53,65)
C10M0Y53K65 
(10%,0%,53%,65%)
(0.10/0.00/0.53/0.65)	

CMYK percentages

%10.11
%0
%52.81
%65.1

Codes

Color #50592A in popluar color models

50592A
RGB808942
HSL71°35.88%25.69%
HSB/HSV71°52.81%34.90%
CMYK10.11%0.00%52.81%
65.10%

Color #50592A in popluar number systems.

HEX50592A
Decimal808942
Binary10100001011001101010
Octal12013152

Shades and tints

Shades of #50592A

#50592A
(80,89,42)
#495127
(73,81,39)
#424924
(66,73,36)
#3B4121
(59,65,33)
#34391E
(52,57,30)
#2D311B
(45,49,27)
#262918
(38,41,24)
#1F2115
(31,33,21)
#181912
(24,25,18)
#11110F
(17,17,15)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #50592A

#50592A
(80,89,42)
#5F683D
(95,104,61)
#6E7750
(110,119,80)
#7D8663
(125,134,99)
#8C9576
(140,149,118)
#9BA489
(155,164,137)
#AAB39C
(170,179,156)
#B9C2AF
(185,194,175)
#C8D1C2
(200,209,194)
#D7E0D5
(215,224,213)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50592A; }

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

This text font color is #50592A.


Background Color

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

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

This div background color is #50592A.


Border color

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

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

This div border color is #50592A.


Opacity

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

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

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

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

This text has shadow with #50592A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50592A on black background.


Color preview on white background

This text has color #50592A on white background.



Black color preview on #50592A background

This text has black color on #50592A background.


White color preview on #50592A background

This text has white color on #50592A background.