COLOR #505714

HEX: #505714
RGB: (80,87,20)

Renk bilgisi

#505714 contains mainly red and green colors. #505714 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#505714 color RGB value is (80,87,20).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 87 of 255 = 34%
B 20 of 255 = 8%

80
87
20

R + G + B ~ 24%. #505714 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 87 + 20 = 187 (100%)
R 80 of 187 ~ 42.78%
G 87 of 187 ~ 46.52%
B 20 of 187 ~ 10.7%

%42.78
%46.52
%10.7

CMYK RENK MODELİ

#505714 rengi CMYK tonu (8,0,77,66).

  • camgöbeği tonu 8.05%
  • eflatun tonu 0.00%
  • sarı tonu 77.01%
  • ana renk tonu 65.88%
CMYK:
(8,0,77,66)
C8M0Y77K66 
(8%,0%,77%,66%)
(0.08/0.00/0.77/0.66)	

CMYK yüzdeleri

%8.05
%0
%77.01
%65.88

Codes

Color #505714 in popluar color models

505714
RGB808720
HSL66°62.62%20.98%
HSB/HSV66°77.01%34.12%
CMYK8.05%0.00%77.01%
65.88%

Color #505714 in popluar number systems.

HEX505714
Decimal808720
Binary1010000101011110100
Octal12012724

Shades and tints

Shades of #505714

#505714
(80,87,20)
#495013
(73,80,19)
#424912
(66,73,18)
#3B4211
(59,66,17)
#343B10
(52,59,16)
#2D340F
(45,52,15)
#262D0E
(38,45,14)
#1F260D
(31,38,13)
#181F0C
(24,31,12)
#11180B
(17,24,11)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #505714

#505714
(80,87,20)
#5F6629
(95,102,41)
#6E753E
(110,117,62)
#7D8453
(125,132,83)
#8C9368
(140,147,104)
#9BA27D
(155,162,125)
#AAB192
(170,177,146)
#B9C0A7
(185,192,167)
#C8CFBC
(200,207,188)
#D7DED1
(215,222,209)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505714; }

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

This text font color is #505714.


Background Color

.myBgColor { background-color: #505714; }

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

This div background color is #505714.


Border color

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

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

This div border color is #505714.


Opacity

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

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

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

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

This text has shadow with #505714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505714 on black background.


Color preview on white background

This text has color #505714 on white background.



Black color preview on #505714 background

This text has black color on #505714 background.


White color preview on #505714 background

This text has white color on #505714 background.