COLOR #446B59

HEX: #446B59
RGB: (68,107,89)

Renk bilgisi

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

RGB renk modeli

#446B59 color RGB value is (68,107,89).

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

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 107 of 255 = 42%
B 89 of 255 = 35%

68
107
89

R + G + B ~ 35%. #446B59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 107 + 89 = 264 (100%)
R 68 of 264 ~ 25.76%
G 107 of 264 ~ 40.53%
B 89 of 264 ~ 33.71%

%25.76
%40.53
%33.71

CMYK RENK MODELİ

#446B59 rengi CMYK tonu (36,0,17,58).

  • camgöbeği tonu 36.45%
  • eflatun tonu 0.00%
  • sarı tonu 16.82%
  • ana renk tonu 58.04%
CMYK:
(36,0,17,58)
C36M0Y17K58 
(36%,0%,17%,58%)
(0.36/0.00/0.17/0.58)	

CMYK yüzdeleri

%36.45
%0
%16.82
%58.04

Codes

Color #446B59 in popluar color models

446B59
RGB6810789
HSL152°22.29%34.31%
HSB/HSV152°36.45%41.96%
CMYK36.45%0.00%16.82%
58.04%

Color #446B59 in popluar number systems.

HEX446B59
Decimal6810789
Binary100010011010111011001
Octal104153131

Shades and tints

Shades of #446B59

#446B59
(68,107,89)
#3E6251
(62,98,81)
#385949
(56,89,73)
#325041
(50,80,65)
#2C4739
(44,71,57)
#263E31
(38,62,49)
#203529
(32,53,41)
#1A2C21
(26,44,33)
#142319
(20,35,25)
#0E1A11
(14,26,17)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #446B59

#446B59
(68,107,89)
#557868
(85,120,104)
#668577
(102,133,119)
#779286
(119,146,134)
#889F95
(136,159,149)
#99ACA4
(153,172,164)
#AAB9B3
(170,185,179)
#BBC6C2
(187,198,194)
#CCD3D1
(204,211,209)
#DDE0E0
(221,224,224)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446B59; }

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

This text font color is #446B59.


Background Color

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

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

This div background color is #446B59.


Border color

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

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

This div border color is #446B59.


Opacity

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

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

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

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

This text has shadow with #446B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446B59 on black background.


Color preview on white background

This text has color #446B59 on white background.



Black color preview on #446B59 background

This text has black color on #446B59 background.


White color preview on #446B59 background

This text has white color on #446B59 background.