COLOR #474F4A

HEX: #474F4A
RGB: (71,79,74)

Renk bilgisi

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

RGB renk modeli

#474F4A color RGB value is (71,79,74).

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

RGB bağlantıları ve doygunluk

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

71
79
74

R + G + B ~ 29%. #474F4A is quite dark color.

Yüzdelerle RGB renk parçaları

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

%31.7
%35.27
%33.04

CMYK RENK MODELİ

#474F4A rengi CMYK tonu (10,0,6,69).

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

CMYK yüzdeleri

%10.13
%0
%6.33
%69.02

Codes

Color #474F4A in popluar color models

474F4A
RGB717974
HSL143°5.33%29.41%
HSB/HSV143°10.13%30.98%
CMYK10.13%0.00%6.33%
69.02%

Color #474F4A in popluar number systems.

HEX474F4A
Decimal717974
Binary100011110011111001010
Octal107117112

Shades and tints

Shades of #474F4A

#474F4A
(71,79,74)
#414844
(65,72,68)
#3B413E
(59,65,62)
#353A38
(53,58,56)
#2F3332
(47,51,50)
#292C2C
(41,44,44)
#232526
(35,37,38)
#1D1E20
(29,30,32)
#17171A
(23,23,26)
#111014
(17,16,20)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #474F4A

#474F4A
(71,79,74)
#575F5A
(87,95,90)
#676F6A
(103,111,106)
#777F7A
(119,127,122)
#878F8A
(135,143,138)
#979F9A
(151,159,154)
#A7AFAA
(167,175,170)
#B7BFBA
(183,191,186)
#C7CFCA
(199,207,202)
#D7DFDA
(215,223,218)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474F4A; }

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

This text font color is #474F4A.


Background Color

.myBgColor { background-color: #474F4A; }

<div style="background-color:#474F4A">Inner text</div>

This div background color is #474F4A.


Border color

.myBorderColor { border: 1px solid #474F4A; }

<div style="border:3px solid #474F4A">Div</div>

This div border color is #474F4A.


Opacity

.myOpacity80 { color: #474F4A; opacity: 0.8; }

<p style="color:#474F4A;opacity:0.8;">80%</p>

Text with #474F4A 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 #474F4A;}

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

This text has shadow with #474F4A color.

.textShadow {text-shadow: 3px 3px 1px #474F4A, 3px 3px 1px red;}

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

This text has shadow with #474F4A primary color and red secondary color.


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

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

This text has shadow with #474F4A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F4A on black background.


Color preview on white background

This text has color #474F4A on white background.



Black color preview on #474F4A background

This text has black color on #474F4A background.


White color preview on #474F4A background

This text has white color on #474F4A background.