COLOR #50724A

HEX: #50724A
RGB: (80,114,74)

Renk bilgisi

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

RGB renk modeli

#50724A color RGB value is (80,114,74).

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

RGB bağlantıları ve doygunluk

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

80
114
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 114 + 74 = 268 (100%)
R 80 of 268 ~ 29.85%
G 114 of 268 ~ 42.54%
B 74 of 268 ~ 27.61%

%29.85
%42.54
%27.61

CMYK RENK MODELİ

#50724A rengi CMYK tonu (30,0,35,55).

  • camgöbeği tonu 29.82%
  • eflatun tonu 0.00%
  • sarı tonu 35.09%
  • ana renk tonu 55.29%
CMYK:
(30,0,35,55)
C30M0Y35K55 
(30%,0%,35%,55%)
(0.30/0.00/0.35/0.55)	

CMYK yüzdeleri

%29.82
%0
%35.09
%55.29

Codes

Color #50724A in popluar color models

50724A
RGB8011474
HSL111°21.28%36.86%
HSB/HSV111°35.09%44.71%
CMYK29.82%0.00%35.09%
55.29%

Color #50724A in popluar number systems.

HEX50724A
Decimal8011474
Binary101000011100101001010
Octal120162112

Shades and tints

Shades of #50724A

#50724A
(80,114,74)
#496844
(73,104,68)
#425E3E
(66,94,62)
#3B5438
(59,84,56)
#344A32
(52,74,50)
#2D402C
(45,64,44)
#263626
(38,54,38)
#1F2C20
(31,44,32)
#18221A
(24,34,26)
#111814
(17,24,20)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #50724A

#50724A
(80,114,74)
#5F7E5A
(95,126,90)
#6E8A6A
(110,138,106)
#7D967A
(125,150,122)
#8CA28A
(140,162,138)
#9BAE9A
(155,174,154)
#AABAAA
(170,186,170)
#B9C6BA
(185,198,186)
#C8D2CA
(200,210,202)
#D7DEDA
(215,222,218)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50724A; }

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

This text font color is #50724A.


Background Color

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

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

This div background color is #50724A.


Border color

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

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

This div border color is #50724A.


Opacity

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

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

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

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

This text has shadow with #50724A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50724A on black background.


Color preview on white background

This text has color #50724A on white background.



Black color preview on #50724A background

This text has black color on #50724A background.


White color preview on #50724A background

This text has white color on #50724A background.