COLOR #506731

HEX: #506731
RGB: (80,103,49)

Renk bilgisi

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

RGB renk modeli

#506731 color RGB value is (80,103,49).

  • kırmız ton 80;
  • yeşil ton 103;
  • mavi ton 49.
RGB:
(80,103,49)
(31%,40%,19%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 103 of 255 = 40%
B 49 of 255 = 19%

80
103
49

R + G + B ~ 30%. #506731 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 103 + 49 = 232 (100%)
R 80 of 232 ~ 34.48%
G 103 of 232 ~ 44.4%
B 49 of 232 ~ 21.12%

%34.48
%44.4
%21.12

CMYK RENK MODELİ

#506731 rengi CMYK tonu (22,0,52,60).

  • camgöbeği tonu 22.33%
  • eflatun tonu 0.00%
  • sarı tonu 52.43%
  • ana renk tonu 59.61%
CMYK:
(22,0,52,60)
C22M0Y52K60 
(22%,0%,52%,60%)
(0.22/0.00/0.52/0.60)	

CMYK yüzdeleri

%22.33
%0
%52.43
%59.61

Codes

Color #506731 in popluar color models

506731
RGB8010349
HSL86°35.53%29.80%
HSB/HSV86°52.43%40.39%
CMYK22.33%0.00%52.43%
59.61%

Color #506731 in popluar number systems.

HEX506731
Decimal8010349
Binary10100001100111110001
Octal12014761

Shades and tints

Shades of #506731

#506731
(80,103,49)
#495E2D
(73,94,45)
#425529
(66,85,41)
#3B4C25
(59,76,37)
#344321
(52,67,33)
#2D3A1D
(45,58,29)
#263119
(38,49,25)
#1F2815
(31,40,21)
#181F11
(24,31,17)
#11160D
(17,22,13)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #506731

#506731
(80,103,49)
#5F7443
(95,116,67)
#6E8155
(110,129,85)
#7D8E67
(125,142,103)
#8C9B79
(140,155,121)
#9BA88B
(155,168,139)
#AAB59D
(170,181,157)
#B9C2AF
(185,194,175)
#C8CFC1
(200,207,193)
#D7DCD3
(215,220,211)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506731 color. Also use rgb(80,103,49) instead hex code.

Text Font Color

.myTextColor { color: #506731; }

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

This text font color is #506731.


Background Color

.myBgColor { background-color: #506731; }

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

This div background color is #506731.


Border color

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

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

This div border color is #506731.


Opacity

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

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

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

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

This text has shadow with #506731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506731 on black background.


Color preview on white background

This text has color #506731 on white background.



Black color preview on #506731 background

This text has black color on #506731 background.


White color preview on #506731 background

This text has white color on #506731 background.