COLOR #47998B

HEX: #47998B
RGB: (71,153,139)

Renk bilgisi

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

RGB renk modeli

#47998B color RGB value is (71,153,139).

  • kırmız ton 71;
  • yeşil ton 153;
  • mavi ton 139.
RGB:
(71,153,139)
(28%,60%,55%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 153 of 255 = 60%
B 139 of 255 = 55%

71
153
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 153 + 139 = 363 (100%)
R 71 of 363 ~ 19.56%
G 153 of 363 ~ 42.15%
B 139 of 363 ~ 38.29%

%19.56
%42.15
%38.29

CMYK RENK MODELİ

#47998B rengi CMYK tonu (54,0,9,40).

  • camgöbeği tonu 53.59%
  • eflatun tonu 0.00%
  • sarı tonu 9.15%
  • ana renk tonu 40.00%
CMYK:
(54,0,9,40)
C54M0Y9K40 
(54%,0%,9%,40%)
(0.54/0.00/0.09/0.40)	

CMYK yüzdeleri

%53.59
%0
%9.15
%40

Codes

Color #47998B in popluar color models

47998B
RGB71153139
HSL170°36.61%43.92%
HSB/HSV170°53.59%60.00%
CMYK53.59%0.00%9.15%
40.00%

Color #47998B in popluar number systems.

HEX47998B
Decimal71153139
Binary10001111001100110001011
Octal107231213

Shades and tints

Shades of #47998B

#47998B
(71,153,139)
#418C7F
(65,140,127)
#3B7F73
(59,127,115)
#357267
(53,114,103)
#2F655B
(47,101,91)
#29584F
(41,88,79)
#234B43
(35,75,67)
#1D3E37
(29,62,55)
#17312B
(23,49,43)
#11241F
(17,36,31)
#0B1713
(11,23,19)
#000000
(0,0,0)

Tints of #47998B

#47998B
(71,153,139)
#57A295
(87,162,149)
#67AB9F
(103,171,159)
#77B4A9
(119,180,169)
#87BDB3
(135,189,179)
#97C6BD
(151,198,189)
#A7CFC7
(167,207,199)
#B7D8D1
(183,216,209)
#C7E1DB
(199,225,219)
#D7EAE5
(215,234,229)
#E7F3EF
(231,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47998B color. Also use rgb(71,153,139) instead hex code.

Text Font Color

.myTextColor { color: #47998B; }

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

This text font color is #47998B.


Background Color

.myBgColor { background-color: #47998B; }

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

This div background color is #47998B.


Border color

.myBorderColor { border: 1px solid #47998B; }

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

This div border color is #47998B.


Opacity

.myOpacity80 { color: #47998B; opacity: 0.8; }

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

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

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

This text has shadow with #47998B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47998B on black background.


Color preview on white background

This text has color #47998B on white background.



Black color preview on #47998B background

This text has black color on #47998B background.


White color preview on #47998B background

This text has white color on #47998B background.