COLOR #506E48

HEX: #506E48
RGB: (80,110,72)

Renk bilgisi

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

RGB renk modeli

#506E48 color RGB value is (80,110,72).

  • kırmız ton 80;
  • yeşil ton 110;
  • mavi ton 72.
RGB:
(80,110,72)
(31%,43%,28%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 110 of 255 = 43%
B 72 of 255 = 28%

80
110
72

R + G + B ~ 34%. #506E48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 110 + 72 = 262 (100%)
R 80 of 262 ~ 30.53%
G 110 of 262 ~ 41.98%
B 72 of 262 ~ 27.48%

%30.53
%41.98
%27.48

CMYK RENK MODELİ

#506E48 rengi CMYK tonu (27,0,35,57).

  • camgöbeği tonu 27.27%
  • eflatun tonu 0.00%
  • sarı tonu 34.55%
  • ana renk tonu 56.86%
CMYK:
(27,0,35,57)
C27M0Y35K57 
(27%,0%,35%,57%)
(0.27/0.00/0.35/0.57)	

CMYK yüzdeleri

%27.27
%0
%34.55
%56.86

Codes

Color #506E48 in popluar color models

506E48
RGB8011072
HSL107°20.88%35.69%
HSB/HSV107°34.55%43.14%
CMYK27.27%0.00%34.55%
56.86%

Color #506E48 in popluar number systems.

HEX506E48
Decimal8011072
Binary101000011011101001000
Octal120156110

Shades and tints

Shades of #506E48

#506E48
(80,110,72)
#496442
(73,100,66)
#425A3C
(66,90,60)
#3B5036
(59,80,54)
#344630
(52,70,48)
#2D3C2A
(45,60,42)
#263224
(38,50,36)
#1F281E
(31,40,30)
#181E18
(24,30,24)
#111412
(17,20,18)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #506E48

#506E48
(80,110,72)
#5F7B58
(95,123,88)
#6E8868
(110,136,104)
#7D9578
(125,149,120)
#8CA288
(140,162,136)
#9BAF98
(155,175,152)
#AABCA8
(170,188,168)
#B9C9B8
(185,201,184)
#C8D6C8
(200,214,200)
#D7E3D8
(215,227,216)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506E48 color. Also use rgb(80,110,72) instead hex code.

Text Font Color

.myTextColor { color: #506E48; }

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

This text font color is #506E48.


Background Color

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

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

This div background color is #506E48.


Border color

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

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

This div border color is #506E48.


Opacity

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

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

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

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

This text has shadow with #506E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506E48 on black background.


Color preview on white background

This text has color #506E48 on white background.



Black color preview on #506E48 background

This text has black color on #506E48 background.


White color preview on #506E48 background

This text has white color on #506E48 background.