COLOR #478A4E

HEX: #478A4E
RGB: (71,138,78)

Renk bilgisi

#478A4E contains mainly green color. #478A4E ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#478A4E color RGB value is (71,138,78).

  • kırmız ton 71;
  • yeşil ton 138;
  • mavi ton 78.
RGB:
(71,138,78)
(28%,54%,31%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 138 of 255 = 54%
B 78 of 255 = 31%

71
138
78

R + G + B ~ 38%. #478A4E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 138 + 78 = 287 (100%)
R 71 of 287 ~ 24.74%
G 138 of 287 ~ 48.08%
B 78 of 287 ~ 27.18%

%24.74
%48.08
%27.18

CMYK RENK MODELİ

#478A4E rengi CMYK tonu (49,0,43,46).

  • camgöbeği tonu 48.55%
  • eflatun tonu 0.00%
  • sarı tonu 43.48%
  • ana renk tonu 45.88%
CMYK:
(49,0,43,46)
C49M0Y43K46 
(49%,0%,43%,46%)
(0.49/0.00/0.43/0.46)	

CMYK yüzdeleri

%48.55
%0
%43.48
%45.88

Codes

Color #478A4E in popluar color models

478A4E
RGB7113878
HSL126°32.06%40.98%
HSB/HSV126°48.55%54.12%
CMYK48.55%0.00%43.48%
45.88%

Color #478A4E in popluar number systems.

HEX478A4E
Decimal7113878
Binary1000111100010101001110
Octal107212116

Shades and tints

Shades of #478A4E

#478A4E
(71,138,78)
#417E47
(65,126,71)
#3B7240
(59,114,64)
#356639
(53,102,57)
#2F5A32
(47,90,50)
#294E2B
(41,78,43)
#234224
(35,66,36)
#1D361D
(29,54,29)
#172A16
(23,42,22)
#111E0F
(17,30,15)
#0B1208
(11,18,8)
#000000
(0,0,0)

Tints of #478A4E

#478A4E
(71,138,78)
#57945E
(87,148,94)
#679E6E
(103,158,110)
#77A87E
(119,168,126)
#87B28E
(135,178,142)
#97BC9E
(151,188,158)
#A7C6AE
(167,198,174)
#B7D0BE
(183,208,190)
#C7DACE
(199,218,206)
#D7E4DE
(215,228,222)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478A4E color. Also use rgb(71,138,78) instead hex code.

Text Font Color

.myTextColor { color: #478A4E; }

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

This text font color is #478A4E.


Background Color

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

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

This div background color is #478A4E.


Border color

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

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

This div border color is #478A4E.


Opacity

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

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

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

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

This text has shadow with #478A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478A4E on black background.


Color preview on white background

This text has color #478A4E on white background.



Black color preview on #478A4E background

This text has black color on #478A4E background.


White color preview on #478A4E background

This text has white color on #478A4E background.