COLOR #50683A

HEX: #50683A
RGB: (80,104,58)

Renk bilgisi

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

RGB renk modeli

#50683A color RGB value is (80,104,58).

  • kırmız ton 80;
  • yeşil ton 104;
  • mavi ton 58.
RGB:
(80,104,58)
(31%,41%,23%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 104 of 255 = 41%
B 58 of 255 = 23%

80
104
58

R + G + B ~ 32%. #50683A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 104 + 58 = 242 (100%)
R 80 of 242 ~ 33.06%
G 104 of 242 ~ 42.98%
B 58 of 242 ~ 23.97%

%33.06
%42.98
%23.97

CMYK RENK MODELİ

#50683A rengi CMYK tonu (23,0,44,59).

  • camgöbeği tonu 23.08%
  • eflatun tonu 0.00%
  • sarı tonu 44.23%
  • ana renk tonu 59.22%
CMYK:
(23,0,44,59)
C23M0Y44K59 
(23%,0%,44%,59%)
(0.23/0.00/0.44/0.59)	

CMYK yüzdeleri

%23.08
%0
%44.23
%59.22

Codes

Color #50683A in popluar color models

50683A
RGB8010458
HSL91°28.40%31.76%
HSB/HSV91°44.23%40.78%
CMYK23.08%0.00%44.23%
59.22%

Color #50683A in popluar number systems.

HEX50683A
Decimal8010458
Binary10100001101000111010
Octal12015072

Shades and tints

Shades of #50683A

#50683A
(80,104,58)
#495F35
(73,95,53)
#425630
(66,86,48)
#3B4D2B
(59,77,43)
#344426
(52,68,38)
#2D3B21
(45,59,33)
#26321C
(38,50,28)
#1F2917
(31,41,23)
#182012
(24,32,18)
#11170D
(17,23,13)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #50683A

#50683A
(80,104,58)
#5F754B
(95,117,75)
#6E825C
(110,130,92)
#7D8F6D
(125,143,109)
#8C9C7E
(140,156,126)
#9BA98F
(155,169,143)
#AAB6A0
(170,182,160)
#B9C3B1
(185,195,177)
#C8D0C2
(200,208,194)
#D7DDD3
(215,221,211)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50683A color. Also use rgb(80,104,58) instead hex code.

Text Font Color

.myTextColor { color: #50683A; }

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

This text font color is #50683A.


Background Color

.myBgColor { background-color: #50683A; }

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

This div background color is #50683A.


Border color

.myBorderColor { border: 1px solid #50683A; }

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

This div border color is #50683A.


Opacity

.myOpacity80 { color: #50683A; opacity: 0.8; }

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

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

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

This text has shadow with #50683A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50683A on black background.


Color preview on white background

This text has color #50683A on white background.



Black color preview on #50683A background

This text has black color on #50683A background.


White color preview on #50683A background

This text has white color on #50683A background.