COLOR #508B59

HEX: #508B59
RGB: (80,139,89)

Renk bilgisi

#508B59 contains red, green and blue colors in about the same proportion. #508B59 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#508B59 color RGB value is (80,139,89).

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

RGB bağlantıları ve doygunluk

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

80
139
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 139 + 89 = 308 (100%)
R 80 of 308 ~ 25.97%
G 139 of 308 ~ 45.13%
B 89 of 308 ~ 28.9%

%25.97
%45.13
%28.9

CMYK RENK MODELİ

#508B59 rengi CMYK tonu (42,0,36,45).

  • camgöbeği tonu 42.45%
  • eflatun tonu 0.00%
  • sarı tonu 35.97%
  • ana renk tonu 45.49%
CMYK:
(42,0,36,45)
C42M0Y36K45 
(42%,0%,36%,45%)
(0.42/0.00/0.36/0.45)	

CMYK yüzdeleri

%42.45
%0
%35.97
%45.49

Codes

Color #508B59 in popluar color models

508B59
RGB8013989
HSL129°26.94%42.94%
HSB/HSV129°42.45%54.51%
CMYK42.45%0.00%35.97%
45.49%

Color #508B59 in popluar number systems.

HEX508B59
Decimal8013989
Binary1010000100010111011001
Octal120213131

Shades and tints

Shades of #508B59

#508B59
(80,139,89)
#497F51
(73,127,81)
#427349
(66,115,73)
#3B6741
(59,103,65)
#345B39
(52,91,57)
#2D4F31
(45,79,49)
#264329
(38,67,41)
#1F3721
(31,55,33)
#182B19
(24,43,25)
#111F11
(17,31,17)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #508B59

#508B59
(80,139,89)
#5F9568
(95,149,104)
#6E9F77
(110,159,119)
#7DA986
(125,169,134)
#8CB395
(140,179,149)
#9BBDA4
(155,189,164)
#AAC7B3
(170,199,179)
#B9D1C2
(185,209,194)
#C8DBD1
(200,219,209)
#D7E5E0
(215,229,224)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508B59; }

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

This text font color is #508B59.


Background Color

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

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

This div background color is #508B59.


Border color

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

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

This div border color is #508B59.


Opacity

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

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

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

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

This text has shadow with #508B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508B59 on black background.


Color preview on white background

This text has color #508B59 on white background.



Black color preview on #508B59 background

This text has black color on #508B59 background.


White color preview on #508B59 background

This text has white color on #508B59 background.