COLOR #50613D

HEX: #50613D
RGB: (80,97,61)

Color info

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

RGB color model

#50613D color RGB value is (80,97,61).

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

RGB channels and saturation

R 80 of 255 = 31%
G 97 of 255 = 38%
B 61 of 255 = 24%

80
97
61

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

Portions of RGB colors in percentages

R + G + B =
80 + 97 + 61 = 238 (100%)
R 80 of 238 ~ 33.61%
G 97 of 238 ~ 40.76%
B 61 of 238 ~ 25.63%

%33.61
%40.76
%25.63

CMYK color model

#50613D color CMYK value is (18,0,37,62).

  • cyan value is 17.53%
  • magenta value is 0.00%
  • yellow value is 37.11%
  • key color value is 61.96%
CMYK:
(18,0,37,62)
C18M0Y37K62 
(18%,0%,37%,62%)
(0.18/0.00/0.37/0.62)	

CMYK percentages

%17.53
%0
%37.11
%61.96

Codes

Color #50613D in popluar color models

50613D
RGB809761
HSL88°22.78%30.98%
HSB/HSV88°37.11%38.04%
CMYK17.53%0.00%37.11%
61.96%

Color #50613D in popluar number systems.

HEX50613D
Decimal809761
Binary10100001100001111101
Octal12014175

Shades and tints

Shades of #50613D

#50613D
(80,97,61)
#495938
(73,89,56)
#425133
(66,81,51)
#3B492E
(59,73,46)
#344129
(52,65,41)
#2D3924
(45,57,36)
#26311F
(38,49,31)
#1F291A
(31,41,26)
#182115
(24,33,21)
#111910
(17,25,16)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #50613D

#50613D
(80,97,61)
#5F6F4E
(95,111,78)
#6E7D5F
(110,125,95)
#7D8B70
(125,139,112)
#8C9981
(140,153,129)
#9BA792
(155,167,146)
#AAB5A3
(170,181,163)
#B9C3B4
(185,195,180)
#C8D1C5
(200,209,197)
#D7DFD6
(215,223,214)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50613D; }

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

This text font color is #50613D.


Background Color

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

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

This div background color is #50613D.


Border color

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

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

This div border color is #50613D.


Opacity

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

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

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

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

This text has shadow with #50613D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50613D on black background.


Color preview on white background

This text has color #50613D on white background.



Black color preview on #50613D background

This text has black color on #50613D background.


White color preview on #50613D background

This text has white color on #50613D background.