COLOR #50661C

HEX: #50661C
RGB: (80,102,28)

Color info

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

RGB color model

#50661C color RGB value is (80,102,28).

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

RGB channels and saturation

R 80 of 255 = 31%
G 102 of 255 = 40%
B 28 of 255 = 11%

80
102
28

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

Portions of RGB colors in percentages

R + G + B =
80 + 102 + 28 = 210 (100%)
R 80 of 210 ~ 38.1%
G 102 of 210 ~ 48.57%
B 28 of 210 ~ 13.33%

%38.1
%48.57
%13.33

CMYK color model

#50661C color CMYK value is (22,0,73,60).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 72.55%
  • key color value is 60.00%
CMYK:
(22,0,73,60)
C22M0Y73K60 
(22%,0%,73%,60%)
(0.22/0.00/0.73/0.60)	

CMYK percentages

%21.57
%0
%72.55
%60

Codes

Color #50661C in popluar color models

50661C
RGB8010228
HSL78°56.92%25.49%
HSB/HSV78°72.55%40.00%
CMYK21.57%0.00%72.55%
60.00%

Color #50661C in popluar number systems.

HEX50661C
Decimal8010228
Binary1010000110011011100
Octal12014634

Shades and tints

Shades of #50661C

#50661C
(80,102,28)
#495D1A
(73,93,26)
#425418
(66,84,24)
#3B4B16
(59,75,22)
#344214
(52,66,20)
#2D3912
(45,57,18)
#263010
(38,48,16)
#1F270E
(31,39,14)
#181E0C
(24,30,12)
#11150A
(17,21,10)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #50661C

#50661C
(80,102,28)
#5F7330
(95,115,48)
#6E8044
(110,128,68)
#7D8D58
(125,141,88)
#8C9A6C
(140,154,108)
#9BA780
(155,167,128)
#AAB494
(170,180,148)
#B9C1A8
(185,193,168)
#C8CEBC
(200,206,188)
#D7DBD0
(215,219,208)
#E6E8E4
(230,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50661C color. Also use rgb(80,102,28) instead hex code.

Text Font Color

.myTextColor { color: #50661C; }

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

This text font color is #50661C.


Background Color

.myBgColor { background-color: #50661C; }

<div style="background-color:#50661C">Inner text</div>

This div background color is #50661C.


Border color

.myBorderColor { border: 1px solid #50661C; }

<div style="border:3px solid #50661C">Div</div>

This div border color is #50661C.


Opacity

.myOpacity80 { color: #50661C; opacity: 0.8; }

<p style="color:#50661C;opacity:0.8;">80%</p>

Text with #50661C 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 #50661C;}

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

This text has shadow with #50661C color.

.textShadow {text-shadow: 3px 3px 1px #50661C, 3px 3px 1px red;}

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

This text has shadow with #50661C primary color and red secondary color.


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

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

This text has shadow with #50661C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50661C on black background.


Color preview on white background

This text has color #50661C on white background.



Black color preview on #50661C background

This text has black color on #50661C background.


White color preview on #50661C background

This text has white color on #50661C background.