COLOR #446B53

HEX: #446B53
RGB: (68,107,83)

Renk bilgisi

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

RGB renk modeli

#446B53 color RGB value is (68,107,83).

  • kırmız ton 68;
  • yeşil ton 107;
  • mavi ton 83.
RGB:
(68,107,83)
(27%,42%,33%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 107 of 255 = 42%
B 83 of 255 = 33%

68
107
83

R + G + B ~ 34%. #446B53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 107 + 83 = 258 (100%)
R 68 of 258 ~ 26.36%
G 107 of 258 ~ 41.47%
B 83 of 258 ~ 32.17%

%26.36
%41.47
%32.17

CMYK RENK MODELİ

#446B53 rengi CMYK tonu (36,0,22,58).

  • camgöbeği tonu 36.45%
  • eflatun tonu 0.00%
  • sarı tonu 22.43%
  • ana renk tonu 58.04%
CMYK:
(36,0,22,58)
C36M0Y22K58 
(36%,0%,22%,58%)
(0.36/0.00/0.22/0.58)	

CMYK yüzdeleri

%36.45
%0
%22.43
%58.04

Codes

Color #446B53 in popluar color models

446B53
RGB6810783
HSL143°22.29%34.31%
HSB/HSV143°36.45%41.96%
CMYK36.45%0.00%22.43%
58.04%

Color #446B53 in popluar number systems.

HEX446B53
Decimal6810783
Binary100010011010111010011
Octal104153123

Shades and tints

Shades of #446B53

#446B53
(68,107,83)
#3E624C
(62,98,76)
#385945
(56,89,69)
#32503E
(50,80,62)
#2C4737
(44,71,55)
#263E30
(38,62,48)
#203529
(32,53,41)
#1A2C22
(26,44,34)
#14231B
(20,35,27)
#0E1A14
(14,26,20)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #446B53

#446B53
(68,107,83)
#557862
(85,120,98)
#668571
(102,133,113)
#779280
(119,146,128)
#889F8F
(136,159,143)
#99AC9E
(153,172,158)
#AAB9AD
(170,185,173)
#BBC6BC
(187,198,188)
#CCD3CB
(204,211,203)
#DDE0DA
(221,224,218)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446B53 color. Also use rgb(68,107,83) instead hex code.

Text Font Color

.myTextColor { color: #446B53; }

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

This text font color is #446B53.


Background Color

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

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

This div background color is #446B53.


Border color

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

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

This div border color is #446B53.


Opacity

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

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

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

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

This text has shadow with #446B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446B53 on black background.


Color preview on white background

This text has color #446B53 on white background.



Black color preview on #446B53 background

This text has black color on #446B53 background.


White color preview on #446B53 background

This text has white color on #446B53 background.