COLOR #479362

HEX: #479362
RGB: (71,147,98)

Renk bilgisi

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

RGB renk modeli

#479362 color RGB value is (71,147,98).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 147 of 255 = 58%
B 98 of 255 = 38%

71
147
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 147 + 98 = 316 (100%)
R 71 of 316 ~ 22.47%
G 147 of 316 ~ 46.52%
B 98 of 316 ~ 31.01%

%22.47
%46.52
%31.01

CMYK RENK MODELİ

#479362 rengi CMYK tonu (52,0,33,42).

  • camgöbeği tonu 51.70%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 42.35%
CMYK:
(52,0,33,42)
C52M0Y33K42 
(52%,0%,33%,42%)
(0.52/0.00/0.33/0.42)	

CMYK yüzdeleri

%51.7
%0
%33.33
%42.35

Codes

Color #479362 in popluar color models

479362
RGB7114798
HSL141°34.86%42.75%
HSB/HSV141°51.70%57.65%
CMYK51.70%0.00%33.33%
42.35%

Color #479362 in popluar number systems.

HEX479362
Decimal7114798
Binary1000111100100111100010
Octal107223142

Shades and tints

Shades of #479362

#479362
(71,147,98)
#41865A
(65,134,90)
#3B7952
(59,121,82)
#356C4A
(53,108,74)
#2F5F42
(47,95,66)
#29523A
(41,82,58)
#234532
(35,69,50)
#1D382A
(29,56,42)
#172B22
(23,43,34)
#111E1A
(17,30,26)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #479362

#479362
(71,147,98)
#579C70
(87,156,112)
#67A57E
(103,165,126)
#77AE8C
(119,174,140)
#87B79A
(135,183,154)
#97C0A8
(151,192,168)
#A7C9B6
(167,201,182)
#B7D2C4
(183,210,196)
#C7DBD2
(199,219,210)
#D7E4E0
(215,228,224)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479362; }

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

This text font color is #479362.


Background Color

.myBgColor { background-color: #479362; }

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

This div background color is #479362.


Border color

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

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

This div border color is #479362.


Opacity

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

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

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

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

This text has shadow with #479362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479362 on black background.


Color preview on white background

This text has color #479362 on white background.



Black color preview on #479362 background

This text has black color on #479362 background.


White color preview on #479362 background

This text has white color on #479362 background.