COLOR #50754A

HEX: #50754A
RGB: (80,117,74)

Color info

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

RGB color model

#50754A color RGB value is (80,117,74).

  • red value is 80;
  • green value is 117;
  • blue value is 74.
RGB:
(80,117,74)
(31%,46%,29%)

RGB channels and saturation

R 80 of 255 = 31%
G 117 of 255 = 46%
B 74 of 255 = 29%

80
117
74

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

Portions of RGB colors in percentages

R + G + B =
80 + 117 + 74 = 271 (100%)
R 80 of 271 ~ 29.52%
G 117 of 271 ~ 43.17%
B 74 of 271 ~ 27.31%

%29.52
%43.17
%27.31

CMYK color model

#50754A color CMYK value is (32,0,37,54).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 36.75%
  • key color value is 54.12%
CMYK:
(32,0,37,54)
C32M0Y37K54 
(32%,0%,37%,54%)
(0.32/0.00/0.37/0.54)	

CMYK percentages

%31.62
%0
%36.75
%54.12

Codes

Color #50754A in popluar color models

50754A
RGB8011774
HSL112°22.51%37.45%
HSB/HSV112°36.75%45.88%
CMYK31.62%0.00%36.75%
54.12%

Color #50754A in popluar number systems.

HEX50754A
Decimal8011774
Binary101000011101011001010
Octal120165112

Shades and tints

Shades of #50754A

#50754A
(80,117,74)
#496B44
(73,107,68)
#42613E
(66,97,62)
#3B5738
(59,87,56)
#344D32
(52,77,50)
#2D432C
(45,67,44)
#263926
(38,57,38)
#1F2F20
(31,47,32)
#18251A
(24,37,26)
#111B14
(17,27,20)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #50754A

#50754A
(80,117,74)
#5F815A
(95,129,90)
#6E8D6A
(110,141,106)
#7D997A
(125,153,122)
#8CA58A
(140,165,138)
#9BB19A
(155,177,154)
#AABDAA
(170,189,170)
#B9C9BA
(185,201,186)
#C8D5CA
(200,213,202)
#D7E1DA
(215,225,218)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50754A color. Also use rgb(80,117,74) instead hex code.

Text Font Color

.myTextColor { color: #50754A; }

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

This text font color is #50754A.


Background Color

.myBgColor { background-color: #50754A; }

<div style="background-color:#50754A">Inner text</div>

This div background color is #50754A.


Border color

.myBorderColor { border: 1px solid #50754A; }

<div style="border:3px solid #50754A">Div</div>

This div border color is #50754A.


Opacity

.myOpacity80 { color: #50754A; opacity: 0.8; }

<p style="color:#50754A;opacity:0.8;">80%</p>

Text with #50754A 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 #50754A;}

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

This text has shadow with #50754A color.

.textShadow {text-shadow: 3px 3px 1px #50754A, 3px 3px 1px red;}

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

This text has shadow with #50754A primary color and red secondary color.


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

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

This text has shadow with #50754A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50754A on black background.


Color preview on white background

This text has color #50754A on white background.



Black color preview on #50754A background

This text has black color on #50754A background.


White color preview on #50754A background

This text has white color on #50754A background.