COLOR #506D34

HEX: #506D34
RGB: (80,109,52)

Renk bilgisi

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

RGB renk modeli

#506D34 color RGB value is (80,109,52).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 109 of 255 = 43%
B 52 of 255 = 20%

80
109
52

R + G + B ~ 31%. #506D34 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 109 + 52 = 241 (100%)
R 80 of 241 ~ 33.2%
G 109 of 241 ~ 45.23%
B 52 of 241 ~ 21.58%

%33.2
%45.23
%21.58

CMYK RENK MODELİ

#506D34 rengi CMYK tonu (27,0,52,57).

  • camgöbeği tonu 26.61%
  • eflatun tonu 0.00%
  • sarı tonu 52.29%
  • ana renk tonu 57.25%
CMYK:
(27,0,52,57)
C27M0Y52K57 
(27%,0%,52%,57%)
(0.27/0.00/0.52/0.57)	

CMYK yüzdeleri

%26.61
%0
%52.29
%57.25

Codes

Color #506D34 in popluar color models

506D34
RGB8010952
HSL91°35.40%31.57%
HSB/HSV91°52.29%42.75%
CMYK26.61%0.00%52.29%
57.25%

Color #506D34 in popluar number systems.

HEX506D34
Decimal8010952
Binary10100001101101110100
Octal12015564

Shades and tints

Shades of #506D34

#506D34
(80,109,52)
#496430
(73,100,48)
#425B2C
(66,91,44)
#3B5228
(59,82,40)
#344924
(52,73,36)
#2D4020
(45,64,32)
#26371C
(38,55,28)
#1F2E18
(31,46,24)
#182514
(24,37,20)
#111C10
(17,28,16)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #506D34

#506D34
(80,109,52)
#5F7A46
(95,122,70)
#6E8758
(110,135,88)
#7D946A
(125,148,106)
#8CA17C
(140,161,124)
#9BAE8E
(155,174,142)
#AABBA0
(170,187,160)
#B9C8B2
(185,200,178)
#C8D5C4
(200,213,196)
#D7E2D6
(215,226,214)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506D34; }

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

This text font color is #506D34.


Background Color

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

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

This div background color is #506D34.


Border color

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

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

This div border color is #506D34.


Opacity

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

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

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

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

This text has shadow with #506D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506D34 on black background.


Color preview on white background

This text has color #506D34 on white background.



Black color preview on #506D34 background

This text has black color on #506D34 background.


White color preview on #506D34 background

This text has white color on #506D34 background.