COLOR #444463

HEX: #444463
RGB: (68,68,99)

Renk bilgisi

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

RGB renk modeli

#444463 color RGB value is (68,68,99).

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

RGB bağlantıları ve doygunluk

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

68
68
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 68 + 99 = 235 (100%)
R 68 of 235 ~ 28.94%
G 68 of 235 ~ 28.94%
B 99 of 235 ~ 42.13%

%28.94
%28.94
%42.13

CMYK RENK MODELİ

#444463 rengi CMYK tonu (31,31,0,61).

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

CMYK yüzdeleri

%31.31
%31.31
%0
%61.18

Codes

Color #444463 in popluar color models

444463
RGB686899
HSL240°18.56%32.75%
HSB/HSV240°31.31%38.82%
CMYK31.31%31.31%0.00%
61.18%

Color #444463 in popluar number systems.

HEX444463
Decimal686899
Binary100010010001001100011
Octal104104143

Shades and tints

Shades of #444463

#444463
(68,68,99)
#3E3E5A
(62,62,90)
#383851
(56,56,81)
#323248
(50,50,72)
#2C2C3F
(44,44,63)
#262636
(38,38,54)
#20202D
(32,32,45)
#1A1A24
(26,26,36)
#14141B
(20,20,27)
#0E0E12
(14,14,18)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #444463

#444463
(68,68,99)
#555571
(85,85,113)
#66667F
(102,102,127)
#77778D
(119,119,141)
#88889B
(136,136,155)
#9999A9
(153,153,169)
#AAAAB7
(170,170,183)
#BBBBC5
(187,187,197)
#CCCCD3
(204,204,211)
#DDDDE1
(221,221,225)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444463; }

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

This text font color is #444463.


Background Color

.myBgColor { background-color: #444463; }

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

This div background color is #444463.


Border color

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

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

This div border color is #444463.


Opacity

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

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

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

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

This text has shadow with #444463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444463 on black background.


Color preview on white background

This text has color #444463 on white background.



Black color preview on #444463 background

This text has black color on #444463 background.


White color preview on #444463 background

This text has white color on #444463 background.