COLOR #446766

HEX: #446766
RGB: (68,103,102)

Renk bilgisi

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

RGB renk modeli

#446766 color RGB value is (68,103,102).

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

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 103 of 255 = 40%
B 102 of 255 = 40%

68
103
102

R + G + B ~ 36%. #446766 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 103 + 102 = 273 (100%)
R 68 of 273 ~ 24.91%
G 103 of 273 ~ 37.73%
B 102 of 273 ~ 37.36%

%24.91
%37.73
%37.36

CMYK RENK MODELİ

#446766 rengi CMYK tonu (34,0,1,60).

  • camgöbeği tonu 33.98%
  • eflatun tonu 0.00%
  • sarı tonu 0.97%
  • ana renk tonu 59.61%
CMYK:
(34,0,1,60)
C34M0Y1K60 
(34%,0%,1%,60%)
(0.34/0.00/0.01/0.60)	

CMYK yüzdeleri

%33.98
%0
%0.97
%59.61

Codes

Color #446766 in popluar color models

446766
RGB68103102
HSL178°20.47%33.53%
HSB/HSV178°33.98%40.39%
CMYK33.98%0.00%0.97%
59.61%

Color #446766 in popluar number systems.

HEX446766
Decimal68103102
Binary100010011001111100110
Octal104147146

Shades and tints

Shades of #446766

#446766
(68,103,102)
#3E5E5D
(62,94,93)
#385554
(56,85,84)
#324C4B
(50,76,75)
#2C4342
(44,67,66)
#263A39
(38,58,57)
#203130
(32,49,48)
#1A2827
(26,40,39)
#141F1E
(20,31,30)
#0E1615
(14,22,21)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #446766

#446766
(68,103,102)
#557473
(85,116,115)
#668180
(102,129,128)
#778E8D
(119,142,141)
#889B9A
(136,155,154)
#99A8A7
(153,168,167)
#AAB5B4
(170,181,180)
#BBC2C1
(187,194,193)
#CCCFCE
(204,207,206)
#DDDCDB
(221,220,219)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446766; }

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

This text font color is #446766.


Background Color

.myBgColor { background-color: #446766; }

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

This div background color is #446766.


Border color

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

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

This div border color is #446766.


Opacity

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

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

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

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

This text has shadow with #446766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446766 on black background.


Color preview on white background

This text has color #446766 on white background.



Black color preview on #446766 background

This text has black color on #446766 background.


White color preview on #446766 background

This text has white color on #446766 background.