COLOR #50672C

HEX: #50672C
RGB: (80,103,44)

Renk bilgisi

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

RGB renk modeli

#50672C color RGB value is (80,103,44).

  • kırmız ton 80;
  • yeşil ton 103;
  • mavi ton 44.
RGB:
(80,103,44)
(31%,40%,17%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 103 of 255 = 40%
B 44 of 255 = 17%

80
103
44

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 103 + 44 = 227 (100%)
R 80 of 227 ~ 35.24%
G 103 of 227 ~ 45.37%
B 44 of 227 ~ 19.38%

%35.24
%45.37
%19.38

CMYK RENK MODELİ

#50672C rengi CMYK tonu (22,0,57,60).

  • camgöbeği tonu 22.33%
  • eflatun tonu 0.00%
  • sarı tonu 57.28%
  • ana renk tonu 59.61%
CMYK:
(22,0,57,60)
C22M0Y57K60 
(22%,0%,57%,60%)
(0.22/0.00/0.57/0.60)	

CMYK yüzdeleri

%22.33
%0
%57.28
%59.61

Codes

Color #50672C in popluar color models

50672C
RGB8010344
HSL83°40.14%28.82%
HSB/HSV83°57.28%40.39%
CMYK22.33%0.00%57.28%
59.61%

Color #50672C in popluar number systems.

HEX50672C
Decimal8010344
Binary10100001100111101100
Octal12014754

Shades and tints

Shades of #50672C

#50672C
(80,103,44)
#495E28
(73,94,40)
#425524
(66,85,36)
#3B4C20
(59,76,32)
#34431C
(52,67,28)
#2D3A18
(45,58,24)
#263114
(38,49,20)
#1F2810
(31,40,16)
#181F0C
(24,31,12)
#111608
(17,22,8)
#0A0D04
(10,13,4)
#000000
(0,0,0)

Tints of #50672C

#50672C
(80,103,44)
#5F743F
(95,116,63)
#6E8152
(110,129,82)
#7D8E65
(125,142,101)
#8C9B78
(140,155,120)
#9BA88B
(155,168,139)
#AAB59E
(170,181,158)
#B9C2B1
(185,194,177)
#C8CFC4
(200,207,196)
#D7DCD7
(215,220,215)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50672C color. Also use rgb(80,103,44) instead hex code.

Text Font Color

.myTextColor { color: #50672C; }

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

This text font color is #50672C.


Background Color

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

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

This div background color is #50672C.


Border color

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

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

This div border color is #50672C.


Opacity

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

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

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

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

This text has shadow with #50672C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50672C on black background.


Color preview on white background

This text has color #50672C on white background.



Black color preview on #50672C background

This text has black color on #50672C background.


White color preview on #50672C background

This text has white color on #50672C background.