COLOR #4A584D

HEX: #4A584D
RGB: (74,88,77)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

74
88
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 88 + 77 = 239 (100%)
R 74 of 239 ~ 30.96%
G 88 of 239 ~ 36.82%
B 77 of 239 ~ 32.22%

%30.96
%36.82
%32.22

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%15.91
%0
%12.5
%65.49

Codes

Color #4A584D in popluar color models

4A584D
RGB748877
HSL133°8.64%31.76%
HSB/HSV133°15.91%34.51%
CMYK15.91%0.00%12.50%
65.49%

Color #4A584D in popluar number systems.

HEX4A584D
Decimal748877
Binary100101010110001001101
Octal112130115

Shades and tints

Shades of #4A584D

#4A584D
(74,88,77)
#445046
(68,80,70)
#3E483F
(62,72,63)
#384038
(56,64,56)
#323831
(50,56,49)
#2C302A
(44,48,42)
#262823
(38,40,35)
#20201C
(32,32,28)
#1A1815
(26,24,21)
#14100E
(20,16,14)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #4A584D

#4A584D
(74,88,77)
#5A675D
(90,103,93)
#6A766D
(106,118,109)
#7A857D
(122,133,125)
#8A948D
(138,148,141)
#9AA39D
(154,163,157)
#AAB2AD
(170,178,173)
#BAC1BD
(186,193,189)
#CAD0CD
(202,208,205)
#DADFDD
(218,223,221)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A584D; }

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

This text font color is #4A584D.


Background Color

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

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

This div background color is #4A584D.


Border color

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

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

This div border color is #4A584D.


Opacity

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

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

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

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

This text has shadow with #4A584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A584D on black background.


Color preview on white background

This text has color #4A584D on white background.



Black color preview on #4A584D background

This text has black color on #4A584D background.


White color preview on #4A584D background

This text has white color on #4A584D background.