COLOR #478A5D

HEX: #478A5D
RGB: (71,138,93)

Renk bilgisi

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

RGB renk modeli

#478A5D color RGB value is (71,138,93).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 138 of 255 = 54%
B 93 of 255 = 36%

71
138
93

R + G + B ~ 39%. #478A5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 138 + 93 = 302 (100%)
R 71 of 302 ~ 23.51%
G 138 of 302 ~ 45.7%
B 93 of 302 ~ 30.79%

%23.51
%45.7
%30.79

CMYK RENK MODELİ

#478A5D rengi CMYK tonu (49,0,33,46).

  • camgöbeği tonu 48.55%
  • eflatun tonu 0.00%
  • sarı tonu 32.61%
  • ana renk tonu 45.88%
CMYK:
(49,0,33,46)
C49M0Y33K46 
(49%,0%,33%,46%)
(0.49/0.00/0.33/0.46)	

CMYK yüzdeleri

%48.55
%0
%32.61
%45.88

Codes

Color #478A5D in popluar color models

478A5D
RGB7113893
HSL140°32.06%40.98%
HSB/HSV140°48.55%54.12%
CMYK48.55%0.00%32.61%
45.88%

Color #478A5D in popluar number systems.

HEX478A5D
Decimal7113893
Binary1000111100010101011101
Octal107212135

Shades and tints

Shades of #478A5D

#478A5D
(71,138,93)
#417E55
(65,126,85)
#3B724D
(59,114,77)
#356645
(53,102,69)
#2F5A3D
(47,90,61)
#294E35
(41,78,53)
#23422D
(35,66,45)
#1D3625
(29,54,37)
#172A1D
(23,42,29)
#111E15
(17,30,21)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #478A5D

#478A5D
(71,138,93)
#57946B
(87,148,107)
#679E79
(103,158,121)
#77A887
(119,168,135)
#87B295
(135,178,149)
#97BCA3
(151,188,163)
#A7C6B1
(167,198,177)
#B7D0BF
(183,208,191)
#C7DACD
(199,218,205)
#D7E4DB
(215,228,219)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478A5D; }

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

This text font color is #478A5D.


Background Color

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

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

This div background color is #478A5D.


Border color

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

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

This div border color is #478A5D.


Opacity

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

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

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

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

This text has shadow with #478A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478A5D on black background.


Color preview on white background

This text has color #478A5D on white background.



Black color preview on #478A5D background

This text has black color on #478A5D background.


White color preview on #478A5D background

This text has white color on #478A5D background.