COLOR #50272C

HEX: #50272C RGB: (80,39,44)

Color info

#50272C contains red, green and blue colors in about the same proportion. Web safe color of #50272C is #663333 (or #633).

RGB color model

#50272C color RGB value is (80,39,44).

RGB: (80,39,44) (31%, 15%, 17%)

RGB channels and saturation

R 80 of 255 = 31%
G 39 of 255 = 15%
B 44 of 255 = 17%

80
39
44

R + G + B ~ 21%. #50272C is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 39 + 44 = 163 (100%)
R 80 of 163 ~ 49.08%
G 39 of 163 ~ 23.93%
B 44 of 163 ~ 26.99'%

%49.08
%23.93
%26.99

CMYK color model

#50272C color CMYK value is (0,51,45,69).

  • cyan value is 0.00%
  • magenta value is 51.25%
  • yellow value is 45.00%
  • key color value is 68.63%

CMYK: (0,51,45,69)
C0M51Y45K69 (0%, 51%, 45%, 69%)
(0.00 / 0.51 / 0.45 / 0.69)

CMYK percentages

%0
%51.25
%45
%68.63

Codes

Color #50272C in popluar color models

50 27 2C
RGB 80 39 44
HSL 353° 34.45% 23.33%
HSB/HSV 353° 51.25% 31.37%
CMYK 0.00% 51.25% 45.00%
68.63%

Color #50272C in popluar number systems.

HEX 50 27 2C
Decimal 80 39 44
Binary 1010000 100111 101100
Octal 120 47 54

Shades and tints

Shades of #50272C

#50272C
(80,39,44)
#492428
(73,36,40)
#422124
(66,33,36)
#3B1E20
(59,30,32)
#341B1C
(52,27,28)
#2D1818
(45,24,24)
#261514
(38,21,20)
#1F1210
(31,18,16)
#180F0C
(24,15,12)
#110C08
(17,12,8)
#0A0904
(10,9,4)
#000000
(0,0,0)

Tints of #50272C

#50272C
(80,39,44)
#5F3A3F
(95,58,63)
#6E4D52
(110,77,82)
#7D6065
(125,96,101)
#8C7378
(140,115,120)
#9B868B
(155,134,139)
#AA999E
(170,153,158)
#B9ACB1
(185,172,177)
#C8BFC4
(200,191,196)
#D7D2D7
(215,210,215)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50272C color. Also use rgb(80,39,44) instead hex code.

Text Font Color

.myTextColor { color: #50272C; }

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

This text font color is #50272C.

Background Color

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

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

This div background color is #50272C.

Border color

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

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

This div border color is #50272C.

Opacity

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

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

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

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

This text has shadow with #50272C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50272C.

Preview

Color preview on black background

This text has color #50272C on black background.


Color preview on white background

This text has color #50272C on white background.


Black color preview on #50272C background

This text has black color on #50272C background.


White color preview on #50272C background

This text has white color on #50272C background.


Related colors

Complementary color

Complementary color for #hex is #AFD8D3.


I love getcolorcode.com

Triadic colors

1 #2C5027 and #272C50 with #50272C are triadic colors.

2 #2C2750 and #27502C with #50272C are triadic colors.