COLOR #474156

HEX: #474156
RGB: (71,65,86)

Renk bilgisi

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

RGB renk modeli

#474156 color RGB value is (71,65,86).

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

RGB bağlantıları ve doygunluk

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

71
65
86

R + G + B ~ 29%. #474156 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 65 + 86 = 222 (100%)
R 71 of 222 ~ 31.98%
G 65 of 222 ~ 29.28%
B 86 of 222 ~ 38.74%

%31.98
%29.28
%38.74

CMYK RENK MODELİ

#474156 rengi CMYK tonu (17,24,0,66).

  • camgöbeği tonu 17.44%
  • eflatun tonu 24.42%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(17,24,0,66)
C17M24Y0K66 
(17%,24%,0%,66%)
(0.17/0.24/0.00/0.66)	

CMYK yüzdeleri

%17.44
%24.42
%0
%66.27

Codes

Color #474156 in popluar color models

474156
RGB716586
HSL257°13.91%29.61%
HSB/HSV257°24.42%33.73%
CMYK17.44%24.42%0.00%
66.27%

Color #474156 in popluar number systems.

HEX474156
Decimal716586
Binary100011110000011010110
Octal107101126

Shades and tints

Shades of #474156

#474156
(71,65,86)
#413C4F
(65,60,79)
#3B3748
(59,55,72)
#353241
(53,50,65)
#2F2D3A
(47,45,58)
#292833
(41,40,51)
#23232C
(35,35,44)
#1D1E25
(29,30,37)
#17191E
(23,25,30)
#111417
(17,20,23)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #474156

#474156
(71,65,86)
#575265
(87,82,101)
#676374
(103,99,116)
#777483
(119,116,131)
#878592
(135,133,146)
#9796A1
(151,150,161)
#A7A7B0
(167,167,176)
#B7B8BF
(183,184,191)
#C7C9CE
(199,201,206)
#D7DADD
(215,218,221)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474156; }

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

This text font color is #474156.


Background Color

.myBgColor { background-color: #474156; }

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

This div background color is #474156.


Border color

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

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

This div border color is #474156.


Opacity

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

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

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

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

This text has shadow with #474156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474156 on black background.


Color preview on white background

This text has color #474156 on white background.



Black color preview on #474156 background

This text has black color on #474156 background.


White color preview on #474156 background

This text has white color on #474156 background.