COLOR #4A5359

HEX: #4A5359
RGB: (74,83,89)

Renk bilgisi

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

RGB renk modeli

#4A5359 color RGB value is (74,83,89).

  • kırmız ton 74;
  • yeşil ton 83;
  • mavi ton 89.
RGB:
(74,83,89)
(29%,33%,35%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 83 of 255 = 33%
B 89 of 255 = 35%

74
83
89

R + G + B ~ 32%. #4A5359 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 83 + 89 = 246 (100%)
R 74 of 246 ~ 30.08%
G 83 of 246 ~ 33.74%
B 89 of 246 ~ 36.18%

%30.08
%33.74
%36.18

CMYK RENK MODELİ

#4A5359 rengi CMYK tonu (17,7,0,65).

  • camgöbeği tonu 16.85%
  • eflatun tonu 6.74%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(17,7,0,65)
C17M7Y0K65 
(17%,7%,0%,65%)
(0.17/0.07/0.00/0.65)	

CMYK yüzdeleri

%16.85
%6.74
%0
%65.1

Codes

Color #4A5359 in popluar color models

4A5359
RGB748389
HSL204°9.20%31.96%
HSB/HSV204°16.85%34.90%
CMYK16.85%6.74%0.00%
65.10%

Color #4A5359 in popluar number systems.

HEX4A5359
Decimal748389
Binary100101010100111011001
Octal112123131

Shades and tints

Shades of #4A5359

#4A5359
(74,83,89)
#444C51
(68,76,81)
#3E4549
(62,69,73)
#383E41
(56,62,65)
#323739
(50,55,57)
#2C3031
(44,48,49)
#262929
(38,41,41)
#202221
(32,34,33)
#1A1B19
(26,27,25)
#141411
(20,20,17)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #4A5359

#4A5359
(74,83,89)
#5A6268
(90,98,104)
#6A7177
(106,113,119)
#7A8086
(122,128,134)
#8A8F95
(138,143,149)
#9A9EA4
(154,158,164)
#AAADB3
(170,173,179)
#BABCC2
(186,188,194)
#CACBD1
(202,203,209)
#DADAE0
(218,218,224)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5359 color. Also use rgb(74,83,89) instead hex code.

Text Font Color

.myTextColor { color: #4A5359; }

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

This text font color is #4A5359.


Background Color

.myBgColor { background-color: #4A5359; }

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

This div background color is #4A5359.


Border color

.myBorderColor { border: 1px solid #4A5359; }

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

This div border color is #4A5359.


Opacity

.myOpacity80 { color: #4A5359; opacity: 0.8; }

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

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

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

This text has shadow with #4A5359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5359 on black background.


Color preview on white background

This text has color #4A5359 on white background.



Black color preview on #4A5359 background

This text has black color on #4A5359 background.


White color preview on #4A5359 background

This text has white color on #4A5359 background.