COLOR #479471

HEX: #479471
RGB: (71,148,113)

Renk bilgisi

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

RGB renk modeli

#479471 color RGB value is (71,148,113).

  • kırmız ton 71;
  • yeşil ton 148;
  • mavi ton 113.
RGB:
(71,148,113)
(28%,58%,44%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 148 of 255 = 58%
B 113 of 255 = 44%

71
148
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 148 + 113 = 332 (100%)
R 71 of 332 ~ 21.39%
G 148 of 332 ~ 44.58%
B 113 of 332 ~ 34.04%

%21.39
%44.58
%34.04

CMYK RENK MODELİ

#479471 rengi CMYK tonu (52,0,24,42).

  • camgöbeği tonu 52.03%
  • eflatun tonu 0.00%
  • sarı tonu 23.65%
  • ana renk tonu 41.96%
CMYK:
(52,0,24,42)
C52M0Y24K42 
(52%,0%,24%,42%)
(0.52/0.00/0.24/0.42)	

CMYK yüzdeleri

%52.03
%0
%23.65
%41.96

Codes

Color #479471 in popluar color models

479471
RGB71148113
HSL153°35.16%42.94%
HSB/HSV153°52.03%58.04%
CMYK52.03%0.00%23.65%
41.96%

Color #479471 in popluar number systems.

HEX479471
Decimal71148113
Binary1000111100101001110001
Octal107224161

Shades and tints

Shades of #479471

#479471
(71,148,113)
#418767
(65,135,103)
#3B7A5D
(59,122,93)
#356D53
(53,109,83)
#2F6049
(47,96,73)
#29533F
(41,83,63)
#234635
(35,70,53)
#1D392B
(29,57,43)
#172C21
(23,44,33)
#111F17
(17,31,23)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #479471

#479471
(71,148,113)
#579D7D
(87,157,125)
#67A689
(103,166,137)
#77AF95
(119,175,149)
#87B8A1
(135,184,161)
#97C1AD
(151,193,173)
#A7CAB9
(167,202,185)
#B7D3C5
(183,211,197)
#C7DCD1
(199,220,209)
#D7E5DD
(215,229,221)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479471 color. Also use rgb(71,148,113) instead hex code.

Text Font Color

.myTextColor { color: #479471; }

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

This text font color is #479471.


Background Color

.myBgColor { background-color: #479471; }

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

This div background color is #479471.


Border color

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

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

This div border color is #479471.


Opacity

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

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

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

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

This text has shadow with #479471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479471 on black background.


Color preview on white background

This text has color #479471 on white background.



Black color preview on #479471 background

This text has black color on #479471 background.


White color preview on #479471 background

This text has white color on #479471 background.