COLOR #4A594F

HEX: #4A594F
RGB: (74,89,79)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

74
89
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 89 + 79 = 242 (100%)
R 74 of 242 ~ 30.58%
G 89 of 242 ~ 36.78%
B 79 of 242 ~ 32.64%

%30.58
%36.78
%32.64

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%16.85
%0
%11.24
%65.1

Codes

Color #4A594F in popluar color models

4A594F
RGB748979
HSL140°9.20%31.96%
HSB/HSV140°16.85%34.90%
CMYK16.85%0.00%11.24%
65.10%

Color #4A594F in popluar number systems.

HEX4A594F
Decimal748979
Binary100101010110011001111
Octal112131117

Shades and tints

Shades of #4A594F

#4A594F
(74,89,79)
#445148
(68,81,72)
#3E4941
(62,73,65)
#38413A
(56,65,58)
#323933
(50,57,51)
#2C312C
(44,49,44)
#262925
(38,41,37)
#20211E
(32,33,30)
#1A1917
(26,25,23)
#141110
(20,17,16)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #4A594F

#4A594F
(74,89,79)
#5A685F
(90,104,95)
#6A776F
(106,119,111)
#7A867F
(122,134,127)
#8A958F
(138,149,143)
#9AA49F
(154,164,159)
#AAB3AF
(170,179,175)
#BAC2BF
(186,194,191)
#CAD1CF
(202,209,207)
#DAE0DF
(218,224,223)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A594F; }

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

This text font color is #4A594F.


Background Color

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

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

This div background color is #4A594F.


Border color

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

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

This div border color is #4A594F.


Opacity

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

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

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

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

This text has shadow with #4A594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A594F on black background.


Color preview on white background

This text has color #4A594F on white background.



Black color preview on #4A594F background

This text has black color on #4A594F background.


White color preview on #4A594F background

This text has white color on #4A594F background.