COLOR #50744A

HEX: #50744A
RGB: (80,116,74)

Renk bilgisi

#50744A contains red, green and blue colors in about the same proportion. #50744A ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#50744A color RGB value is (80,116,74).

  • kırmız ton 80;
  • yeşil ton 116;
  • mavi ton 74.
RGB:
(80,116,74)
(31%,45%,29%)

RGB bağlantıları ve doygunluk

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

80
116
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 116 + 74 = 270 (100%)
R 80 of 270 ~ 29.63%
G 116 of 270 ~ 42.96%
B 74 of 270 ~ 27.41%

%29.63
%42.96
%27.41

CMYK RENK MODELİ

#50744A rengi CMYK tonu (31,0,36,55).

  • camgöbeği tonu 31.03%
  • eflatun tonu 0.00%
  • sarı tonu 36.21%
  • ana renk tonu 54.51%
CMYK:
(31,0,36,55)
C31M0Y36K55 
(31%,0%,36%,55%)
(0.31/0.00/0.36/0.55)	

CMYK yüzdeleri

%31.03
%0
%36.21
%54.51

Codes

Color #50744A in popluar color models

50744A
RGB8011674
HSL111°22.11%37.25%
HSB/HSV111°36.21%45.49%
CMYK31.03%0.00%36.21%
54.51%

Color #50744A in popluar number systems.

HEX50744A
Decimal8011674
Binary101000011101001001010
Octal120164112

Shades and tints

Shades of #50744A

#50744A
(80,116,74)
#496A44
(73,106,68)
#42603E
(66,96,62)
#3B5638
(59,86,56)
#344C32
(52,76,50)
#2D422C
(45,66,44)
#263826
(38,56,38)
#1F2E20
(31,46,32)
#18241A
(24,36,26)
#111A14
(17,26,20)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #50744A

#50744A
(80,116,74)
#5F805A
(95,128,90)
#6E8C6A
(110,140,106)
#7D987A
(125,152,122)
#8CA48A
(140,164,138)
#9BB09A
(155,176,154)
#AABCAA
(170,188,170)
#B9C8BA
(185,200,186)
#C8D4CA
(200,212,202)
#D7E0DA
(215,224,218)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50744A; }

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

This text font color is #50744A.


Background Color

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

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

This div background color is #50744A.


Border color

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

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

This div border color is #50744A.


Opacity

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

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

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

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

This text has shadow with #50744A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50744A on black background.


Color preview on white background

This text has color #50744A on white background.



Black color preview on #50744A background

This text has black color on #50744A background.


White color preview on #50744A background

This text has white color on #50744A background.