COLOR #4A4C53

HEX: #4A4C53
RGB: (74,76,83)

Renk bilgisi

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

RGB renk modeli

#4A4C53 color RGB value is (74,76,83).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 76 of 255 = 30%
B 83 of 255 = 33%

74
76
83

R + G + B ~ 31%. #4A4C53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 76 + 83 = 233 (100%)
R 74 of 233 ~ 31.76%
G 76 of 233 ~ 32.62%
B 83 of 233 ~ 35.62%

%31.76
%32.62
%35.62

CMYK RENK MODELİ

#4A4C53 rengi CMYK tonu (11,8,0,67).

  • camgöbeği tonu 10.84%
  • eflatun tonu 8.43%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(11,8,0,67)
C11M8Y0K67 
(11%,8%,0%,67%)
(0.11/0.08/0.00/0.67)	

CMYK yüzdeleri

%10.84
%8.43
%0
%67.45

Codes

Color #4A4C53 in popluar color models

4A4C53
RGB747683
HSL227°5.73%30.78%
HSB/HSV227°10.84%32.55%
CMYK10.84%8.43%0.00%
67.45%

Color #4A4C53 in popluar number systems.

HEX4A4C53
Decimal747683
Binary100101010011001010011
Octal112114123

Shades and tints

Shades of #4A4C53

#4A4C53
(74,76,83)
#44464C
(68,70,76)
#3E4045
(62,64,69)
#383A3E
(56,58,62)
#323437
(50,52,55)
#2C2E30
(44,46,48)
#262829
(38,40,41)
#202222
(32,34,34)
#1A1C1B
(26,28,27)
#141614
(20,22,20)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #4A4C53

#4A4C53
(74,76,83)
#5A5C62
(90,92,98)
#6A6C71
(106,108,113)
#7A7C80
(122,124,128)
#8A8C8F
(138,140,143)
#9A9C9E
(154,156,158)
#AAACAD
(170,172,173)
#BABCBC
(186,188,188)
#CACCCB
(202,204,203)
#DADCDA
(218,220,218)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4C53; }

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

This text font color is #4A4C53.


Background Color

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

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

This div background color is #4A4C53.


Border color

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

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

This div border color is #4A4C53.


Opacity

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

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

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

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

This text has shadow with #4A4C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4C53 on black background.


Color preview on white background

This text has color #4A4C53 on white background.



Black color preview on #4A4C53 background

This text has black color on #4A4C53 background.


White color preview on #4A4C53 background

This text has white color on #4A4C53 background.