COLOR #4A5449

HEX: #4A5449
RGB: (74,84,73)

Renk bilgisi

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

RGB renk modeli

#4A5449 color RGB value is (74,84,73).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 84 of 255 = 33%
B 73 of 255 = 29%

74
84
73

R + G + B ~ 30%. #4A5449 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 84 + 73 = 231 (100%)
R 74 of 231 ~ 32.03%
G 84 of 231 ~ 36.36%
B 73 of 231 ~ 31.6%

%32.03
%36.36
%31.6

CMYK RENK MODELİ

#4A5449 rengi CMYK tonu (12,0,13,67).

  • camgöbeği tonu 11.90%
  • eflatun tonu 0.00%
  • sarı tonu 13.10%
  • ana renk tonu 67.06%
CMYK:
(12,0,13,67)
C12M0Y13K67 
(12%,0%,13%,67%)
(0.12/0.00/0.13/0.67)	

CMYK yüzdeleri

%11.9
%0
%13.1
%67.06

Codes

Color #4A5449 in popluar color models

4A5449
RGB748473
HSL115°7.01%30.78%
HSB/HSV115°13.10%32.94%
CMYK11.90%0.00%13.10%
67.06%

Color #4A5449 in popluar number systems.

HEX4A5449
Decimal748473
Binary100101010101001001001
Octal112124111

Shades and tints

Shades of #4A5449

#4A5449
(74,84,73)
#444D43
(68,77,67)
#3E463D
(62,70,61)
#383F37
(56,63,55)
#323831
(50,56,49)
#2C312B
(44,49,43)
#262A25
(38,42,37)
#20231F
(32,35,31)
#1A1C19
(26,28,25)
#141513
(20,21,19)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #4A5449

#4A5449
(74,84,73)
#5A6359
(90,99,89)
#6A7269
(106,114,105)
#7A8179
(122,129,121)
#8A9089
(138,144,137)
#9A9F99
(154,159,153)
#AAAEA9
(170,174,169)
#BABDB9
(186,189,185)
#CACCC9
(202,204,201)
#DADBD9
(218,219,217)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5449; }

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

This text font color is #4A5449.


Background Color

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

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

This div background color is #4A5449.


Border color

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

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

This div border color is #4A5449.


Opacity

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

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

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

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

This text has shadow with #4A5449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5449 on black background.


Color preview on white background

This text has color #4A5449 on white background.



Black color preview on #4A5449 background

This text has black color on #4A5449 background.


White color preview on #4A5449 background

This text has white color on #4A5449 background.