COLOR #474840

HEX: #474840
RGB: (71,72,64)

Renk bilgisi

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

RGB renk modeli

#474840 color RGB value is (71,72,64).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 72 of 255 = 28%
B 64 of 255 = 25%

71
72
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 72 + 64 = 207 (100%)
R 71 of 207 ~ 34.3%
G 72 of 207 ~ 34.78%
B 64 of 207 ~ 30.92%

%34.3
%34.78
%30.92

CMYK RENK MODELİ

#474840 rengi CMYK tonu (1,0,11,72).

  • camgöbeği tonu 1.39%
  • eflatun tonu 0.00%
  • sarı tonu 11.11%
  • ana renk tonu 71.76%
CMYK:
(1,0,11,72)
C1M0Y11K72 
(1%,0%,11%,72%)
(0.01/0.00/0.11/0.72)	

CMYK yüzdeleri

%1.39
%0
%11.11
%71.76

Codes

Color #474840 in popluar color models

474840
RGB717264
HSL68°5.88%26.67%
HSB/HSV68°11.11%28.24%
CMYK1.39%0.00%11.11%
71.76%

Color #474840 in popluar number systems.

HEX474840
Decimal717264
Binary100011110010001000000
Octal107110100

Shades and tints

Shades of #474840

#474840
(71,72,64)
#41423B
(65,66,59)
#3B3C36
(59,60,54)
#353631
(53,54,49)
#2F302C
(47,48,44)
#292A27
(41,42,39)
#232422
(35,36,34)
#1D1E1D
(29,30,29)
#171818
(23,24,24)
#111213
(17,18,19)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #474840

#474840
(71,72,64)
#575851
(87,88,81)
#676862
(103,104,98)
#777873
(119,120,115)
#878884
(135,136,132)
#979895
(151,152,149)
#A7A8A6
(167,168,166)
#B7B8B7
(183,184,183)
#C7C8C8
(199,200,200)
#D7D8D9
(215,216,217)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474840; }

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

This text font color is #474840.


Background Color

.myBgColor { background-color: #474840; }

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

This div background color is #474840.


Border color

.myBorderColor { border: 1px solid #474840; }

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

This div border color is #474840.


Opacity

.myOpacity80 { color: #474840; opacity: 0.8; }

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

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

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

This text has shadow with #474840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474840 on black background.


Color preview on white background

This text has color #474840 on white background.



Black color preview on #474840 background

This text has black color on #474840 background.


White color preview on #474840 background

This text has white color on #474840 background.