COLOR #508154

HEX: #508154
RGB: (80,129,84)

Renk bilgisi

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

RGB renk modeli

#508154 color RGB value is (80,129,84).

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

RGB bağlantıları ve doygunluk

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

80
129
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 129 + 84 = 293 (100%)
R 80 of 293 ~ 27.3%
G 129 of 293 ~ 44.03%
B 84 of 293 ~ 28.67%

%27.3
%44.03
%28.67

CMYK RENK MODELİ

#508154 rengi CMYK tonu (38,0,35,49).

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

CMYK yüzdeleri

%37.98
%0
%34.88
%49.41

Codes

Color #508154 in popluar color models

508154
RGB8012984
HSL125°23.44%40.98%
HSB/HSV125°37.98%50.59%
CMYK37.98%0.00%34.88%
49.41%

Color #508154 in popluar number systems.

HEX508154
Decimal8012984
Binary1010000100000011010100
Octal120201124

Shades and tints

Shades of #508154

#508154
(80,129,84)
#49764D
(73,118,77)
#426B46
(66,107,70)
#3B603F
(59,96,63)
#345538
(52,85,56)
#2D4A31
(45,74,49)
#263F2A
(38,63,42)
#1F3423
(31,52,35)
#18291C
(24,41,28)
#111E15
(17,30,21)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #508154

#508154
(80,129,84)
#5F8C63
(95,140,99)
#6E9772
(110,151,114)
#7DA281
(125,162,129)
#8CAD90
(140,173,144)
#9BB89F
(155,184,159)
#AAC3AE
(170,195,174)
#B9CEBD
(185,206,189)
#C8D9CC
(200,217,204)
#D7E4DB
(215,228,219)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508154; }

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

This text font color is #508154.


Background Color

.myBgColor { background-color: #508154; }

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

This div background color is #508154.


Border color

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

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

This div border color is #508154.


Opacity

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

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

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

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

This text has shadow with #508154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508154 on black background.


Color preview on white background

This text has color #508154 on white background.



Black color preview on #508154 background

This text has black color on #508154 background.


White color preview on #508154 background

This text has white color on #508154 background.