COLOR #474F48

HEX: #474F48
RGB: (71,79,72)

Renk bilgisi

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

RGB renk modeli

#474F48 color RGB value is (71,79,72).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 79 of 255 = 31%
B 72 of 255 = 28%

71
79
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 79 + 72 = 222 (100%)
R 71 of 222 ~ 31.98%
G 79 of 222 ~ 35.59%
B 72 of 222 ~ 32.43%

%31.98
%35.59
%32.43

CMYK RENK MODELİ

#474F48 rengi CMYK tonu (10,0,9,69).

  • camgöbeği tonu 10.13%
  • eflatun tonu 0.00%
  • sarı tonu 8.86%
  • ana renk tonu 69.02%
CMYK:
(10,0,9,69)
C10M0Y9K69 
(10%,0%,9%,69%)
(0.10/0.00/0.09/0.69)	

CMYK yüzdeleri

%10.13
%0
%8.86
%69.02

Codes

Color #474F48 in popluar color models

474F48
RGB717972
HSL128°5.33%29.41%
HSB/HSV128°10.13%30.98%
CMYK10.13%0.00%8.86%
69.02%

Color #474F48 in popluar number systems.

HEX474F48
Decimal717972
Binary100011110011111001000
Octal107117110

Shades and tints

Shades of #474F48

#474F48
(71,79,72)
#414842
(65,72,66)
#3B413C
(59,65,60)
#353A36
(53,58,54)
#2F3330
(47,51,48)
#292C2A
(41,44,42)
#232524
(35,37,36)
#1D1E1E
(29,30,30)
#171718
(23,23,24)
#111012
(17,16,18)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #474F48

#474F48
(71,79,72)
#575F58
(87,95,88)
#676F68
(103,111,104)
#777F78
(119,127,120)
#878F88
(135,143,136)
#979F98
(151,159,152)
#A7AFA8
(167,175,168)
#B7BFB8
(183,191,184)
#C7CFC8
(199,207,200)
#D7DFD8
(215,223,216)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474F48; }

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

This text font color is #474F48.


Background Color

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

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

This div background color is #474F48.


Border color

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

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

This div border color is #474F48.


Opacity

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

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

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

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

This text has shadow with #474F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F48 on black background.


Color preview on white background

This text has color #474F48 on white background.



Black color preview on #474F48 background

This text has black color on #474F48 background.


White color preview on #474F48 background

This text has white color on #474F48 background.