COLOR #47999F

HEX: #47999F
RGB: (71,153,159)

Renk bilgisi

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

RGB renk modeli

#47999F color RGB value is (71,153,159).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 153 of 255 = 60%
B 159 of 255 = 62%

71
153
159

R + G + B ~ 50%. #47999F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 153 + 159 = 383 (100%)
R 71 of 383 ~ 18.54%
G 153 of 383 ~ 39.95%
B 159 of 383 ~ 41.51%

%18.54
%39.95
%41.51

CMYK RENK MODELİ

#47999F rengi CMYK tonu (55,4,0,38).

  • camgöbeği tonu 55.35%
  • eflatun tonu 3.77%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(55,4,0,38)
C55M4Y0K38 
(55%,4%,0%,38%)
(0.55/0.04/0.00/0.38)	

CMYK yüzdeleri

%55.35
%3.77
%0
%37.65

Codes

Color #47999F in popluar color models

47999F
RGB71153159
HSL184°38.26%45.10%
HSB/HSV184°55.35%62.35%
CMYK55.35%3.77%0.00%
37.65%

Color #47999F in popluar number systems.

HEX47999F
Decimal71153159
Binary10001111001100110011111
Octal107231237

Shades and tints

Shades of #47999F

#47999F
(71,153,159)
#418C91
(65,140,145)
#3B7F83
(59,127,131)
#357275
(53,114,117)
#2F6567
(47,101,103)
#295859
(41,88,89)
#234B4B
(35,75,75)
#1D3E3D
(29,62,61)
#17312F
(23,49,47)
#112421
(17,36,33)
#0B1713
(11,23,19)
#000000
(0,0,0)

Tints of #47999F

#47999F
(71,153,159)
#57A2A7
(87,162,167)
#67ABAF
(103,171,175)
#77B4B7
(119,180,183)
#87BDBF
(135,189,191)
#97C6C7
(151,198,199)
#A7CFCF
(167,207,207)
#B7D8D7
(183,216,215)
#C7E1DF
(199,225,223)
#D7EAE7
(215,234,231)
#E7F3EF
(231,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47999F color. Also use rgb(71,153,159) instead hex code.

Text Font Color

.myTextColor { color: #47999F; }

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

This text font color is #47999F.


Background Color

.myBgColor { background-color: #47999F; }

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

This div background color is #47999F.


Border color

.myBorderColor { border: 1px solid #47999F; }

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

This div border color is #47999F.


Opacity

.myOpacity80 { color: #47999F; opacity: 0.8; }

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

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

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

This text has shadow with #47999F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47999F on black background.


Color preview on white background

This text has color #47999F on white background.



Black color preview on #47999F background

This text has black color on #47999F background.


White color preview on #47999F background

This text has white color on #47999F background.