COLOR #474C41

HEX: #474C41
RGB: (71,76,65)

Renk bilgisi

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

RGB renk modeli

#474C41 color RGB value is (71,76,65).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 76 of 255 = 30%
B 65 of 255 = 25%

71
76
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 76 + 65 = 212 (100%)
R 71 of 212 ~ 33.49%
G 76 of 212 ~ 35.85%
B 65 of 212 ~ 30.66%

%33.49
%35.85
%30.66

CMYK RENK MODELİ

#474C41 rengi CMYK tonu (7,0,14,70).

  • camgöbeği tonu 6.58%
  • eflatun tonu 0.00%
  • sarı tonu 14.47%
  • ana renk tonu 70.20%
CMYK:
(7,0,14,70)
C7M0Y14K70 
(7%,0%,14%,70%)
(0.07/0.00/0.14/0.70)	

CMYK yüzdeleri

%6.58
%0
%14.47
%70.2

Codes

Color #474C41 in popluar color models

474C41
RGB717665
HSL87°7.80%27.65%
HSB/HSV87°14.47%29.80%
CMYK6.58%0.00%14.47%
70.20%

Color #474C41 in popluar number systems.

HEX474C41
Decimal717665
Binary100011110011001000001
Octal107114101

Shades and tints

Shades of #474C41

#474C41
(71,76,65)
#41463C
(65,70,60)
#3B4037
(59,64,55)
#353A32
(53,58,50)
#2F342D
(47,52,45)
#292E28
(41,46,40)
#232823
(35,40,35)
#1D221E
(29,34,30)
#171C19
(23,28,25)
#111614
(17,22,20)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #474C41

#474C41
(71,76,65)
#575C52
(87,92,82)
#676C63
(103,108,99)
#777C74
(119,124,116)
#878C85
(135,140,133)
#979C96
(151,156,150)
#A7ACA7
(167,172,167)
#B7BCB8
(183,188,184)
#C7CCC9
(199,204,201)
#D7DCDA
(215,220,218)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474C41; }

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

This text font color is #474C41.


Background Color

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

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

This div background color is #474C41.


Border color

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

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

This div border color is #474C41.


Opacity

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

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

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

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

This text has shadow with #474C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474C41 on black background.


Color preview on white background

This text has color #474C41 on white background.



Black color preview on #474C41 background

This text has black color on #474C41 background.


White color preview on #474C41 background

This text has white color on #474C41 background.