COLOR #508C59

HEX: #508C59
RGB: (80,140,89)

Renk bilgisi

#508C59 contains mainly green and blue colors. #508C59 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#508C59 color RGB value is (80,140,89).

  • kırmız ton 80;
  • yeşil ton 140;
  • mavi ton 89.
RGB:
(80,140,89)
(31%,55%,35%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 140 of 255 = 55%
B 89 of 255 = 35%

80
140
89

R + G + B ~ 40%. #508C59 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 140 + 89 = 309 (100%)
R 80 of 309 ~ 25.89%
G 140 of 309 ~ 45.31%
B 89 of 309 ~ 28.8%

%25.89
%45.31
%28.8

CMYK RENK MODELİ

#508C59 rengi CMYK tonu (43,0,36,45).

  • camgöbeği tonu 42.86%
  • eflatun tonu 0.00%
  • sarı tonu 36.43%
  • ana renk tonu 45.10%
CMYK:
(43,0,36,45)
C43M0Y36K45 
(43%,0%,36%,45%)
(0.43/0.00/0.36/0.45)	

CMYK yüzdeleri

%42.86
%0
%36.43
%45.1

Codes

Color #508C59 in popluar color models

508C59
RGB8014089
HSL129°27.27%43.14%
HSB/HSV129°42.86%54.90%
CMYK42.86%0.00%36.43%
45.10%

Color #508C59 in popluar number systems.

HEX508C59
Decimal8014089
Binary1010000100011001011001
Octal120214131

Shades and tints

Shades of #508C59

#508C59
(80,140,89)
#498051
(73,128,81)
#427449
(66,116,73)
#3B6841
(59,104,65)
#345C39
(52,92,57)
#2D5031
(45,80,49)
#264429
(38,68,41)
#1F3821
(31,56,33)
#182C19
(24,44,25)
#112011
(17,32,17)
#0A1409
(10,20,9)
#000000
(0,0,0)

Tints of #508C59

#508C59
(80,140,89)
#5F9668
(95,150,104)
#6EA077
(110,160,119)
#7DAA86
(125,170,134)
#8CB495
(140,180,149)
#9BBEA4
(155,190,164)
#AAC8B3
(170,200,179)
#B9D2C2
(185,210,194)
#C8DCD1
(200,220,209)
#D7E6E0
(215,230,224)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508C59 color. Also use rgb(80,140,89) instead hex code.

Text Font Color

.myTextColor { color: #508C59; }

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

This text font color is #508C59.


Background Color

.myBgColor { background-color: #508C59; }

<div style="background-color:#508C59">Inner text</div>

This div background color is #508C59.


Border color

.myBorderColor { border: 1px solid #508C59; }

<div style="border:3px solid #508C59">Div</div>

This div border color is #508C59.


Opacity

.myOpacity80 { color: #508C59; opacity: 0.8; }

<p style="color:#508C59;opacity:0.8;">80%</p>

Text with #508C59 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 #508C59;}

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

This text has shadow with #508C59 color.

.textShadow {text-shadow: 3px 3px 1px #508C59, 3px 3px 1px red;}

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

This text has shadow with #508C59 primary color and red secondary color.


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

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

This text has shadow with #508C59 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508C59 on black background.


Color preview on white background

This text has color #508C59 on white background.



Black color preview on #508C59 background

This text has black color on #508C59 background.


White color preview on #508C59 background

This text has white color on #508C59 background.