COLOR #506A39

HEX: #506A39
RGB: (80,106,57)

Renk bilgisi

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

RGB renk modeli

#506A39 color RGB value is (80,106,57).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 106 of 255 = 42%
B 57 of 255 = 22%

80
106
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 106 + 57 = 243 (100%)
R 80 of 243 ~ 32.92%
G 106 of 243 ~ 43.62%
B 57 of 243 ~ 23.46%

%32.92
%43.62
%23.46

CMYK RENK MODELİ

#506A39 rengi CMYK tonu (25,0,46,58).

  • camgöbeği tonu 24.53%
  • eflatun tonu 0.00%
  • sarı tonu 46.23%
  • ana renk tonu 58.43%
CMYK:
(25,0,46,58)
C25M0Y46K58 
(25%,0%,46%,58%)
(0.25/0.00/0.46/0.58)	

CMYK yüzdeleri

%24.53
%0
%46.23
%58.43

Codes

Color #506A39 in popluar color models

506A39
RGB8010657
HSL92°30.06%31.96%
HSB/HSV92°46.23%41.57%
CMYK24.53%0.00%46.23%
58.43%

Color #506A39 in popluar number systems.

HEX506A39
Decimal8010657
Binary10100001101010111001
Octal12015271

Shades and tints

Shades of #506A39

#506A39
(80,106,57)
#496134
(73,97,52)
#42582F
(66,88,47)
#3B4F2A
(59,79,42)
#344625
(52,70,37)
#2D3D20
(45,61,32)
#26341B
(38,52,27)
#1F2B16
(31,43,22)
#182211
(24,34,17)
#11190C
(17,25,12)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #506A39

#506A39
(80,106,57)
#5F774B
(95,119,75)
#6E845D
(110,132,93)
#7D916F
(125,145,111)
#8C9E81
(140,158,129)
#9BAB93
(155,171,147)
#AAB8A5
(170,184,165)
#B9C5B7
(185,197,183)
#C8D2C9
(200,210,201)
#D7DFDB
(215,223,219)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506A39; }

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

This text font color is #506A39.


Background Color

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

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

This div background color is #506A39.


Border color

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

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

This div border color is #506A39.


Opacity

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

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

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

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

This text has shadow with #506A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506A39 on black background.


Color preview on white background

This text has color #506A39 on white background.



Black color preview on #506A39 background

This text has black color on #506A39 background.


White color preview on #506A39 background

This text has white color on #506A39 background.