COLOR #446464

HEX: #446464
RGB: (68,100,100)

Renk bilgisi

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

RGB renk modeli

#446464 color RGB value is (68,100,100).

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

RGB bağlantıları ve doygunluk

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

68
100
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 100 + 100 = 268 (100%)
R 68 of 268 ~ 25.37%
G 100 of 268 ~ 37.31%
B 100 of 268 ~ 37.31%

%25.37
%37.31
%37.31

CMYK RENK MODELİ

#446464 rengi CMYK tonu (32,0,0,61).

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

CMYK yüzdeleri

%32
%0
%0
%60.78

Codes

Color #446464 in popluar color models

446464
RGB68100100
HSL180°19.05%32.94%
HSB/HSV180°32.00%39.22%
CMYK32.00%0.00%0.00%
60.78%

Color #446464 in popluar number systems.

HEX446464
Decimal68100100
Binary100010011001001100100
Octal104144144

Shades and tints

Shades of #446464

#446464
(68,100,100)
#3E5B5B
(62,91,91)
#385252
(56,82,82)
#324949
(50,73,73)
#2C4040
(44,64,64)
#263737
(38,55,55)
#202E2E
(32,46,46)
#1A2525
(26,37,37)
#141C1C
(20,28,28)
#0E1313
(14,19,19)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #446464

#446464
(68,100,100)
#557272
(85,114,114)
#668080
(102,128,128)
#778E8E
(119,142,142)
#889C9C
(136,156,156)
#99AAAA
(153,170,170)
#AAB8B8
(170,184,184)
#BBC6C6
(187,198,198)
#CCD4D4
(204,212,212)
#DDE2E2
(221,226,226)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446464; }

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

This text font color is #446464.


Background Color

.myBgColor { background-color: #446464; }

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

This div background color is #446464.


Border color

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

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

This div border color is #446464.


Opacity

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

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

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

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

This text has shadow with #446464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446464 on black background.


Color preview on white background

This text has color #446464 on white background.



Black color preview on #446464 background

This text has black color on #446464 background.


White color preview on #446464 background

This text has white color on #446464 background.