COLOR #4A5959

HEX: #4A5959
RGB: (74,89,89)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

74
89
89

R + G + B ~ 33%. #4A5959 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 89 + 89 = 252 (100%)
R 74 of 252 ~ 29.37%
G 89 of 252 ~ 35.32%
B 89 of 252 ~ 35.32%

%29.37
%35.32
%35.32

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%16.85
%0
%0
%65.1

Codes

Color #4A5959 in popluar color models

4A5959
RGB748989
HSL180°9.20%31.96%
HSB/HSV180°16.85%34.90%
CMYK16.85%0.00%0.00%
65.10%

Color #4A5959 in popluar number systems.

HEX4A5959
Decimal748989
Binary100101010110011011001
Octal112131131

Shades and tints

Shades of #4A5959

#4A5959
(74,89,89)
#445151
(68,81,81)
#3E4949
(62,73,73)
#384141
(56,65,65)
#323939
(50,57,57)
#2C3131
(44,49,49)
#262929
(38,41,41)
#202121
(32,33,33)
#1A1919
(26,25,25)
#141111
(20,17,17)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #4A5959

#4A5959
(74,89,89)
#5A6868
(90,104,104)
#6A7777
(106,119,119)
#7A8686
(122,134,134)
#8A9595
(138,149,149)
#9AA4A4
(154,164,164)
#AAB3B3
(170,179,179)
#BAC2C2
(186,194,194)
#CAD1D1
(202,209,209)
#DAE0E0
(218,224,224)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5959; }

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

This text font color is #4A5959.


Background Color

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

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

This div background color is #4A5959.


Border color

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

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

This div border color is #4A5959.


Opacity

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

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

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

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

This text has shadow with #4A5959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5959 on black background.


Color preview on white background

This text has color #4A5959 on white background.



Black color preview on #4A5959 background

This text has black color on #4A5959 background.


White color preview on #4A5959 background

This text has white color on #4A5959 background.