COLOR #508B71

HEX: #508B71
RGB: (80,139,113)

Renk bilgisi

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

RGB renk modeli

#508B71 color RGB value is (80,139,113).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 139 of 255 = 55%
B 113 of 255 = 44%

80
139
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 139 + 113 = 332 (100%)
R 80 of 332 ~ 24.1%
G 139 of 332 ~ 41.87%
B 113 of 332 ~ 34.04%

%24.1
%41.87
%34.04

CMYK RENK MODELİ

#508B71 rengi CMYK tonu (42,0,19,45).

  • camgöbeği tonu 42.45%
  • eflatun tonu 0.00%
  • sarı tonu 18.71%
  • ana renk tonu 45.49%
CMYK:
(42,0,19,45)
C42M0Y19K45 
(42%,0%,19%,45%)
(0.42/0.00/0.19/0.45)	

CMYK yüzdeleri

%42.45
%0
%18.71
%45.49

Codes

Color #508B71 in popluar color models

508B71
RGB80139113
HSL154°26.94%42.94%
HSB/HSV154°42.45%54.51%
CMYK42.45%0.00%18.71%
45.49%

Color #508B71 in popluar number systems.

HEX508B71
Decimal80139113
Binary1010000100010111110001
Octal120213161

Shades and tints

Shades of #508B71

#508B71
(80,139,113)
#497F67
(73,127,103)
#42735D
(66,115,93)
#3B6753
(59,103,83)
#345B49
(52,91,73)
#2D4F3F
(45,79,63)
#264335
(38,67,53)
#1F372B
(31,55,43)
#182B21
(24,43,33)
#111F17
(17,31,23)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #508B71

#508B71
(80,139,113)
#5F957D
(95,149,125)
#6E9F89
(110,159,137)
#7DA995
(125,169,149)
#8CB3A1
(140,179,161)
#9BBDAD
(155,189,173)
#AAC7B9
(170,199,185)
#B9D1C5
(185,209,197)
#C8DBD1
(200,219,209)
#D7E5DD
(215,229,221)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508B71; }

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

This text font color is #508B71.


Background Color

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

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

This div background color is #508B71.


Border color

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

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

This div border color is #508B71.


Opacity

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

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

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

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

This text has shadow with #508B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508B71 on black background.


Color preview on white background

This text has color #508B71 on white background.



Black color preview on #508B71 background

This text has black color on #508B71 background.


White color preview on #508B71 background

This text has white color on #508B71 background.