COLOR #479B32

HEX: #479B32
RGB: (71,155,50)

Renk bilgisi

#479B32 contains mainly green color. #479B32 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#479B32 color RGB value is (71,155,50).

  • kırmız ton 71;
  • yeşil ton 155;
  • mavi ton 50.
RGB:
(71,155,50)
(28%,61%,20%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 155 of 255 = 61%
B 50 of 255 = 20%

71
155
50

R + G + B ~ 36%. #479B32 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 155 + 50 = 276 (100%)
R 71 of 276 ~ 25.72%
G 155 of 276 ~ 56.16%
B 50 of 276 ~ 18.12%

%25.72
%56.16
%18.12

CMYK RENK MODELİ

#479B32 rengi CMYK tonu (54,0,68,39).

  • camgöbeği tonu 54.19%
  • eflatun tonu 0.00%
  • sarı tonu 67.74%
  • ana renk tonu 39.22%
CMYK:
(54,0,68,39)
C54M0Y68K39 
(54%,0%,68%,39%)
(0.54/0.00/0.68/0.39)	

CMYK yüzdeleri

%54.19
%0
%67.74
%39.22

Codes

Color #479B32 in popluar color models

479B32
RGB7115550
HSL108°51.22%40.20%
HSB/HSV108°67.74%60.78%
CMYK54.19%0.00%67.74%
39.22%

Color #479B32 in popluar number systems.

HEX479B32
Decimal7115550
Binary100011110011011110010
Octal10723362

Shades and tints

Shades of #479B32

#479B32
(71,155,50)
#418D2E
(65,141,46)
#3B7F2A
(59,127,42)
#357126
(53,113,38)
#2F6322
(47,99,34)
#29551E
(41,85,30)
#23471A
(35,71,26)
#1D3916
(29,57,22)
#172B12
(23,43,18)
#111D0E
(17,29,14)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #479B32

#479B32
(71,155,50)
#57A444
(87,164,68)
#67AD56
(103,173,86)
#77B668
(119,182,104)
#87BF7A
(135,191,122)
#97C88C
(151,200,140)
#A7D19E
(167,209,158)
#B7DAB0
(183,218,176)
#C7E3C2
(199,227,194)
#D7ECD4
(215,236,212)
#E7F5E6
(231,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479B32 color. Also use rgb(71,155,50) instead hex code.

Text Font Color

.myTextColor { color: #479B32; }

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

This text font color is #479B32.


Background Color

.myBgColor { background-color: #479B32; }

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

This div background color is #479B32.


Border color

.myBorderColor { border: 1px solid #479B32; }

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

This div border color is #479B32.


Opacity

.myOpacity80 { color: #479B32; opacity: 0.8; }

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

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

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

This text has shadow with #479B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479B32 on black background.


Color preview on white background

This text has color #479B32 on white background.



Black color preview on #479B32 background

This text has black color on #479B32 background.


White color preview on #479B32 background

This text has white color on #479B32 background.