COLOR #477384

HEX: #477384
RGB: (71,115,132)

Renk bilgisi

#477384 contains mainly green and blue colors. #477384 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#477384 color RGB value is (71,115,132).

  • kırmız ton 71;
  • yeşil ton 115;
  • mavi ton 132.
RGB:
(71,115,132)
(28%,45%,52%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 115 of 255 = 45%
B 132 of 255 = 52%

71
115
132

R + G + B ~ 42%. #477384 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 115 + 132 = 318 (100%)
R 71 of 318 ~ 22.33%
G 115 of 318 ~ 36.16%
B 132 of 318 ~ 41.51%

%22.33
%36.16
%41.51

CMYK RENK MODELİ

#477384 rengi CMYK tonu (46,13,0,48).

  • camgöbeği tonu 46.21%
  • eflatun tonu 12.88%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(46,13,0,48)
C46M13Y0K48 
(46%,13%,0%,48%)
(0.46/0.13/0.00/0.48)	

CMYK yüzdeleri

%46.21
%12.88
%0
%48.24

Codes

Color #477384 in popluar color models

477384
RGB71115132
HSL197°30.05%39.80%
HSB/HSV197°46.21%51.76%
CMYK46.21%12.88%0.00%
48.24%

Color #477384 in popluar number systems.

HEX477384
Decimal71115132
Binary1000111111001110000100
Octal107163204

Shades and tints

Shades of #477384

#477384
(71,115,132)
#416978
(65,105,120)
#3B5F6C
(59,95,108)
#355560
(53,85,96)
#2F4B54
(47,75,84)
#294148
(41,65,72)
#23373C
(35,55,60)
#1D2D30
(29,45,48)
#172324
(23,35,36)
#111918
(17,25,24)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #477384

#477384
(71,115,132)
#577F8F
(87,127,143)
#678B9A
(103,139,154)
#7797A5
(119,151,165)
#87A3B0
(135,163,176)
#97AFBB
(151,175,187)
#A7BBC6
(167,187,198)
#B7C7D1
(183,199,209)
#C7D3DC
(199,211,220)
#D7DFE7
(215,223,231)
#E7EBF2
(231,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477384; }

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

This text font color is #477384.


Background Color

.myBgColor { background-color: #477384; }

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

This div background color is #477384.


Border color

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

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

This div border color is #477384.


Opacity

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

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

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

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

This text has shadow with #477384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477384 on black background.


Color preview on white background

This text has color #477384 on white background.



Black color preview on #477384 background

This text has black color on #477384 background.


White color preview on #477384 background

This text has white color on #477384 background.