COLOR #446A74

HEX: #446A74
RGB: (68,106,116)

Renk bilgisi

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

RGB renk modeli

#446A74 color RGB value is (68,106,116).

  • kırmız ton 68;
  • yeşil ton 106;
  • mavi ton 116.
RGB:
(68,106,116)
(27%,42%,45%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 106 of 255 = 42%
B 116 of 255 = 45%

68
106
116

R + G + B ~ 38%. #446A74 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 106 + 116 = 290 (100%)
R 68 of 290 ~ 23.45%
G 106 of 290 ~ 36.55%
B 116 of 290 ~ 40%

%23.45
%36.55
%40

CMYK RENK MODELİ

#446A74 rengi CMYK tonu (41,9,0,55).

  • camgöbeği tonu 41.38%
  • eflatun tonu 8.62%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(41,9,0,55)
C41M9Y0K55 
(41%,9%,0%,55%)
(0.41/0.09/0.00/0.55)	

CMYK yüzdeleri

%41.38
%8.62
%0
%54.51

Codes

Color #446A74 in popluar color models

446A74
RGB68106116
HSL193°26.09%36.08%
HSB/HSV193°41.38%45.49%
CMYK41.38%8.62%0.00%
54.51%

Color #446A74 in popluar number systems.

HEX446A74
Decimal68106116
Binary100010011010101110100
Octal104152164

Shades and tints

Shades of #446A74

#446A74
(68,106,116)
#3E616A
(62,97,106)
#385860
(56,88,96)
#324F56
(50,79,86)
#2C464C
(44,70,76)
#263D42
(38,61,66)
#203438
(32,52,56)
#1A2B2E
(26,43,46)
#142224
(20,34,36)
#0E191A
(14,25,26)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #446A74

#446A74
(68,106,116)
#557780
(85,119,128)
#66848C
(102,132,140)
#779198
(119,145,152)
#889EA4
(136,158,164)
#99ABB0
(153,171,176)
#AAB8BC
(170,184,188)
#BBC5C8
(187,197,200)
#CCD2D4
(204,210,212)
#DDDFE0
(221,223,224)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446A74 color. Also use rgb(68,106,116) instead hex code.

Text Font Color

.myTextColor { color: #446A74; }

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

This text font color is #446A74.


Background Color

.myBgColor { background-color: #446A74; }

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

This div background color is #446A74.


Border color

.myBorderColor { border: 1px solid #446A74; }

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

This div border color is #446A74.


Opacity

.myOpacity80 { color: #446A74; opacity: 0.8; }

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

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

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

This text has shadow with #446A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446A74 on black background.


Color preview on white background

This text has color #446A74 on white background.



Black color preview on #446A74 background

This text has black color on #446A74 background.


White color preview on #446A74 background

This text has white color on #446A74 background.