COLOR #478D78

HEX: #478D78
RGB: (71,141,120)

Renk bilgisi

#478D78 contains mainly green and blue colors. #478D78 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#478D78 color RGB value is (71,141,120).

  • kırmız ton 71;
  • yeşil ton 141;
  • mavi ton 120.
RGB:
(71,141,120)
(28%,55%,47%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 141 of 255 = 55%
B 120 of 255 = 47%

71
141
120

R + G + B ~ 43%. #478D78 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 141 + 120 = 332 (100%)
R 71 of 332 ~ 21.39%
G 141 of 332 ~ 42.47%
B 120 of 332 ~ 36.14%

%21.39
%42.47
%36.14

CMYK RENK MODELİ

#478D78 rengi CMYK tonu (50,0,15,45).

  • camgöbeği tonu 49.65%
  • eflatun tonu 0.00%
  • sarı tonu 14.89%
  • ana renk tonu 44.71%
CMYK:
(50,0,15,45)
C50M0Y15K45 
(50%,0%,15%,45%)
(0.50/0.00/0.15/0.45)	

CMYK yüzdeleri

%49.65
%0
%14.89
%44.71

Codes

Color #478D78 in popluar color models

478D78
RGB71141120
HSL162°33.02%41.57%
HSB/HSV162°49.65%55.29%
CMYK49.65%0.00%14.89%
44.71%

Color #478D78 in popluar number systems.

HEX478D78
Decimal71141120
Binary1000111100011011111000
Octal107215170

Shades and tints

Shades of #478D78

#478D78
(71,141,120)
#41816E
(65,129,110)
#3B7564
(59,117,100)
#35695A
(53,105,90)
#2F5D50
(47,93,80)
#295146
(41,81,70)
#23453C
(35,69,60)
#1D3932
(29,57,50)
#172D28
(23,45,40)
#11211E
(17,33,30)
#0B1514
(11,21,20)
#000000
(0,0,0)

Tints of #478D78

#478D78
(71,141,120)
#579784
(87,151,132)
#67A190
(103,161,144)
#77AB9C
(119,171,156)
#87B5A8
(135,181,168)
#97BFB4
(151,191,180)
#A7C9C0
(167,201,192)
#B7D3CC
(183,211,204)
#C7DDD8
(199,221,216)
#D7E7E4
(215,231,228)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478D78 color. Also use rgb(71,141,120) instead hex code.

Text Font Color

.myTextColor { color: #478D78; }

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

This text font color is #478D78.


Background Color

.myBgColor { background-color: #478D78; }

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

This div background color is #478D78.


Border color

.myBorderColor { border: 1px solid #478D78; }

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

This div border color is #478D78.


Opacity

.myOpacity80 { color: #478D78; opacity: 0.8; }

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

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

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

This text has shadow with #478D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478D78 on black background.


Color preview on white background

This text has color #478D78 on white background.



Black color preview on #478D78 background

This text has black color on #478D78 background.


White color preview on #478D78 background

This text has white color on #478D78 background.