COLOR #50613F

HEX: #50613F
RGB: (80,97,63)

Color info

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

RGB color model

#50613F color RGB value is (80,97,63).

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

RGB channels and saturation

R 80 of 255 = 31%
G 97 of 255 = 38%
B 63 of 255 = 25%

80
97
63

R + G + B ~ 31%. #50613F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 97 + 63 = 240 (100%)
R 80 of 240 ~ 33.33%
G 97 of 240 ~ 40.42%
B 63 of 240 ~ 26.25%

%33.33
%40.42
%26.25

CMYK color model

#50613F color CMYK value is (18,0,35,62).

  • cyan value is 17.53%
  • magenta value is 0.00%
  • yellow value is 35.05%
  • key color value is 61.96%
CMYK:
(18,0,35,62)
C18M0Y35K62 
(18%,0%,35%,62%)
(0.18/0.00/0.35/0.62)	

CMYK percentages

%17.53
%0
%35.05
%61.96

Codes

Color #50613F in popluar color models

50613F
RGB809763
HSL90°21.25%31.37%
HSB/HSV90°35.05%38.04%
CMYK17.53%0.00%35.05%
61.96%

Color #50613F in popluar number systems.

HEX50613F
Decimal809763
Binary10100001100001111111
Octal12014177

Shades and tints

Shades of #50613F

#50613F
(80,97,63)
#49593A
(73,89,58)
#425135
(66,81,53)
#3B4930
(59,73,48)
#34412B
(52,65,43)
#2D3926
(45,57,38)
#263121
(38,49,33)
#1F291C
(31,41,28)
#182117
(24,33,23)
#111912
(17,25,18)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #50613F

#50613F
(80,97,63)
#5F6F50
(95,111,80)
#6E7D61
(110,125,97)
#7D8B72
(125,139,114)
#8C9983
(140,153,131)
#9BA794
(155,167,148)
#AAB5A5
(170,181,165)
#B9C3B6
(185,195,182)
#C8D1C7
(200,209,199)
#D7DFD8
(215,223,216)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50613F; }

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

This text font color is #50613F.


Background Color

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

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

This div background color is #50613F.


Border color

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

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

This div border color is #50613F.


Opacity

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

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

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

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

This text has shadow with #50613F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50613F on black background.


Color preview on white background

This text has color #50613F on white background.



Black color preview on #50613F background

This text has black color on #50613F background.


White color preview on #50613F background

This text has white color on #50613F background.