COLOR #14464D

HEX: #14464D
RGB: (20,70,77)

Renk bilgisi

#14464D contains red, green and blue colors in about the same proportion. #14464D ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#14464D color RGB value is (20,70,77).

  • kırmız ton 20;
  • yeşil ton 70;
  • mavi ton 77.
RGB:
(20,70,77)
(8%,27%,30%)

RGB bağlantıları ve doygunluk

R 20 of 255 = 8%
G 70 of 255 = 27%
B 77 of 255 = 30%

20
70
77

R + G + B ~ 22%. #14464D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
20 + 70 + 77 = 167 (100%)
R 20 of 167 ~ 11.98%
G 70 of 167 ~ 41.92%
B 77 of 167 ~ 46.11%

%11.98
%41.92
%46.11

CMYK RENK MODELİ

#14464D rengi CMYK tonu (74,9,0,70).

  • camgöbeği tonu 74.03%
  • eflatun tonu 9.09%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(74,9,0,70)
C74M9Y0K70 
(74%,9%,0%,70%)
(0.74/0.09/0.00/0.70)	

CMYK yüzdeleri

%74.03
%9.09
%0
%69.8

Codes

Color #14464D in popluar color models

14464D
RGB207077
HSL187°58.76%19.02%
HSB/HSV187°74.03%30.20%
CMYK74.03%9.09%0.00%
69.80%

Color #14464D in popluar number systems.

HEX14464D
Decimal207077
Binary1010010001101001101
Octal24106115

Shades and tints

Shades of #14464D

#14464D
(20,70,77)
#134046
(19,64,70)
#123A3F
(18,58,63)
#113438
(17,52,56)
#102E31
(16,46,49)
#0F282A
(15,40,42)
#0E2223
(14,34,35)
#0D1C1C
(13,28,28)
#0C1615
(12,22,21)
#0B100E
(11,16,14)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #14464D

#14464D
(20,70,77)
#29565D
(41,86,93)
#3E666D
(62,102,109)
#53767D
(83,118,125)
#68868D
(104,134,141)
#7D969D
(125,150,157)
#92A6AD
(146,166,173)
#A7B6BD
(167,182,189)
#BCC6CD
(188,198,205)
#D1D6DD
(209,214,221)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14464D color. Also use rgb(20,70,77) instead hex code.

Text Font Color

.myTextColor { color: #14464D; }

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

This text font color is #14464D.


Background Color

.myBgColor { background-color: #14464D; }

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

This div background color is #14464D.


Border color

.myBorderColor { border: 1px solid #14464D; }

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

This div border color is #14464D.


Opacity

.myOpacity80 { color: #14464D; opacity: 0.8; }

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

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

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

This text has shadow with #14464D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14464D on black background.


Color preview on white background

This text has color #14464D on white background.



Black color preview on #14464D background

This text has black color on #14464D background.


White color preview on #14464D background

This text has white color on #14464D background.