COLOR #50651B

HEX: #50651B
RGB: (80,101,27)

Color info

#50651B contains mainly red and green colors. Web safe color of #50651B is #666633 (or #663).

RGB color model

#50651B color RGB value is (80,101,27).

  • red value is 80;
  • green value is 101;
  • blue value is 27.
RGB:
(80,101,27)
(31%,40%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 27 of 255 = 11%

80
101
27

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

Portions of RGB colors in percentages

R + G + B =
80 + 101 + 27 = 208 (100%)
R 80 of 208 ~ 38.46%
G 101 of 208 ~ 48.56%
B 27 of 208 ~ 12.98%

%38.46
%48.56
%12.98

CMYK color model

#50651B color CMYK value is (21,0,73,60).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 73.27%
  • key color value is 60.39%
CMYK:
(21,0,73,60)
C21M0Y73K60 
(21%,0%,73%,60%)
(0.21/0.00/0.73/0.60)	

CMYK percentages

%20.79
%0
%73.27
%60.39

Codes

Color #50651B in popluar color models

50651B
RGB8010127
HSL77°57.81%25.10%
HSB/HSV77°73.27%39.61%
CMYK20.79%0.00%73.27%
60.39%

Color #50651B in popluar number systems.

HEX50651B
Decimal8010127
Binary1010000110010111011
Octal12014533

Shades and tints

Shades of #50651B

#50651B
(80,101,27)
#495C19
(73,92,25)
#425317
(66,83,23)
#3B4A15
(59,74,21)
#344113
(52,65,19)
#2D3811
(45,56,17)
#262F0F
(38,47,15)
#1F260D
(31,38,13)
#181D0B
(24,29,11)
#111409
(17,20,9)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #50651B

#50651B
(80,101,27)
#5F732F
(95,115,47)
#6E8143
(110,129,67)
#7D8F57
(125,143,87)
#8C9D6B
(140,157,107)
#9BAB7F
(155,171,127)
#AAB993
(170,185,147)
#B9C7A7
(185,199,167)
#C8D5BB
(200,213,187)
#D7E3CF
(215,227,207)
#E6F1E3
(230,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50651B color. Also use rgb(80,101,27) instead hex code.

Text Font Color

.myTextColor { color: #50651B; }

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

This text font color is #50651B.


Background Color

.myBgColor { background-color: #50651B; }

<div style="background-color:#50651B">Inner text</div>

This div background color is #50651B.


Border color

.myBorderColor { border: 1px solid #50651B; }

<div style="border:3px solid #50651B">Div</div>

This div border color is #50651B.


Opacity

.myOpacity80 { color: #50651B; opacity: 0.8; }

<p style="color:#50651B;opacity:0.8;">80%</p>

Text with #50651B 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 #50651B;}

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

This text has shadow with #50651B color.

.textShadow {text-shadow: 3px 3px 1px #50651B, 3px 3px 1px red;}

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

This text has shadow with #50651B primary color and red secondary color.


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

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

This text has shadow with #50651B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50651B on black background.


Color preview on white background

This text has color #50651B on white background.



Black color preview on #50651B background

This text has black color on #50651B background.


White color preview on #50651B background

This text has white color on #50651B background.