COLOR #506A54

HEX: #506A54
RGB: (80,106,84)

Renk bilgisi

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

RGB renk modeli

#506A54 color RGB value is (80,106,84).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 106 of 255 = 42%
B 84 of 255 = 33%

80
106
84

R + G + B ~ 35%. #506A54 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 106 + 84 = 270 (100%)
R 80 of 270 ~ 29.63%
G 106 of 270 ~ 39.26%
B 84 of 270 ~ 31.11%

%29.63
%39.26
%31.11

CMYK RENK MODELİ

#506A54 rengi CMYK tonu (25,0,21,58).

  • camgöbeği tonu 24.53%
  • eflatun tonu 0.00%
  • sarı tonu 20.75%
  • ana renk tonu 58.43%
CMYK:
(25,0,21,58)
C25M0Y21K58 
(25%,0%,21%,58%)
(0.25/0.00/0.21/0.58)	

CMYK yüzdeleri

%24.53
%0
%20.75
%58.43

Codes

Color #506A54 in popluar color models

506A54
RGB8010684
HSL129°13.98%36.47%
HSB/HSV129°24.53%41.57%
CMYK24.53%0.00%20.75%
58.43%

Color #506A54 in popluar number systems.

HEX506A54
Decimal8010684
Binary101000011010101010100
Octal120152124

Shades and tints

Shades of #506A54

#506A54
(80,106,84)
#49614D
(73,97,77)
#425846
(66,88,70)
#3B4F3F
(59,79,63)
#344638
(52,70,56)
#2D3D31
(45,61,49)
#26342A
(38,52,42)
#1F2B23
(31,43,35)
#18221C
(24,34,28)
#111915
(17,25,21)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #506A54

#506A54
(80,106,84)
#5F7763
(95,119,99)
#6E8472
(110,132,114)
#7D9181
(125,145,129)
#8C9E90
(140,158,144)
#9BAB9F
(155,171,159)
#AAB8AE
(170,184,174)
#B9C5BD
(185,197,189)
#C8D2CC
(200,210,204)
#D7DFDB
(215,223,219)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506A54; }

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

This text font color is #506A54.


Background Color

.myBgColor { background-color: #506A54; }

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

This div background color is #506A54.


Border color

.myBorderColor { border: 1px solid #506A54; }

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

This div border color is #506A54.


Opacity

.myOpacity80 { color: #506A54; opacity: 0.8; }

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

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

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

This text has shadow with #506A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506A54 on black background.


Color preview on white background

This text has color #506A54 on white background.



Black color preview on #506A54 background

This text has black color on #506A54 background.


White color preview on #506A54 background

This text has white color on #506A54 background.