COLOR #506B46

HEX: #506B46
RGB: (80,107,70)

Renk bilgisi

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

RGB renk modeli

#506B46 color RGB value is (80,107,70).

  • kırmız ton 80;
  • yeşil ton 107;
  • mavi ton 70.
RGB:
(80,107,70)
(31%,42%,27%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 107 of 255 = 42%
B 70 of 255 = 27%

80
107
70

R + G + B ~ 33%. #506B46 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 107 + 70 = 257 (100%)
R 80 of 257 ~ 31.13%
G 107 of 257 ~ 41.63%
B 70 of 257 ~ 27.24%

%31.13
%41.63
%27.24

CMYK RENK MODELİ

#506B46 rengi CMYK tonu (25,0,35,58).

  • camgöbeği tonu 25.23%
  • eflatun tonu 0.00%
  • sarı tonu 34.58%
  • ana renk tonu 58.04%
CMYK:
(25,0,35,58)
C25M0Y35K58 
(25%,0%,35%,58%)
(0.25/0.00/0.35/0.58)	

CMYK yüzdeleri

%25.23
%0
%34.58
%58.04

Codes

Color #506B46 in popluar color models

506B46
RGB8010770
HSL104°20.90%34.71%
HSB/HSV104°34.58%41.96%
CMYK25.23%0.00%34.58%
58.04%

Color #506B46 in popluar number systems.

HEX506B46
Decimal8010770
Binary101000011010111000110
Octal120153106

Shades and tints

Shades of #506B46

#506B46
(80,107,70)
#496240
(73,98,64)
#42593A
(66,89,58)
#3B5034
(59,80,52)
#34472E
(52,71,46)
#2D3E28
(45,62,40)
#263522
(38,53,34)
#1F2C1C
(31,44,28)
#182316
(24,35,22)
#111A10
(17,26,16)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #506B46

#506B46
(80,107,70)
#5F7856
(95,120,86)
#6E8566
(110,133,102)
#7D9276
(125,146,118)
#8C9F86
(140,159,134)
#9BAC96
(155,172,150)
#AAB9A6
(170,185,166)
#B9C6B6
(185,198,182)
#C8D3C6
(200,211,198)
#D7E0D6
(215,224,214)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506B46 color. Also use rgb(80,107,70) instead hex code.

Text Font Color

.myTextColor { color: #506B46; }

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

This text font color is #506B46.


Background Color

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

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

This div background color is #506B46.


Border color

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

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

This div border color is #506B46.


Opacity

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

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

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

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

This text has shadow with #506B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506B46 on black background.


Color preview on white background

This text has color #506B46 on white background.



Black color preview on #506B46 background

This text has black color on #506B46 background.


White color preview on #506B46 background

This text has white color on #506B46 background.