COLOR #47718C

HEX: #47718C
RGB: (71,113,140)

Renk bilgisi

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

RGB renk modeli

#47718C color RGB value is (71,113,140).

  • kırmız ton 71;
  • yeşil ton 113;
  • mavi ton 140.
RGB:
(71,113,140)
(28%,44%,55%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 113 of 255 = 44%
B 140 of 255 = 55%

71
113
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 113 + 140 = 324 (100%)
R 71 of 324 ~ 21.91%
G 113 of 324 ~ 34.88%
B 140 of 324 ~ 43.21%

%21.91
%34.88
%43.21

CMYK RENK MODELİ

#47718C rengi CMYK tonu (49,19,0,45).

  • camgöbeği tonu 49.29%
  • eflatun tonu 19.29%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(49,19,0,45)
C49M19Y0K45 
(49%,19%,0%,45%)
(0.49/0.19/0.00/0.45)	

CMYK yüzdeleri

%49.29
%19.29
%0
%45.1

Codes

Color #47718C in popluar color models

47718C
RGB71113140
HSL203°32.70%41.37%
HSB/HSV203°49.29%54.90%
CMYK49.29%19.29%0.00%
45.10%

Color #47718C in popluar number systems.

HEX47718C
Decimal71113140
Binary1000111111000110001100
Octal107161214

Shades and tints

Shades of #47718C

#47718C
(71,113,140)
#416780
(65,103,128)
#3B5D74
(59,93,116)
#355368
(53,83,104)
#2F495C
(47,73,92)
#293F50
(41,63,80)
#233544
(35,53,68)
#1D2B38
(29,43,56)
#17212C
(23,33,44)
#111720
(17,23,32)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #47718C

#47718C
(71,113,140)
#577D96
(87,125,150)
#6789A0
(103,137,160)
#7795AA
(119,149,170)
#87A1B4
(135,161,180)
#97ADBE
(151,173,190)
#A7B9C8
(167,185,200)
#B7C5D2
(183,197,210)
#C7D1DC
(199,209,220)
#D7DDE6
(215,221,230)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47718C color. Also use rgb(71,113,140) instead hex code.

Text Font Color

.myTextColor { color: #47718C; }

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

This text font color is #47718C.


Background Color

.myBgColor { background-color: #47718C; }

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

This div background color is #47718C.


Border color

.myBorderColor { border: 1px solid #47718C; }

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

This div border color is #47718C.


Opacity

.myOpacity80 { color: #47718C; opacity: 0.8; }

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

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

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

This text has shadow with #47718C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47718C on black background.


Color preview on white background

This text has color #47718C on white background.



Black color preview on #47718C background

This text has black color on #47718C background.


White color preview on #47718C background

This text has white color on #47718C background.