COLOR #4A4840

HEX: #4A4840
RGB: (74,72,64)

Renk bilgisi

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

RGB renk modeli

#4A4840 color RGB value is (74,72,64).

  • kırmız ton 74;
  • yeşil ton 72;
  • mavi ton 64.
RGB:
(74,72,64)
(29%,28%,25%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 72 of 255 = 28%
B 64 of 255 = 25%

74
72
64

R + G + B ~ 27%. #4A4840 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 72 + 64 = 210 (100%)
R 74 of 210 ~ 35.24%
G 72 of 210 ~ 34.29%
B 64 of 210 ~ 30.48%

%35.24
%34.29
%30.48

CMYK RENK MODELİ

#4A4840 rengi CMYK tonu (0,3,14,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.70%
  • sarı tonu 13.51%
  • ana renk tonu 70.98%
CMYK:
(0,3,14,71)
C0M3Y14K71 
(0%,3%,14%,71%)
(0.00/0.03/0.14/0.71)	

CMYK yüzdeleri

%0
%2.7
%13.51
%70.98

Codes

Color #4A4840 in popluar color models

4A4840
RGB747264
HSL48°7.25%27.06%
HSB/HSV48°13.51%29.02%
CMYK0.00%2.70%13.51%
70.98%

Color #4A4840 in popluar number systems.

HEX4A4840
Decimal747264
Binary100101010010001000000
Octal112110100

Shades and tints

Shades of #4A4840

#4A4840
(74,72,64)
#44423B
(68,66,59)
#3E3C36
(62,60,54)
#383631
(56,54,49)
#32302C
(50,48,44)
#2C2A27
(44,42,39)
#262422
(38,36,34)
#201E1D
(32,30,29)
#1A1818
(26,24,24)
#141213
(20,18,19)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #4A4840

#4A4840
(74,72,64)
#5A5851
(90,88,81)
#6A6862
(106,104,98)
#7A7873
(122,120,115)
#8A8884
(138,136,132)
#9A9895
(154,152,149)
#AAA8A6
(170,168,166)
#BAB8B7
(186,184,183)
#CAC8C8
(202,200,200)
#DAD8D9
(218,216,217)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4840; }

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

This text font color is #4A4840.


Background Color

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

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

This div background color is #4A4840.


Border color

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

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

This div border color is #4A4840.


Opacity

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

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

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

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

This text has shadow with #4A4840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4840 on black background.


Color preview on white background

This text has color #4A4840 on white background.



Black color preview on #4A4840 background

This text has black color on #4A4840 background.


White color preview on #4A4840 background

This text has white color on #4A4840 background.