COLOR #506D3B

HEX: #506D3B
RGB: (80,109,59)

Renk bilgisi

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

RGB renk modeli

#506D3B color RGB value is (80,109,59).

  • kırmız ton 80;
  • yeşil ton 109;
  • mavi ton 59.
RGB:
(80,109,59)
(31%,43%,23%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 109 of 255 = 43%
B 59 of 255 = 23%

80
109
59

R + G + B ~ 32%. #506D3B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 109 + 59 = 248 (100%)
R 80 of 248 ~ 32.26%
G 109 of 248 ~ 43.95%
B 59 of 248 ~ 23.79%

%32.26
%43.95
%23.79

CMYK RENK MODELİ

#506D3B rengi CMYK tonu (27,0,46,57).

  • camgöbeği tonu 26.61%
  • eflatun tonu 0.00%
  • sarı tonu 45.87%
  • ana renk tonu 57.25%
CMYK:
(27,0,46,57)
C27M0Y46K57 
(27%,0%,46%,57%)
(0.27/0.00/0.46/0.57)	

CMYK yüzdeleri

%26.61
%0
%45.87
%57.25

Codes

Color #506D3B in popluar color models

506D3B
RGB8010959
HSL95°29.76%32.94%
HSB/HSV95°45.87%42.75%
CMYK26.61%0.00%45.87%
57.25%

Color #506D3B in popluar number systems.

HEX506D3B
Decimal8010959
Binary10100001101101111011
Octal12015573

Shades and tints

Shades of #506D3B

#506D3B
(80,109,59)
#496436
(73,100,54)
#425B31
(66,91,49)
#3B522C
(59,82,44)
#344927
(52,73,39)
#2D4022
(45,64,34)
#26371D
(38,55,29)
#1F2E18
(31,46,24)
#182513
(24,37,19)
#111C0E
(17,28,14)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #506D3B

#506D3B
(80,109,59)
#5F7A4C
(95,122,76)
#6E875D
(110,135,93)
#7D946E
(125,148,110)
#8CA17F
(140,161,127)
#9BAE90
(155,174,144)
#AABBA1
(170,187,161)
#B9C8B2
(185,200,178)
#C8D5C3
(200,213,195)
#D7E2D4
(215,226,212)
#E6EFE5
(230,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506D3B color. Also use rgb(80,109,59) instead hex code.

Text Font Color

.myTextColor { color: #506D3B; }

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

This text font color is #506D3B.


Background Color

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

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

This div background color is #506D3B.


Border color

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

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

This div border color is #506D3B.


Opacity

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

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

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

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

This text has shadow with #506D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506D3B on black background.


Color preview on white background

This text has color #506D3B on white background.



Black color preview on #506D3B background

This text has black color on #506D3B background.


White color preview on #506D3B background

This text has white color on #506D3B background.