COLOR #508054

HEX: #508054
RGB: (80,128,84)

Renk bilgisi

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

RGB renk modeli

#508054 color RGB value is (80,128,84).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 128 of 255 = 50%
B 84 of 255 = 33%

80
128
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 128 + 84 = 292 (100%)
R 80 of 292 ~ 27.4%
G 128 of 292 ~ 43.84%
B 84 of 292 ~ 28.77%

%27.4
%43.84
%28.77

CMYK RENK MODELİ

#508054 rengi CMYK tonu (38,0,34,50).

  • camgöbeği tonu 37.50%
  • eflatun tonu 0.00%
  • sarı tonu 34.38%
  • ana renk tonu 49.80%
CMYK:
(38,0,34,50)
C38M0Y34K50 
(38%,0%,34%,50%)
(0.38/0.00/0.34/0.50)	

CMYK yüzdeleri

%37.5
%0
%34.38
%49.8

Codes

Color #508054 in popluar color models

508054
RGB8012884
HSL125°23.08%40.78%
HSB/HSV125°37.50%50.20%
CMYK37.50%0.00%34.38%
49.80%

Color #508054 in popluar number systems.

HEX508054
Decimal8012884
Binary1010000100000001010100
Octal120200124

Shades and tints

Shades of #508054

#508054
(80,128,84)
#49754D
(73,117,77)
#426A46
(66,106,70)
#3B5F3F
(59,95,63)
#345438
(52,84,56)
#2D4931
(45,73,49)
#263E2A
(38,62,42)
#1F3323
(31,51,35)
#18281C
(24,40,28)
#111D15
(17,29,21)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #508054

#508054
(80,128,84)
#5F8B63
(95,139,99)
#6E9672
(110,150,114)
#7DA181
(125,161,129)
#8CAC90
(140,172,144)
#9BB79F
(155,183,159)
#AAC2AE
(170,194,174)
#B9CDBD
(185,205,189)
#C8D8CC
(200,216,204)
#D7E3DB
(215,227,219)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508054; }

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

This text font color is #508054.


Background Color

.myBgColor { background-color: #508054; }

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

This div background color is #508054.


Border color

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

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

This div border color is #508054.


Opacity

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

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

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

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

This text has shadow with #508054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508054 on black background.


Color preview on white background

This text has color #508054 on white background.



Black color preview on #508054 background

This text has black color on #508054 background.


White color preview on #508054 background

This text has white color on #508054 background.