COLOR #479364

HEX: #479364
RGB: (71,147,100)

Renk bilgisi

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

RGB renk modeli

#479364 color RGB value is (71,147,100).

  • kırmız ton 71;
  • yeşil ton 147;
  • mavi ton 100.
RGB:
(71,147,100)
(28%,58%,39%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 147 of 255 = 58%
B 100 of 255 = 39%

71
147
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 147 + 100 = 318 (100%)
R 71 of 318 ~ 22.33%
G 147 of 318 ~ 46.23%
B 100 of 318 ~ 31.45%

%22.33
%46.23
%31.45

CMYK RENK MODELİ

#479364 rengi CMYK tonu (52,0,32,42).

  • camgöbeği tonu 51.70%
  • eflatun tonu 0.00%
  • sarı tonu 31.97%
  • ana renk tonu 42.35%
CMYK:
(52,0,32,42)
C52M0Y32K42 
(52%,0%,32%,42%)
(0.52/0.00/0.32/0.42)	

CMYK yüzdeleri

%51.7
%0
%31.97
%42.35

Codes

Color #479364 in popluar color models

479364
RGB71147100
HSL143°34.86%42.75%
HSB/HSV143°51.70%57.65%
CMYK51.70%0.00%31.97%
42.35%

Color #479364 in popluar number systems.

HEX479364
Decimal71147100
Binary1000111100100111100100
Octal107223144

Shades and tints

Shades of #479364

#479364
(71,147,100)
#41865B
(65,134,91)
#3B7952
(59,121,82)
#356C49
(53,108,73)
#2F5F40
(47,95,64)
#295237
(41,82,55)
#23452E
(35,69,46)
#1D3825
(29,56,37)
#172B1C
(23,43,28)
#111E13
(17,30,19)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #479364

#479364
(71,147,100)
#579C72
(87,156,114)
#67A580
(103,165,128)
#77AE8E
(119,174,142)
#87B79C
(135,183,156)
#97C0AA
(151,192,170)
#A7C9B8
(167,201,184)
#B7D2C6
(183,210,198)
#C7DBD4
(199,219,212)
#D7E4E2
(215,228,226)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479364 color. Also use rgb(71,147,100) instead hex code.

Text Font Color

.myTextColor { color: #479364; }

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

This text font color is #479364.


Background Color

.myBgColor { background-color: #479364; }

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

This div background color is #479364.


Border color

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

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

This div border color is #479364.


Opacity

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

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

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

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

This text has shadow with #479364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479364 on black background.


Color preview on white background

This text has color #479364 on white background.



Black color preview on #479364 background

This text has black color on #479364 background.


White color preview on #479364 background

This text has white color on #479364 background.