COLOR #478684

HEX: #478684
RGB: (71,134,132)

Renk bilgisi

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

RGB renk modeli

#478684 color RGB value is (71,134,132).

  • kırmız ton 71;
  • yeşil ton 134;
  • mavi ton 132.
RGB:
(71,134,132)
(28%,53%,52%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 134 of 255 = 53%
B 132 of 255 = 52%

71
134
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 134 + 132 = 337 (100%)
R 71 of 337 ~ 21.07%
G 134 of 337 ~ 39.76%
B 132 of 337 ~ 39.17%

%21.07
%39.76
%39.17

CMYK RENK MODELİ

#478684 rengi CMYK tonu (47,0,1,47).

  • camgöbeği tonu 47.01%
  • eflatun tonu 0.00%
  • sarı tonu 1.49%
  • ana renk tonu 47.45%
CMYK:
(47,0,1,47)
C47M0Y1K47 
(47%,0%,1%,47%)
(0.47/0.00/0.01/0.47)	

CMYK yüzdeleri

%47.01
%0
%1.49
%47.45

Codes

Color #478684 in popluar color models

478684
RGB71134132
HSL178°30.73%40.20%
HSB/HSV178°47.01%52.55%
CMYK47.01%0.00%1.49%
47.45%

Color #478684 in popluar number systems.

HEX478684
Decimal71134132
Binary10001111000011010000100
Octal107206204

Shades and tints

Shades of #478684

#478684
(71,134,132)
#417A78
(65,122,120)
#3B6E6C
(59,110,108)
#356260
(53,98,96)
#2F5654
(47,86,84)
#294A48
(41,74,72)
#233E3C
(35,62,60)
#1D3230
(29,50,48)
#172624
(23,38,36)
#111A18
(17,26,24)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #478684

#478684
(71,134,132)
#57918F
(87,145,143)
#679C9A
(103,156,154)
#77A7A5
(119,167,165)
#87B2B0
(135,178,176)
#97BDBB
(151,189,187)
#A7C8C6
(167,200,198)
#B7D3D1
(183,211,209)
#C7DEDC
(199,222,220)
#D7E9E7
(215,233,231)
#E7F4F2
(231,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478684 color. Also use rgb(71,134,132) instead hex code.

Text Font Color

.myTextColor { color: #478684; }

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

This text font color is #478684.


Background Color

.myBgColor { background-color: #478684; }

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

This div background color is #478684.


Border color

.myBorderColor { border: 1px solid #478684; }

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

This div border color is #478684.


Opacity

.myOpacity80 { color: #478684; opacity: 0.8; }

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

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

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

This text has shadow with #478684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478684 on black background.


Color preview on white background

This text has color #478684 on white background.



Black color preview on #478684 background

This text has black color on #478684 background.


White color preview on #478684 background

This text has white color on #478684 background.