COLOR #50761C

HEX: #50761C
RGB: (80,118,28)

Renk bilgisi

#50761C contains mainly red and green colors. #50761C ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#50761C color RGB value is (80,118,28).

  • kırmız ton 80;
  • yeşil ton 118;
  • mavi ton 28.
RGB:
(80,118,28)
(31%,46%,11%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 118 of 255 = 46%
B 28 of 255 = 11%

80
118
28

R + G + B ~ 29%. #50761C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 118 + 28 = 226 (100%)
R 80 of 226 ~ 35.4%
G 118 of 226 ~ 52.21%
B 28 of 226 ~ 12.39%

%35.4
%52.21
%12.39

CMYK RENK MODELİ

#50761C rengi CMYK tonu (32,0,76,54).

  • camgöbeği tonu 32.20%
  • eflatun tonu 0.00%
  • sarı tonu 76.27%
  • ana renk tonu 53.73%
CMYK:
(32,0,76,54)
C32M0Y76K54 
(32%,0%,76%,54%)
(0.32/0.00/0.76/0.54)	

CMYK yüzdeleri

%32.2
%0
%76.27
%53.73

Codes

Color #50761C in popluar color models

50761C
RGB8011828
HSL85°61.64%28.63%
HSB/HSV85°76.27%46.27%
CMYK32.20%0.00%76.27%
53.73%

Color #50761C in popluar number systems.

HEX50761C
Decimal8011828
Binary1010000111011011100
Octal12016634

Shades and tints

Shades of #50761C

#50761C
(80,118,28)
#496C1A
(73,108,26)
#426218
(66,98,24)
#3B5816
(59,88,22)
#344E14
(52,78,20)
#2D4412
(45,68,18)
#263A10
(38,58,16)
#1F300E
(31,48,14)
#18260C
(24,38,12)
#111C0A
(17,28,10)
#0A1208
(10,18,8)
#000000
(0,0,0)

Tints of #50761C

#50761C
(80,118,28)
#5F8230
(95,130,48)
#6E8E44
(110,142,68)
#7D9A58
(125,154,88)
#8CA66C
(140,166,108)
#9BB280
(155,178,128)
#AABE94
(170,190,148)
#B9CAA8
(185,202,168)
#C8D6BC
(200,214,188)
#D7E2D0
(215,226,208)
#E6EEE4
(230,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50761C color. Also use rgb(80,118,28) instead hex code.

Text Font Color

.myTextColor { color: #50761C; }

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

This text font color is #50761C.


Background Color

.myBgColor { background-color: #50761C; }

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

This div background color is #50761C.


Border color

.myBorderColor { border: 1px solid #50761C; }

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

This div border color is #50761C.


Opacity

.myOpacity80 { color: #50761C; opacity: 0.8; }

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

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

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

This text has shadow with #50761C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50761C on black background.


Color preview on white background

This text has color #50761C on white background.



Black color preview on #50761C background

This text has black color on #50761C background.


White color preview on #50761C background

This text has white color on #50761C background.