COLOR #47899C

HEX: #47899C
RGB: (71,137,156)

Renk bilgisi

#47899C contains mainly green and blue colors. #47899C ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#47899C color RGB value is (71,137,156).

  • kırmız ton 71;
  • yeşil ton 137;
  • mavi ton 156.
RGB:
(71,137,156)
(28%,54%,61%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 137 of 255 = 54%
B 156 of 255 = 61%

71
137
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 137 + 156 = 364 (100%)
R 71 of 364 ~ 19.51%
G 137 of 364 ~ 37.64%
B 156 of 364 ~ 42.86%

%19.51
%37.64
%42.86

CMYK RENK MODELİ

#47899C rengi CMYK tonu (54,12,0,39).

  • camgöbeği tonu 54.49%
  • eflatun tonu 12.18%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(54,12,0,39)
C54M12Y0K39 
(54%,12%,0%,39%)
(0.54/0.12/0.00/0.39)	

CMYK yüzdeleri

%54.49
%12.18
%0
%38.82

Codes

Color #47899C in popluar color models

47899C
RGB71137156
HSL193°37.44%44.51%
HSB/HSV193°54.49%61.18%
CMYK54.49%12.18%0.00%
38.82%

Color #47899C in popluar number systems.

HEX47899C
Decimal71137156
Binary10001111000100110011100
Octal107211234

Shades and tints

Shades of #47899C

#47899C
(71,137,156)
#417D8E
(65,125,142)
#3B7180
(59,113,128)
#356572
(53,101,114)
#2F5964
(47,89,100)
#294D56
(41,77,86)
#234148
(35,65,72)
#1D353A
(29,53,58)
#17292C
(23,41,44)
#111D1E
(17,29,30)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #47899C

#47899C
(71,137,156)
#5793A5
(87,147,165)
#679DAE
(103,157,174)
#77A7B7
(119,167,183)
#87B1C0
(135,177,192)
#97BBC9
(151,187,201)
#A7C5D2
(167,197,210)
#B7CFDB
(183,207,219)
#C7D9E4
(199,217,228)
#D7E3ED
(215,227,237)
#E7EDF6
(231,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47899C color. Also use rgb(71,137,156) instead hex code.

Text Font Color

.myTextColor { color: #47899C; }

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

This text font color is #47899C.


Background Color

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

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

This div background color is #47899C.


Border color

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

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

This div border color is #47899C.


Opacity

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

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

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

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

This text has shadow with #47899C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47899C on black background.


Color preview on white background

This text has color #47899C on white background.



Black color preview on #47899C background

This text has black color on #47899C background.


White color preview on #47899C background

This text has white color on #47899C background.