COLOR #50694A

HEX: #50694A
RGB: (80,105,74)

Color info

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

RGB color model

#50694A color RGB value is (80,105,74).

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

RGB channels and saturation

R 80 of 255 = 31%
G 105 of 255 = 41%
B 74 of 255 = 29%

80
105
74

R + G + B ~ 34%. #50694A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 105 + 74 = 259 (100%)
R 80 of 259 ~ 30.89%
G 105 of 259 ~ 40.54%
B 74 of 259 ~ 28.57%

%30.89
%40.54
%28.57

CMYK color model

#50694A color CMYK value is (24,0,30,59).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 29.52%
  • key color value is 58.82%
CMYK:
(24,0,30,59)
C24M0Y30K59 
(24%,0%,30%,59%)
(0.24/0.00/0.30/0.59)	

CMYK percentages

%23.81
%0
%29.52
%58.82

Codes

Color #50694A in popluar color models

50694A
RGB8010574
HSL108°17.32%35.10%
HSB/HSV108°29.52%41.18%
CMYK23.81%0.00%29.52%
58.82%

Color #50694A in popluar number systems.

HEX50694A
Decimal8010574
Binary101000011010011001010
Octal120151112

Shades and tints

Shades of #50694A

#50694A
(80,105,74)
#496044
(73,96,68)
#42573E
(66,87,62)
#3B4E38
(59,78,56)
#344532
(52,69,50)
#2D3C2C
(45,60,44)
#263326
(38,51,38)
#1F2A20
(31,42,32)
#18211A
(24,33,26)
#111814
(17,24,20)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #50694A

#50694A
(80,105,74)
#5F765A
(95,118,90)
#6E836A
(110,131,106)
#7D907A
(125,144,122)
#8C9D8A
(140,157,138)
#9BAA9A
(155,170,154)
#AAB7AA
(170,183,170)
#B9C4BA
(185,196,186)
#C8D1CA
(200,209,202)
#D7DEDA
(215,222,218)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50694A; }

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

This text font color is #50694A.


Background Color

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

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

This div background color is #50694A.


Border color

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

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

This div border color is #50694A.


Opacity

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

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

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

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

This text has shadow with #50694A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50694A on black background.


Color preview on white background

This text has color #50694A on white background.



Black color preview on #50694A background

This text has black color on #50694A background.


White color preview on #50694A background

This text has white color on #50694A background.