COLOR #508150

HEX: #508150
RGB: (80,129,80)

Renk bilgisi

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

RGB renk modeli

#508150 color RGB value is (80,129,80).

  • kırmız ton 80;
  • yeşil ton 129;
  • mavi ton 80.
RGB:
(80,129,80)
(31%,51%,31%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 129 of 255 = 51%
B 80 of 255 = 31%

80
129
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 129 + 80 = 289 (100%)
R 80 of 289 ~ 27.68%
G 129 of 289 ~ 44.64%
B 80 of 289 ~ 27.68%

%27.68
%44.64
%27.68

CMYK RENK MODELİ

#508150 rengi CMYK tonu (38,0,38,49).

  • camgöbeği tonu 37.98%
  • eflatun tonu 0.00%
  • sarı tonu 37.98%
  • ana renk tonu 49.41%
CMYK:
(38,0,38,49)
C38M0Y38K49 
(38%,0%,38%,49%)
(0.38/0.00/0.38/0.49)	

CMYK yüzdeleri

%37.98
%0
%37.98
%49.41

Codes

Color #508150 in popluar color models

508150
RGB8012980
HSL120°23.44%40.98%
HSB/HSV120°37.98%50.59%
CMYK37.98%0.00%37.98%
49.41%

Color #508150 in popluar number systems.

HEX508150
Decimal8012980
Binary1010000100000011010000
Octal120201120

Shades and tints

Shades of #508150

#508150
(80,129,80)
#497649
(73,118,73)
#426B42
(66,107,66)
#3B603B
(59,96,59)
#345534
(52,85,52)
#2D4A2D
(45,74,45)
#263F26
(38,63,38)
#1F341F
(31,52,31)
#182918
(24,41,24)
#111E11
(17,30,17)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #508150

#508150
(80,129,80)
#5F8C5F
(95,140,95)
#6E976E
(110,151,110)
#7DA27D
(125,162,125)
#8CAD8C
(140,173,140)
#9BB89B
(155,184,155)
#AAC3AA
(170,195,170)
#B9CEB9
(185,206,185)
#C8D9C8
(200,217,200)
#D7E4D7
(215,228,215)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508150 color. Also use rgb(80,129,80) instead hex code.

Text Font Color

.myTextColor { color: #508150; }

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

This text font color is #508150.


Background Color

.myBgColor { background-color: #508150; }

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

This div background color is #508150.


Border color

.myBorderColor { border: 1px solid #508150; }

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

This div border color is #508150.


Opacity

.myOpacity80 { color: #508150; opacity: 0.8; }

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

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

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

This text has shadow with #508150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508150 on black background.


Color preview on white background

This text has color #508150 on white background.



Black color preview on #508150 background

This text has black color on #508150 background.


White color preview on #508150 background

This text has white color on #508150 background.