COLOR #50693D

HEX: #50693D
RGB: (80,105,61)

Renk bilgisi

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

RGB renk modeli

#50693D color RGB value is (80,105,61).

  • kırmız ton 80;
  • yeşil ton 105;
  • mavi ton 61.
RGB:
(80,105,61)
(31%,41%,24%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 105 of 255 = 41%
B 61 of 255 = 24%

80
105
61

R + G + B ~ 32%. #50693D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 105 + 61 = 246 (100%)
R 80 of 246 ~ 32.52%
G 105 of 246 ~ 42.68%
B 61 of 246 ~ 24.8%

%32.52
%42.68
%24.8

CMYK RENK MODELİ

#50693D rengi CMYK tonu (24,0,42,59).

  • camgöbeği tonu 23.81%
  • eflatun tonu 0.00%
  • sarı tonu 41.90%
  • ana renk tonu 58.82%
CMYK:
(24,0,42,59)
C24M0Y42K59 
(24%,0%,42%,59%)
(0.24/0.00/0.42/0.59)	

CMYK yüzdeleri

%23.81
%0
%41.9
%58.82

Codes

Color #50693D in popluar color models

50693D
RGB8010561
HSL94°26.51%32.55%
HSB/HSV94°41.90%41.18%
CMYK23.81%0.00%41.90%
58.82%

Color #50693D in popluar number systems.

HEX50693D
Decimal8010561
Binary10100001101001111101
Octal12015175

Shades and tints

Shades of #50693D

#50693D
(80,105,61)
#496038
(73,96,56)
#425733
(66,87,51)
#3B4E2E
(59,78,46)
#344529
(52,69,41)
#2D3C24
(45,60,36)
#26331F
(38,51,31)
#1F2A1A
(31,42,26)
#182115
(24,33,21)
#111810
(17,24,16)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #50693D

#50693D
(80,105,61)
#5F764E
(95,118,78)
#6E835F
(110,131,95)
#7D9070
(125,144,112)
#8C9D81
(140,157,129)
#9BAA92
(155,170,146)
#AAB7A3
(170,183,163)
#B9C4B4
(185,196,180)
#C8D1C5
(200,209,197)
#D7DED6
(215,222,214)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50693D color. Also use rgb(80,105,61) instead hex code.

Text Font Color

.myTextColor { color: #50693D; }

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

This text font color is #50693D.


Background Color

.myBgColor { background-color: #50693D; }

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

This div background color is #50693D.


Border color

.myBorderColor { border: 1px solid #50693D; }

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

This div border color is #50693D.


Opacity

.myOpacity80 { color: #50693D; opacity: 0.8; }

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

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

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

This text has shadow with #50693D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50693D on black background.


Color preview on white background

This text has color #50693D on white background.



Black color preview on #50693D background

This text has black color on #50693D background.


White color preview on #50693D background

This text has white color on #50693D background.