COLOR #506946

HEX: #506946
RGB: (80,105,70)

Renk bilgisi

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

RGB renk modeli

#506946 color RGB value is (80,105,70).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 105 of 255 = 41%
B 70 of 255 = 27%

80
105
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 105 + 70 = 255 (100%)
R 80 of 255 ~ 31.37%
G 105 of 255 ~ 41.18%
B 70 of 255 ~ 27.45%

%31.37
%41.18
%27.45

CMYK RENK MODELİ

#506946 rengi CMYK tonu (24,0,33,59).

  • camgöbeği tonu 23.81%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 58.82%
CMYK:
(24,0,33,59)
C24M0Y33K59 
(24%,0%,33%,59%)
(0.24/0.00/0.33/0.59)	

CMYK yüzdeleri

%23.81
%0
%33.33
%58.82

Codes

Color #506946 in popluar color models

506946
RGB8010570
HSL103°20.00%34.31%
HSB/HSV103°33.33%41.18%
CMYK23.81%0.00%33.33%
58.82%

Color #506946 in popluar number systems.

HEX506946
Decimal8010570
Binary101000011010011000110
Octal120151106

Shades and tints

Shades of #506946

#506946
(80,105,70)
#496040
(73,96,64)
#42573A
(66,87,58)
#3B4E34
(59,78,52)
#34452E
(52,69,46)
#2D3C28
(45,60,40)
#263322
(38,51,34)
#1F2A1C
(31,42,28)
#182116
(24,33,22)
#111810
(17,24,16)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #506946

#506946
(80,105,70)
#5F7656
(95,118,86)
#6E8366
(110,131,102)
#7D9076
(125,144,118)
#8C9D86
(140,157,134)
#9BAA96
(155,170,150)
#AAB7A6
(170,183,166)
#B9C4B6
(185,196,182)
#C8D1C6
(200,209,198)
#D7DED6
(215,222,214)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506946; }

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

This text font color is #506946.


Background Color

.myBgColor { background-color: #506946; }

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

This div background color is #506946.


Border color

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

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

This div border color is #506946.


Opacity

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

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

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

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

This text has shadow with #506946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506946 on black background.


Color preview on white background

This text has color #506946 on white background.



Black color preview on #506946 background

This text has black color on #506946 background.


White color preview on #506946 background

This text has white color on #506946 background.