COLOR #50744B

HEX: #50744B
RGB: (80,116,75)

Color info

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

RGB color model

#50744B color RGB value is (80,116,75).

  • red value is 80;
  • green value is 116;
  • blue value is 75.
RGB:
(80,116,75)
(31%,45%,29%)

RGB channels and saturation

R 80 of 255 = 31%
G 116 of 255 = 45%
B 75 of 255 = 29%

80
116
75

R + G + B ~ 35%. #50744B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 116 + 75 = 271 (100%)
R 80 of 271 ~ 29.52%
G 116 of 271 ~ 42.8%
B 75 of 271 ~ 27.68%

%29.52
%42.8
%27.68

CMYK color model

#50744B color CMYK value is (31,0,35,55).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 54.51%
CMYK:
(31,0,35,55)
C31M0Y35K55 
(31%,0%,35%,55%)
(0.31/0.00/0.35/0.55)	

CMYK percentages

%31.03
%0
%35.34
%54.51

Codes

Color #50744B in popluar color models

50744B
RGB8011675
HSL113°21.47%37.45%
HSB/HSV113°35.34%45.49%
CMYK31.03%0.00%35.34%
54.51%

Color #50744B in popluar number systems.

HEX50744B
Decimal8011675
Binary101000011101001001011
Octal120164113

Shades and tints

Shades of #50744B

#50744B
(80,116,75)
#496A45
(73,106,69)
#42603F
(66,96,63)
#3B5639
(59,86,57)
#344C33
(52,76,51)
#2D422D
(45,66,45)
#263827
(38,56,39)
#1F2E21
(31,46,33)
#18241B
(24,36,27)
#111A15
(17,26,21)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #50744B

#50744B
(80,116,75)
#5F805B
(95,128,91)
#6E8C6B
(110,140,107)
#7D987B
(125,152,123)
#8CA48B
(140,164,139)
#9BB09B
(155,176,155)
#AABCAB
(170,188,171)
#B9C8BB
(185,200,187)
#C8D4CB
(200,212,203)
#D7E0DB
(215,224,219)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50744B color. Also use rgb(80,116,75) instead hex code.

Text Font Color

.myTextColor { color: #50744B; }

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

This text font color is #50744B.


Background Color

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

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

This div background color is #50744B.


Border color

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

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

This div border color is #50744B.


Opacity

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

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

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

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

This text has shadow with #50744B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50744B on black background.


Color preview on white background

This text has color #50744B on white background.



Black color preview on #50744B background

This text has black color on #50744B background.


White color preview on #50744B background

This text has white color on #50744B background.