COLOR #507D51

HEX: #507D51
RGB: (80,125,81)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

80
125
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 125 + 81 = 286 (100%)
R 80 of 286 ~ 27.97%
G 125 of 286 ~ 43.71%
B 81 of 286 ~ 28.32%

%27.97
%43.71
%28.32

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%36
%0
%35.2
%50.98

Codes

Color #507D51 in popluar color models

507D51
RGB8012581
HSL121°21.95%40.20%
HSB/HSV121°36.00%49.02%
CMYK36.00%0.00%35.20%
50.98%

Color #507D51 in popluar number systems.

HEX507D51
Decimal8012581
Binary101000011111011010001
Octal120175121

Shades and tints

Shades of #507D51

#507D51
(80,125,81)
#49724A
(73,114,74)
#426743
(66,103,67)
#3B5C3C
(59,92,60)
#345135
(52,81,53)
#2D462E
(45,70,46)
#263B27
(38,59,39)
#1F3020
(31,48,32)
#182519
(24,37,25)
#111A12
(17,26,18)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #507D51

#507D51
(80,125,81)
#5F8860
(95,136,96)
#6E936F
(110,147,111)
#7D9E7E
(125,158,126)
#8CA98D
(140,169,141)
#9BB49C
(155,180,156)
#AABFAB
(170,191,171)
#B9CABA
(185,202,186)
#C8D5C9
(200,213,201)
#D7E0D8
(215,224,216)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507D51; }

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

This text font color is #507D51.


Background Color

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

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

This div background color is #507D51.


Border color

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

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

This div border color is #507D51.


Opacity

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

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

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

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

This text has shadow with #507D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507D51 on black background.


Color preview on white background

This text has color #507D51 on white background.



Black color preview on #507D51 background

This text has black color on #507D51 background.


White color preview on #507D51 background

This text has white color on #507D51 background.