COLOR #446B50

HEX: #446B50
RGB: (68,107,80)

Renk bilgisi

#446B50 contains red, green and blue colors in about the same proportion. #446B50 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#446B50 color RGB value is (68,107,80).

  • kırmız ton 68;
  • yeşil ton 107;
  • mavi ton 80.
RGB:
(68,107,80)
(27%,42%,31%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 107 of 255 = 42%
B 80 of 255 = 31%

68
107
80

R + G + B ~ 33%. #446B50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 107 + 80 = 255 (100%)
R 68 of 255 ~ 26.67%
G 107 of 255 ~ 41.96%
B 80 of 255 ~ 31.37%

%26.67
%41.96
%31.37

CMYK RENK MODELİ

#446B50 rengi CMYK tonu (36,0,25,58).

  • camgöbeği tonu 36.45%
  • eflatun tonu 0.00%
  • sarı tonu 25.23%
  • ana renk tonu 58.04%
CMYK:
(36,0,25,58)
C36M0Y25K58 
(36%,0%,25%,58%)
(0.36/0.00/0.25/0.58)	

CMYK yüzdeleri

%36.45
%0
%25.23
%58.04

Codes

Color #446B50 in popluar color models

446B50
RGB6810780
HSL138°22.29%34.31%
HSB/HSV138°36.45%41.96%
CMYK36.45%0.00%25.23%
58.04%

Color #446B50 in popluar number systems.

HEX446B50
Decimal6810780
Binary100010011010111010000
Octal104153120

Shades and tints

Shades of #446B50

#446B50
(68,107,80)
#3E6249
(62,98,73)
#385942
(56,89,66)
#32503B
(50,80,59)
#2C4734
(44,71,52)
#263E2D
(38,62,45)
#203526
(32,53,38)
#1A2C1F
(26,44,31)
#142318
(20,35,24)
#0E1A11
(14,26,17)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #446B50

#446B50
(68,107,80)
#55785F
(85,120,95)
#66856E
(102,133,110)
#77927D
(119,146,125)
#889F8C
(136,159,140)
#99AC9B
(153,172,155)
#AAB9AA
(170,185,170)
#BBC6B9
(187,198,185)
#CCD3C8
(204,211,200)
#DDE0D7
(221,224,215)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446B50 color. Also use rgb(68,107,80) instead hex code.

Text Font Color

.myTextColor { color: #446B50; }

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

This text font color is #446B50.


Background Color

.myBgColor { background-color: #446B50; }

<div style="background-color:#446B50">Inner text</div>

This div background color is #446B50.


Border color

.myBorderColor { border: 1px solid #446B50; }

<div style="border:3px solid #446B50">Div</div>

This div border color is #446B50.


Opacity

.myOpacity80 { color: #446B50; opacity: 0.8; }

<p style="color:#446B50;opacity:0.8;">80%</p>

Text with #446B50 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 #446B50;}

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

This text has shadow with #446B50 color.

.textShadow {text-shadow: 3px 3px 1px #446B50, 3px 3px 1px red;}

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

This text has shadow with #446B50 primary color and red secondary color.


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

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

This text has shadow with #446B50 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446B50 on black background.


Color preview on white background

This text has color #446B50 on white background.



Black color preview on #446B50 background

This text has black color on #446B50 background.


White color preview on #446B50 background

This text has white color on #446B50 background.