COLOR #4A584A

HEX: #4A584A
RGB: (74,88,74)

Renk bilgisi

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

RGB renk modeli

#4A584A color RGB value is (74,88,74).

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

RGB bağlantıları ve doygunluk

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

74
88
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 88 + 74 = 236 (100%)
R 74 of 236 ~ 31.36%
G 88 of 236 ~ 37.29%
B 74 of 236 ~ 31.36%

%31.36
%37.29
%31.36

CMYK RENK MODELİ

#4A584A rengi CMYK tonu (16,0,16,65).

  • camgöbeği tonu 15.91%
  • eflatun tonu 0.00%
  • sarı tonu 15.91%
  • ana renk tonu 65.49%
CMYK:
(16,0,16,65)
C16M0Y16K65 
(16%,0%,16%,65%)
(0.16/0.00/0.16/0.65)	

CMYK yüzdeleri

%15.91
%0
%15.91
%65.49

Codes

Color #4A584A in popluar color models

4A584A
RGB748874
HSL120°8.64%31.76%
HSB/HSV120°15.91%34.51%
CMYK15.91%0.00%15.91%
65.49%

Color #4A584A in popluar number systems.

HEX4A584A
Decimal748874
Binary100101010110001001010
Octal112130112

Shades and tints

Shades of #4A584A

#4A584A
(74,88,74)
#445044
(68,80,68)
#3E483E
(62,72,62)
#384038
(56,64,56)
#323832
(50,56,50)
#2C302C
(44,48,44)
#262826
(38,40,38)
#202020
(32,32,32)
#1A181A
(26,24,26)
#141014
(20,16,20)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #4A584A

#4A584A
(74,88,74)
#5A675A
(90,103,90)
#6A766A
(106,118,106)
#7A857A
(122,133,122)
#8A948A
(138,148,138)
#9AA39A
(154,163,154)
#AAB2AA
(170,178,170)
#BAC1BA
(186,193,186)
#CAD0CA
(202,208,202)
#DADFDA
(218,223,218)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A584A; }

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

This text font color is #4A584A.


Background Color

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

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

This div background color is #4A584A.


Border color

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

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

This div border color is #4A584A.


Opacity

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

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

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

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

This text has shadow with #4A584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A584A on black background.


Color preview on white background

This text has color #4A584A on white background.



Black color preview on #4A584A background

This text has black color on #4A584A background.


White color preview on #4A584A background

This text has white color on #4A584A background.