COLOR #478A55

HEX: #478A55
RGB: (71,138,85)

Renk bilgisi

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

RGB renk modeli

#478A55 color RGB value is (71,138,85).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 138 of 255 = 54%
B 85 of 255 = 33%

71
138
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 138 + 85 = 294 (100%)
R 71 of 294 ~ 24.15%
G 138 of 294 ~ 46.94%
B 85 of 294 ~ 28.91%

%24.15
%46.94
%28.91

CMYK RENK MODELİ

#478A55 rengi CMYK tonu (49,0,38,46).

  • camgöbeği tonu 48.55%
  • eflatun tonu 0.00%
  • sarı tonu 38.41%
  • ana renk tonu 45.88%
CMYK:
(49,0,38,46)
C49M0Y38K46 
(49%,0%,38%,46%)
(0.49/0.00/0.38/0.46)	

CMYK yüzdeleri

%48.55
%0
%38.41
%45.88

Codes

Color #478A55 in popluar color models

478A55
RGB7113885
HSL133°32.06%40.98%
HSB/HSV133°48.55%54.12%
CMYK48.55%0.00%38.41%
45.88%

Color #478A55 in popluar number systems.

HEX478A55
Decimal7113885
Binary1000111100010101010101
Octal107212125

Shades and tints

Shades of #478A55

#478A55
(71,138,85)
#417E4E
(65,126,78)
#3B7247
(59,114,71)
#356640
(53,102,64)
#2F5A39
(47,90,57)
#294E32
(41,78,50)
#23422B
(35,66,43)
#1D3624
(29,54,36)
#172A1D
(23,42,29)
#111E16
(17,30,22)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #478A55

#478A55
(71,138,85)
#579464
(87,148,100)
#679E73
(103,158,115)
#77A882
(119,168,130)
#87B291
(135,178,145)
#97BCA0
(151,188,160)
#A7C6AF
(167,198,175)
#B7D0BE
(183,208,190)
#C7DACD
(199,218,205)
#D7E4DC
(215,228,220)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478A55; }

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

This text font color is #478A55.


Background Color

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

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

This div background color is #478A55.


Border color

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

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

This div border color is #478A55.


Opacity

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

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

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

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

This text has shadow with #478A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478A55 on black background.


Color preview on white background

This text has color #478A55 on white background.



Black color preview on #478A55 background

This text has black color on #478A55 background.


White color preview on #478A55 background

This text has white color on #478A55 background.