COLOR #50633B

HEX: #50633B
RGB: (80,99,59)

Renk bilgisi

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

RGB renk modeli

#50633B color RGB value is (80,99,59).

  • kırmız ton 80;
  • yeşil ton 99;
  • mavi ton 59.
RGB:
(80,99,59)
(31%,39%,23%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 99 of 255 = 39%
B 59 of 255 = 23%

80
99
59

R + G + B ~ 31%. #50633B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 99 + 59 = 238 (100%)
R 80 of 238 ~ 33.61%
G 99 of 238 ~ 41.6%
B 59 of 238 ~ 24.79%

%33.61
%41.6
%24.79

CMYK RENK MODELİ

#50633B rengi CMYK tonu (19,0,40,61).

  • camgöbeği tonu 19.19%
  • eflatun tonu 0.00%
  • sarı tonu 40.40%
  • ana renk tonu 61.18%
CMYK:
(19,0,40,61)
C19M0Y40K61 
(19%,0%,40%,61%)
(0.19/0.00/0.40/0.61)	

CMYK yüzdeleri

%19.19
%0
%40.4
%61.18

Codes

Color #50633B in popluar color models

50633B
RGB809959
HSL89°25.32%30.98%
HSB/HSV89°40.40%38.82%
CMYK19.19%0.00%40.40%
61.18%

Color #50633B in popluar number systems.

HEX50633B
Decimal809959
Binary10100001100011111011
Octal12014373

Shades and tints

Shades of #50633B

#50633B
(80,99,59)
#495A36
(73,90,54)
#425131
(66,81,49)
#3B482C
(59,72,44)
#343F27
(52,63,39)
#2D3622
(45,54,34)
#262D1D
(38,45,29)
#1F2418
(31,36,24)
#181B13
(24,27,19)
#11120E
(17,18,14)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #50633B

#50633B
(80,99,59)
#5F714C
(95,113,76)
#6E7F5D
(110,127,93)
#7D8D6E
(125,141,110)
#8C9B7F
(140,155,127)
#9BA990
(155,169,144)
#AAB7A1
(170,183,161)
#B9C5B2
(185,197,178)
#C8D3C3
(200,211,195)
#D7E1D4
(215,225,212)
#E6EFE5
(230,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50633B color. Also use rgb(80,99,59) instead hex code.

Text Font Color

.myTextColor { color: #50633B; }

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

This text font color is #50633B.


Background Color

.myBgColor { background-color: #50633B; }

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

This div background color is #50633B.


Border color

.myBorderColor { border: 1px solid #50633B; }

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

This div border color is #50633B.


Opacity

.myOpacity80 { color: #50633B; opacity: 0.8; }

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

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

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

This text has shadow with #50633B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50633B on black background.


Color preview on white background

This text has color #50633B on white background.



Black color preview on #50633B background

This text has black color on #50633B background.


White color preview on #50633B background

This text has white color on #50633B background.