COLOR #4A4F47

HEX: #4A4F47
RGB: (74,79,71)

Renk bilgisi

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

RGB renk modeli

#4A4F47 color RGB value is (74,79,71).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 79 of 255 = 31%
B 71 of 255 = 28%

74
79
71

R + G + B ~ 29%. #4A4F47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 79 + 71 = 224 (100%)
R 74 of 224 ~ 33.04%
G 79 of 224 ~ 35.27%
B 71 of 224 ~ 31.7%

%33.04
%35.27
%31.7

CMYK RENK MODELİ

#4A4F47 rengi CMYK tonu (6,0,10,69).

  • camgöbeği tonu 6.33%
  • eflatun tonu 0.00%
  • sarı tonu 10.13%
  • ana renk tonu 69.02%
CMYK:
(6,0,10,69)
C6M0Y10K69 
(6%,0%,10%,69%)
(0.06/0.00/0.10/0.69)	

CMYK yüzdeleri

%6.33
%0
%10.13
%69.02

Codes

Color #4A4F47 in popluar color models

4A4F47
RGB747971
HSL98°5.33%29.41%
HSB/HSV98°10.13%30.98%
CMYK6.33%0.00%10.13%
69.02%

Color #4A4F47 in popluar number systems.

HEX4A4F47
Decimal747971
Binary100101010011111000111
Octal112117107

Shades and tints

Shades of #4A4F47

#4A4F47
(74,79,71)
#444841
(68,72,65)
#3E413B
(62,65,59)
#383A35
(56,58,53)
#32332F
(50,51,47)
#2C2C29
(44,44,41)
#262523
(38,37,35)
#201E1D
(32,30,29)
#1A1717
(26,23,23)
#141011
(20,16,17)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #4A4F47

#4A4F47
(74,79,71)
#5A5F57
(90,95,87)
#6A6F67
(106,111,103)
#7A7F77
(122,127,119)
#8A8F87
(138,143,135)
#9A9F97
(154,159,151)
#AAAFA7
(170,175,167)
#BABFB7
(186,191,183)
#CACFC7
(202,207,199)
#DADFD7
(218,223,215)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4F47; }

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

This text font color is #4A4F47.


Background Color

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

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

This div background color is #4A4F47.


Border color

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

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

This div border color is #4A4F47.


Opacity

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

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

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

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

This text has shadow with #4A4F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4F47 on black background.


Color preview on white background

This text has color #4A4F47 on white background.



Black color preview on #4A4F47 background

This text has black color on #4A4F47 background.


White color preview on #4A4F47 background

This text has white color on #4A4F47 background.