COLOR #505740

HEX: #505740
RGB: (80,87,64)

Renk bilgisi

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

RGB renk modeli

#505740 color RGB value is (80,87,64).

  • kırmız ton 80;
  • yeşil ton 87;
  • mavi ton 64.
RGB:
(80,87,64)
(31%,34%,25%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 87 of 255 = 34%
B 64 of 255 = 25%

80
87
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 87 + 64 = 231 (100%)
R 80 of 231 ~ 34.63%
G 87 of 231 ~ 37.66%
B 64 of 231 ~ 27.71%

%34.63
%37.66
%27.71

CMYK RENK MODELİ

#505740 rengi CMYK tonu (8,0,26,66).

  • camgöbeği tonu 8.05%
  • eflatun tonu 0.00%
  • sarı tonu 26.44%
  • ana renk tonu 65.88%
CMYK:
(8,0,26,66)
C8M0Y26K66 
(8%,0%,26%,66%)
(0.08/0.00/0.26/0.66)	

CMYK yüzdeleri

%8.05
%0
%26.44
%65.88

Codes

Color #505740 in popluar color models

505740
RGB808764
HSL78°15.23%29.61%
HSB/HSV78°26.44%34.12%
CMYK8.05%0.00%26.44%
65.88%

Color #505740 in popluar number systems.

HEX505740
Decimal808764
Binary101000010101111000000
Octal120127100

Shades and tints

Shades of #505740

#505740
(80,87,64)
#49503B
(73,80,59)
#424936
(66,73,54)
#3B4231
(59,66,49)
#343B2C
(52,59,44)
#2D3427
(45,52,39)
#262D22
(38,45,34)
#1F261D
(31,38,29)
#181F18
(24,31,24)
#111813
(17,24,19)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #505740

#505740
(80,87,64)
#5F6651
(95,102,81)
#6E7562
(110,117,98)
#7D8473
(125,132,115)
#8C9384
(140,147,132)
#9BA295
(155,162,149)
#AAB1A6
(170,177,166)
#B9C0B7
(185,192,183)
#C8CFC8
(200,207,200)
#D7DED9
(215,222,217)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505740 color. Also use rgb(80,87,64) instead hex code.

Text Font Color

.myTextColor { color: #505740; }

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

This text font color is #505740.


Background Color

.myBgColor { background-color: #505740; }

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

This div background color is #505740.


Border color

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

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

This div border color is #505740.


Opacity

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

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

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

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

This text has shadow with #505740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505740 on black background.


Color preview on white background

This text has color #505740 on white background.



Black color preview on #505740 background

This text has black color on #505740 background.


White color preview on #505740 background

This text has white color on #505740 background.