COLOR #507E58

HEX: #507E58
RGB: (80,126,88)

Renk bilgisi

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

RGB renk modeli

#507E58 color RGB value is (80,126,88).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 126 of 255 = 49%
B 88 of 255 = 35%

80
126
88

R + G + B ~ 38%. #507E58 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 126 + 88 = 294 (100%)
R 80 of 294 ~ 27.21%
G 126 of 294 ~ 42.86%
B 88 of 294 ~ 29.93%

%27.21
%42.86
%29.93

CMYK RENK MODELİ

#507E58 rengi CMYK tonu (37,0,30,51).

  • camgöbeği tonu 36.51%
  • eflatun tonu 0.00%
  • sarı tonu 30.16%
  • ana renk tonu 50.59%
CMYK:
(37,0,30,51)
C37M0Y30K51 
(37%,0%,30%,51%)
(0.37/0.00/0.30/0.51)	

CMYK yüzdeleri

%36.51
%0
%30.16
%50.59

Codes

Color #507E58 in popluar color models

507E58
RGB8012688
HSL130°22.33%40.39%
HSB/HSV130°36.51%49.41%
CMYK36.51%0.00%30.16%
50.59%

Color #507E58 in popluar number systems.

HEX507E58
Decimal8012688
Binary101000011111101011000
Octal120176130

Shades and tints

Shades of #507E58

#507E58
(80,126,88)
#497350
(73,115,80)
#426848
(66,104,72)
#3B5D40
(59,93,64)
#345238
(52,82,56)
#2D4730
(45,71,48)
#263C28
(38,60,40)
#1F3120
(31,49,32)
#182618
(24,38,24)
#111B10
(17,27,16)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #507E58

#507E58
(80,126,88)
#5F8967
(95,137,103)
#6E9476
(110,148,118)
#7D9F85
(125,159,133)
#8CAA94
(140,170,148)
#9BB5A3
(155,181,163)
#AAC0B2
(170,192,178)
#B9CBC1
(185,203,193)
#C8D6D0
(200,214,208)
#D7E1DF
(215,225,223)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507E58; }

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

This text font color is #507E58.


Background Color

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

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

This div background color is #507E58.


Border color

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

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

This div border color is #507E58.


Opacity

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

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

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

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

This text has shadow with #507E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507E58 on black background.


Color preview on white background

This text has color #507E58 on white background.



Black color preview on #507E58 background

This text has black color on #507E58 background.


White color preview on #507E58 background

This text has white color on #507E58 background.