COLOR #50533F

HEX: #50533F
RGB: (80,83,63)

Color info

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

RGB color model

#50533F color RGB value is (80,83,63).

  • red value is 80;
  • green value is 83;
  • blue value is 63.
RGB:
(80,83,63)
(31%,33%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 63 of 255 = 25%

80
83
63

R + G + B ~ 30%. #50533F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 83 + 63 = 226 (100%)
R 80 of 226 ~ 35.4%
G 83 of 226 ~ 36.73%
B 63 of 226 ~ 27.88%

%35.4
%36.73
%27.88

CMYK color model

#50533F color CMYK value is (4,0,24,67).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(4,0,24,67)
C4M0Y24K67 
(4%,0%,24%,67%)
(0.04/0.00/0.24/0.67)	

CMYK percentages

%3.61
%0
%24.1
%67.45

Codes

Color #50533F in popluar color models

50533F
RGB808363
HSL69°13.70%28.63%
HSB/HSV69°24.10%32.55%
CMYK3.61%0.00%24.10%
67.45%

Color #50533F in popluar number systems.

HEX50533F
Decimal808363
Binary10100001010011111111
Octal12012377

Shades and tints

Shades of #50533F

#50533F
(80,83,63)
#494C3A
(73,76,58)
#424535
(66,69,53)
#3B3E30
(59,62,48)
#34372B
(52,55,43)
#2D3026
(45,48,38)
#262921
(38,41,33)
#1F221C
(31,34,28)
#181B17
(24,27,23)
#111412
(17,20,18)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #50533F

#50533F
(80,83,63)
#5F6250
(95,98,80)
#6E7161
(110,113,97)
#7D8072
(125,128,114)
#8C8F83
(140,143,131)
#9B9E94
(155,158,148)
#AAADA5
(170,173,165)
#B9BCB6
(185,188,182)
#C8CBC7
(200,203,199)
#D7DAD8
(215,218,216)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50533F color. Also use rgb(80,83,63) instead hex code.

Text Font Color

.myTextColor { color: #50533F; }

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

This text font color is #50533F.


Background Color

.myBgColor { background-color: #50533F; }

<div style="background-color:#50533F">Inner text</div>

This div background color is #50533F.


Border color

.myBorderColor { border: 1px solid #50533F; }

<div style="border:3px solid #50533F">Div</div>

This div border color is #50533F.


Opacity

.myOpacity80 { color: #50533F; opacity: 0.8; }

<p style="color:#50533F;opacity:0.8;">80%</p>

Text with #50533F 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 #50533F;}

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

This text has shadow with #50533F color.

.textShadow {text-shadow: 3px 3px 1px #50533F, 3px 3px 1px red;}

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

This text has shadow with #50533F primary color and red secondary color.


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

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

This text has shadow with #50533F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50533F on black background.


Color preview on white background

This text has color #50533F on white background.



Black color preview on #50533F background

This text has black color on #50533F background.


White color preview on #50533F background

This text has white color on #50533F background.