COLOR #474942

HEX: #474942
RGB: (71,73,66)

Renk bilgisi

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

RGB renk modeli

#474942 color RGB value is (71,73,66).

  • kırmız ton 71;
  • yeşil ton 73;
  • mavi ton 66.
RGB:
(71,73,66)
(28%,29%,26%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 73 of 255 = 29%
B 66 of 255 = 26%

71
73
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 73 + 66 = 210 (100%)
R 71 of 210 ~ 33.81%
G 73 of 210 ~ 34.76%
B 66 of 210 ~ 31.43%

%33.81
%34.76
%31.43

CMYK RENK MODELİ

#474942 rengi CMYK tonu (3,0,10,71).

  • camgöbeği tonu 2.74%
  • eflatun tonu 0.00%
  • sarı tonu 9.59%
  • ana renk tonu 71.37%
CMYK:
(3,0,10,71)
C3M0Y10K71 
(3%,0%,10%,71%)
(0.03/0.00/0.10/0.71)	

CMYK yüzdeleri

%2.74
%0
%9.59
%71.37

Codes

Color #474942 in popluar color models

474942
RGB717366
HSL77°5.04%27.25%
HSB/HSV77°9.59%28.63%
CMYK2.74%0.00%9.59%
71.37%

Color #474942 in popluar number systems.

HEX474942
Decimal717366
Binary100011110010011000010
Octal107111102

Shades and tints

Shades of #474942

#474942
(71,73,66)
#41433C
(65,67,60)
#3B3D36
(59,61,54)
#353730
(53,55,48)
#2F312A
(47,49,42)
#292B24
(41,43,36)
#23251E
(35,37,30)
#1D1F18
(29,31,24)
#171912
(23,25,18)
#11130C
(17,19,12)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #474942

#474942
(71,73,66)
#575953
(87,89,83)
#676964
(103,105,100)
#777975
(119,121,117)
#878986
(135,137,134)
#979997
(151,153,151)
#A7A9A8
(167,169,168)
#B7B9B9
(183,185,185)
#C7C9CA
(199,201,202)
#D7D9DB
(215,217,219)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474942; }

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

This text font color is #474942.


Background Color

.myBgColor { background-color: #474942; }

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

This div background color is #474942.


Border color

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

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

This div border color is #474942.


Opacity

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

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

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

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

This text has shadow with #474942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474942 on black background.


Color preview on white background

This text has color #474942 on white background.



Black color preview on #474942 background

This text has black color on #474942 background.


White color preview on #474942 background

This text has white color on #474942 background.