COLOR #474E43

HEX: #474E43
RGB: (71,78,67)

Renk bilgisi

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

RGB renk modeli

#474E43 color RGB value is (71,78,67).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 78 of 255 = 31%
B 67 of 255 = 26%

71
78
67

R + G + B ~ 28%. #474E43 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 78 + 67 = 216 (100%)
R 71 of 216 ~ 32.87%
G 78 of 216 ~ 36.11%
B 67 of 216 ~ 31.02%

%32.87
%36.11
%31.02

CMYK RENK MODELİ

#474E43 rengi CMYK tonu (9,0,14,69).

  • camgöbeği tonu 8.97%
  • eflatun tonu 0.00%
  • sarı tonu 14.10%
  • ana renk tonu 69.41%
CMYK:
(9,0,14,69)
C9M0Y14K69 
(9%,0%,14%,69%)
(0.09/0.00/0.14/0.69)	

CMYK yüzdeleri

%8.97
%0
%14.1
%69.41

Codes

Color #474E43 in popluar color models

474E43
RGB717867
HSL98°7.59%28.43%
HSB/HSV98°14.10%30.59%
CMYK8.97%0.00%14.10%
69.41%

Color #474E43 in popluar number systems.

HEX474E43
Decimal717867
Binary100011110011101000011
Octal107116103

Shades and tints

Shades of #474E43

#474E43
(71,78,67)
#41473D
(65,71,61)
#3B4037
(59,64,55)
#353931
(53,57,49)
#2F322B
(47,50,43)
#292B25
(41,43,37)
#23241F
(35,36,31)
#1D1D19
(29,29,25)
#171613
(23,22,19)
#110F0D
(17,15,13)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #474E43

#474E43
(71,78,67)
#575E54
(87,94,84)
#676E65
(103,110,101)
#777E76
(119,126,118)
#878E87
(135,142,135)
#979E98
(151,158,152)
#A7AEA9
(167,174,169)
#B7BEBA
(183,190,186)
#C7CECB
(199,206,203)
#D7DEDC
(215,222,220)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474E43 color. Also use rgb(71,78,67) instead hex code.

Text Font Color

.myTextColor { color: #474E43; }

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

This text font color is #474E43.


Background Color

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

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

This div background color is #474E43.


Border color

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

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

This div border color is #474E43.


Opacity

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

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

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

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

This text has shadow with #474E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E43 on black background.


Color preview on white background

This text has color #474E43 on white background.



Black color preview on #474E43 background

This text has black color on #474E43 background.


White color preview on #474E43 background

This text has white color on #474E43 background.