COLOR #474C43

HEX: #474C43
RGB: (71,76,67)

Renk bilgisi

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

RGB renk modeli

#474C43 color RGB value is (71,76,67).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 76 of 255 = 30%
B 67 of 255 = 26%

71
76
67

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 76 + 67 = 214 (100%)
R 71 of 214 ~ 33.18%
G 76 of 214 ~ 35.51%
B 67 of 214 ~ 31.31%

%33.18
%35.51
%31.31

CMYK RENK MODELİ

#474C43 rengi CMYK tonu (7,0,12,70).

  • camgöbeği tonu 6.58%
  • eflatun tonu 0.00%
  • sarı tonu 11.84%
  • ana renk tonu 70.20%
CMYK:
(7,0,12,70)
C7M0Y12K70 
(7%,0%,12%,70%)
(0.07/0.00/0.12/0.70)	

CMYK yüzdeleri

%6.58
%0
%11.84
%70.2

Codes

Color #474C43 in popluar color models

474C43
RGB717667
HSL93°6.29%28.04%
HSB/HSV93°11.84%29.80%
CMYK6.58%0.00%11.84%
70.20%

Color #474C43 in popluar number systems.

HEX474C43
Decimal717667
Binary100011110011001000011
Octal107114103

Shades and tints

Shades of #474C43

#474C43
(71,76,67)
#41463D
(65,70,61)
#3B4037
(59,64,55)
#353A31
(53,58,49)
#2F342B
(47,52,43)
#292E25
(41,46,37)
#23281F
(35,40,31)
#1D2219
(29,34,25)
#171C13
(23,28,19)
#11160D
(17,22,13)
#0B1007
(11,16,7)
#000000
(0,0,0)

Tints of #474C43

#474C43
(71,76,67)
#575C54
(87,92,84)
#676C65
(103,108,101)
#777C76
(119,124,118)
#878C87
(135,140,135)
#979C98
(151,156,152)
#A7ACA9
(167,172,169)
#B7BCBA
(183,188,186)
#C7CCCB
(199,204,203)
#D7DCDC
(215,220,220)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474C43; }

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

This text font color is #474C43.


Background Color

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

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

This div background color is #474C43.


Border color

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

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

This div border color is #474C43.


Opacity

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

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

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

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

This text has shadow with #474C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474C43 on black background.


Color preview on white background

This text has color #474C43 on white background.



Black color preview on #474C43 background

This text has black color on #474C43 background.


White color preview on #474C43 background

This text has white color on #474C43 background.