COLOR #47767E

HEX: #47767E
RGB: (71,118,126)

Renk bilgisi

#47767E contains red, green and blue colors in about the same proportion. #47767E ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#47767E color RGB value is (71,118,126).

  • kırmız ton 71;
  • yeşil ton 118;
  • mavi ton 126.
RGB:
(71,118,126)
(28%,46%,49%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 118 of 255 = 46%
B 126 of 255 = 49%

71
118
126

R + G + B ~ 41%. #47767E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 118 + 126 = 315 (100%)
R 71 of 315 ~ 22.54%
G 118 of 315 ~ 37.46%
B 126 of 315 ~ 40%

%22.54
%37.46
%40

CMYK RENK MODELİ

#47767E rengi CMYK tonu (44,6,0,51).

  • camgöbeği tonu 43.65%
  • eflatun tonu 6.35%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(44,6,0,51)
C44M6Y0K51 
(44%,6%,0%,51%)
(0.44/0.06/0.00/0.51)	

CMYK yüzdeleri

%43.65
%6.35
%0
%50.59

Codes

Color #47767E in popluar color models

47767E
RGB71118126
HSL189°27.92%38.63%
HSB/HSV189°43.65%49.41%
CMYK43.65%6.35%0.00%
50.59%

Color #47767E in popluar number systems.

HEX47767E
Decimal71118126
Binary100011111101101111110
Octal107166176

Shades and tints

Shades of #47767E

#47767E
(71,118,126)
#416C73
(65,108,115)
#3B6268
(59,98,104)
#35585D
(53,88,93)
#2F4E52
(47,78,82)
#294447
(41,68,71)
#233A3C
(35,58,60)
#1D3031
(29,48,49)
#172626
(23,38,38)
#111C1B
(17,28,27)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #47767E

#47767E
(71,118,126)
#578289
(87,130,137)
#678E94
(103,142,148)
#779A9F
(119,154,159)
#87A6AA
(135,166,170)
#97B2B5
(151,178,181)
#A7BEC0
(167,190,192)
#B7CACB
(183,202,203)
#C7D6D6
(199,214,214)
#D7E2E1
(215,226,225)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47767E color. Also use rgb(71,118,126) instead hex code.

Text Font Color

.myTextColor { color: #47767E; }

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

This text font color is #47767E.


Background Color

.myBgColor { background-color: #47767E; }

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

This div background color is #47767E.


Border color

.myBorderColor { border: 1px solid #47767E; }

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

This div border color is #47767E.


Opacity

.myOpacity80 { color: #47767E; opacity: 0.8; }

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

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

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

This text has shadow with #47767E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47767E on black background.


Color preview on white background

This text has color #47767E on white background.



Black color preview on #47767E background

This text has black color on #47767E background.


White color preview on #47767E background

This text has white color on #47767E background.