COLOR #446463

HEX: #446463
RGB: (68,100,99)

Renk bilgisi

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

RGB renk modeli

#446463 color RGB value is (68,100,99).

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

RGB bağlantıları ve doygunluk

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

68
100
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 100 + 99 = 267 (100%)
R 68 of 267 ~ 25.47%
G 100 of 267 ~ 37.45%
B 99 of 267 ~ 37.08%

%25.47
%37.45
%37.08

CMYK RENK MODELİ

#446463 rengi CMYK tonu (32,0,1,61).

  • camgöbeği tonu 32.00%
  • eflatun tonu 0.00%
  • sarı tonu 1.00%
  • ana renk tonu 60.78%
CMYK:
(32,0,1,61)
C32M0Y1K61 
(32%,0%,1%,61%)
(0.32/0.00/0.01/0.61)	

CMYK yüzdeleri

%32
%0
%1
%60.78

Codes

Color #446463 in popluar color models

446463
RGB6810099
HSL178°19.05%32.94%
HSB/HSV178°32.00%39.22%
CMYK32.00%0.00%1.00%
60.78%

Color #446463 in popluar number systems.

HEX446463
Decimal6810099
Binary100010011001001100011
Octal104144143

Shades and tints

Shades of #446463

#446463
(68,100,99)
#3E5B5A
(62,91,90)
#385251
(56,82,81)
#324948
(50,73,72)
#2C403F
(44,64,63)
#263736
(38,55,54)
#202E2D
(32,46,45)
#1A2524
(26,37,36)
#141C1B
(20,28,27)
#0E1312
(14,19,18)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #446463

#446463
(68,100,99)
#557271
(85,114,113)
#66807F
(102,128,127)
#778E8D
(119,142,141)
#889C9B
(136,156,155)
#99AAA9
(153,170,169)
#AAB8B7
(170,184,183)
#BBC6C5
(187,198,197)
#CCD4D3
(204,212,211)
#DDE2E1
(221,226,225)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446463; }

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

This text font color is #446463.


Background Color

.myBgColor { background-color: #446463; }

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

This div background color is #446463.


Border color

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

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

This div border color is #446463.


Opacity

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

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

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

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

This text has shadow with #446463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446463 on black background.


Color preview on white background

This text has color #446463 on white background.



Black color preview on #446463 background

This text has black color on #446463 background.


White color preview on #446463 background

This text has white color on #446463 background.