COLOR #446063

HEX: #446063
RGB: (68,96,99)

Renk bilgisi

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

RGB renk modeli

#446063 color RGB value is (68,96,99).

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

RGB bağlantıları ve doygunluk

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

68
96
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 96 + 99 = 263 (100%)
R 68 of 263 ~ 25.86%
G 96 of 263 ~ 36.5%
B 99 of 263 ~ 37.64%

%25.86
%36.5
%37.64

CMYK RENK MODELİ

#446063 rengi CMYK tonu (31,3,0,61).

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

CMYK yüzdeleri

%31.31
%3.03
%0
%61.18

Codes

Color #446063 in popluar color models

446063
RGB689699
HSL186°18.56%32.75%
HSB/HSV186°31.31%38.82%
CMYK31.31%3.03%0.00%
61.18%

Color #446063 in popluar number systems.

HEX446063
Decimal689699
Binary100010011000001100011
Octal104140143

Shades and tints

Shades of #446063

#446063
(68,96,99)
#3E585A
(62,88,90)
#385051
(56,80,81)
#324848
(50,72,72)
#2C403F
(44,64,63)
#263836
(38,56,54)
#20302D
(32,48,45)
#1A2824
(26,40,36)
#14201B
(20,32,27)
#0E1812
(14,24,18)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #446063

#446063
(68,96,99)
#556E71
(85,110,113)
#667C7F
(102,124,127)
#778A8D
(119,138,141)
#88989B
(136,152,155)
#99A6A9
(153,166,169)
#AAB4B7
(170,180,183)
#BBC2C5
(187,194,197)
#CCD0D3
(204,208,211)
#DDDEE1
(221,222,225)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446063; }

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

This text font color is #446063.


Background Color

.myBgColor { background-color: #446063; }

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

This div background color is #446063.


Border color

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

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

This div border color is #446063.


Opacity

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

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

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

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

This text has shadow with #446063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446063 on black background.


Color preview on white background

This text has color #446063 on white background.



Black color preview on #446063 background

This text has black color on #446063 background.


White color preview on #446063 background

This text has white color on #446063 background.