COLOR #507D50

HEX: #507D50
RGB: (80,125,80)

Renk bilgisi

#507D50 contains red, green and blue colors in about the same proportion. #507D50 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#507D50 color RGB value is (80,125,80).

  • kırmız ton 80;
  • yeşil ton 125;
  • mavi ton 80.
RGB:
(80,125,80)
(31%,49%,31%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 125 of 255 = 49%
B 80 of 255 = 31%

80
125
80

R + G + B ~ 37%. #507D50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 125 + 80 = 285 (100%)
R 80 of 285 ~ 28.07%
G 125 of 285 ~ 43.86%
B 80 of 285 ~ 28.07%

%28.07
%43.86
%28.07

CMYK RENK MODELİ

#507D50 rengi CMYK tonu (36,0,36,51).

  • camgöbeği tonu 36.00%
  • eflatun tonu 0.00%
  • sarı tonu 36.00%
  • ana renk tonu 50.98%
CMYK:
(36,0,36,51)
C36M0Y36K51 
(36%,0%,36%,51%)
(0.36/0.00/0.36/0.51)	

CMYK yüzdeleri

%36
%0
%36
%50.98

Codes

Color #507D50 in popluar color models

507D50
RGB8012580
HSL120°21.95%40.20%
HSB/HSV120°36.00%49.02%
CMYK36.00%0.00%36.00%
50.98%

Color #507D50 in popluar number systems.

HEX507D50
Decimal8012580
Binary101000011111011010000
Octal120175120

Shades and tints

Shades of #507D50

#507D50
(80,125,80)
#497249
(73,114,73)
#426742
(66,103,66)
#3B5C3B
(59,92,59)
#345134
(52,81,52)
#2D462D
(45,70,45)
#263B26
(38,59,38)
#1F301F
(31,48,31)
#182518
(24,37,24)
#111A11
(17,26,17)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #507D50

#507D50
(80,125,80)
#5F885F
(95,136,95)
#6E936E
(110,147,110)
#7D9E7D
(125,158,125)
#8CA98C
(140,169,140)
#9BB49B
(155,180,155)
#AABFAA
(170,191,170)
#B9CAB9
(185,202,185)
#C8D5C8
(200,213,200)
#D7E0D7
(215,224,215)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507D50 color. Also use rgb(80,125,80) instead hex code.

Text Font Color

.myTextColor { color: #507D50; }

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

This text font color is #507D50.


Background Color

.myBgColor { background-color: #507D50; }

<div style="background-color:#507D50">Inner text</div>

This div background color is #507D50.


Border color

.myBorderColor { border: 1px solid #507D50; }

<div style="border:3px solid #507D50">Div</div>

This div border color is #507D50.


Opacity

.myOpacity80 { color: #507D50; opacity: 0.8; }

<p style="color:#507D50;opacity:0.8;">80%</p>

Text with #507D50 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 #507D50;}

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

This text has shadow with #507D50 color.

.textShadow {text-shadow: 3px 3px 1px #507D50, 3px 3px 1px red;}

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

This text has shadow with #507D50 primary color and red secondary color.


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

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

This text has shadow with #507D50 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507D50 on black background.


Color preview on white background

This text has color #507D50 on white background.



Black color preview on #507D50 background

This text has black color on #507D50 background.


White color preview on #507D50 background

This text has white color on #507D50 background.