COLOR #50551C

HEX: #50551C RGB: (80,85,28)

Color info

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

RGB color model

#50551C color RGB value is (80,85,28).

RGB: (80,85,28) (31%, 33%, 11%)

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 28 of 255 = 11%

80
85
28

R + G + B ~ 25%. #50551C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 85 + 28 = 193 (100%)
R 80 of 193 ~ 41.45%
G 85 of 193 ~ 44.04%
B 28 of 193 ~ 14.51'%

%41.45
%44.04
%14.51

CMYK color model

#50551C color CMYK value is (6,0,67,67).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 67.06%
  • key color value is 66.67%

CMYK: (6,0,67,67)
C6M0Y67K67 (6%, 0%, 67%, 67%)
(0.06 / 0.00 / 0.67 / 0.67)

CMYK percentages

%5.88
%0
%67.06
%66.67

Codes

Color #50551C in popluar color models

50 55 1C
RGB 80 85 28
HSL 65° 50.44% 22.16%
HSB/HSV 65° 67.06% 33.33%
CMYK 5.88% 0.00% 67.06%
66.67%

Color #50551C in popluar number systems.

HEX 50 55 1C
Decimal 80 85 28
Binary 1010000 1010101 11100
Octal 120 125 34

Shades and tints

Shades of #50551C

#50551C
(80,85,28)
#494E1A
(73,78,26)
#424718
(66,71,24)
#3B4016
(59,64,22)
#343914
(52,57,20)
#2D3212
(45,50,18)
#262B10
(38,43,16)
#1F240E
(31,36,14)
#181D0C
(24,29,12)
#11160A
(17,22,10)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #50551C

#50551C
(80,85,28)
#5F6430
(95,100,48)
#6E7344
(110,115,68)
#7D8258
(125,130,88)
#8C916C
(140,145,108)
#9BA080
(155,160,128)
#AAAF94
(170,175,148)
#B9BEA8
(185,190,168)
#C8CDBC
(200,205,188)
#D7DCD0
(215,220,208)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50551C; }

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

This text font color is #50551C.

Background Color

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

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

This div background color is #50551C.

Border color

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

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

This div border color is #50551C.

Opacity

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

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

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

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

This text has shadow with #50551C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50551C.

Preview

Color preview on black background

This text has color #50551C on black background.


Color preview on white background

This text has color #50551C on white background.


Black color preview on #50551C background

This text has black color on #50551C background.


White color preview on #50551C background

This text has white color on #50551C background.


Related colors

Complementary color

Complementary color for #hex is #AFAAE3.


I love getcolorcode.com

Triadic colors

1 #1C5055 and #551C50 with #50551C are triadic colors.

2 #1C5550 and #55501C with #50551C are triadic colors.