COLOR #474141

HEX: #474141
RGB: (71,65,65)

Renk bilgisi

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

RGB renk modeli

#474141 color RGB value is (71,65,65).

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

RGB bağlantıları ve doygunluk

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

71
65
65

R + G + B ~ 26%. #474141 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 65 + 65 = 201 (100%)
R 71 of 201 ~ 35.32%
G 65 of 201 ~ 32.34%
B 65 of 201 ~ 32.34%

%35.32
%32.34
%32.34

CMYK RENK MODELİ

#474141 rengi CMYK tonu (0,8,8,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.45%
  • sarı tonu 8.45%
  • ana renk tonu 72.16%
CMYK:
(0,8,8,72)
C0M8Y8K72 
(0%,8%,8%,72%)
(0.00/0.08/0.08/0.72)	

CMYK yüzdeleri

%0
%8.45
%8.45
%72.16

Codes

Color #474141 in popluar color models

474141
RGB716565
HSL4.41%26.67%
HSB/HSV8.45%27.84%
CMYK0.00%8.45%8.45%
72.16%

Color #474141 in popluar number systems.

HEX474141
Decimal716565
Binary100011110000011000001
Octal107101101

Shades and tints

Shades of #474141

#474141
(71,65,65)
#413C3C
(65,60,60)
#3B3737
(59,55,55)
#353232
(53,50,50)
#2F2D2D
(47,45,45)
#292828
(41,40,40)
#232323
(35,35,35)
#1D1E1E
(29,30,30)
#171919
(23,25,25)
#111414
(17,20,20)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #474141

#474141
(71,65,65)
#575252
(87,82,82)
#676363
(103,99,99)
#777474
(119,116,116)
#878585
(135,133,133)
#979696
(151,150,150)
#A7A7A7
(167,167,167)
#B7B8B8
(183,184,184)
#C7C9C9
(199,201,201)
#D7DADA
(215,218,218)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474141; }

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

This text font color is #474141.


Background Color

.myBgColor { background-color: #474141; }

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

This div background color is #474141.


Border color

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

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

This div border color is #474141.


Opacity

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

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

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

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

This text has shadow with #474141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474141 on black background.


Color preview on white background

This text has color #474141 on white background.



Black color preview on #474141 background

This text has black color on #474141 background.


White color preview on #474141 background

This text has white color on #474141 background.