COLOR #446359

HEX: #446359
RGB: (68,99,89)

Renk bilgisi

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

RGB renk modeli

#446359 color RGB value is (68,99,89).

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

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 99 of 255 = 39%
B 89 of 255 = 35%

68
99
89

R + G + B ~ 34%. #446359 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 99 + 89 = 256 (100%)
R 68 of 256 ~ 26.56%
G 99 of 256 ~ 38.67%
B 89 of 256 ~ 34.77%

%26.56
%38.67
%34.77

CMYK RENK MODELİ

#446359 rengi CMYK tonu (31,0,10,61).

  • camgöbeği tonu 31.31%
  • eflatun tonu 0.00%
  • sarı tonu 10.10%
  • ana renk tonu 61.18%
CMYK:
(31,0,10,61)
C31M0Y10K61 
(31%,0%,10%,61%)
(0.31/0.00/0.10/0.61)	

CMYK yüzdeleri

%31.31
%0
%10.1
%61.18

Codes

Color #446359 in popluar color models

446359
RGB689989
HSL161°18.56%32.75%
HSB/HSV161°31.31%38.82%
CMYK31.31%0.00%10.10%
61.18%

Color #446359 in popluar number systems.

HEX446359
Decimal689989
Binary100010011000111011001
Octal104143131

Shades and tints

Shades of #446359

#446359
(68,99,89)
#3E5A51
(62,90,81)
#385149
(56,81,73)
#324841
(50,72,65)
#2C3F39
(44,63,57)
#263631
(38,54,49)
#202D29
(32,45,41)
#1A2421
(26,36,33)
#141B19
(20,27,25)
#0E1211
(14,18,17)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #446359

#446359
(68,99,89)
#557168
(85,113,104)
#667F77
(102,127,119)
#778D86
(119,141,134)
#889B95
(136,155,149)
#99A9A4
(153,169,164)
#AAB7B3
(170,183,179)
#BBC5C2
(187,197,194)
#CCD3D1
(204,211,209)
#DDE1E0
(221,225,224)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446359; }

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

This text font color is #446359.


Background Color

.myBgColor { background-color: #446359; }

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

This div background color is #446359.


Border color

.myBorderColor { border: 1px solid #446359; }

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

This div border color is #446359.


Opacity

.myOpacity80 { color: #446359; opacity: 0.8; }

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

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

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

This text has shadow with #446359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446359 on black background.


Color preview on white background

This text has color #446359 on white background.



Black color preview on #446359 background

This text has black color on #446359 background.


White color preview on #446359 background

This text has white color on #446359 background.