COLOR #475A47

HEX: #475A47
RGB: (71,90,71)

Renk bilgisi

#475A47 contains red, green and blue colors in about the same proportion. #475A47 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#475A47 color RGB value is (71,90,71).

  • kırmız ton 71;
  • yeşil ton 90;
  • mavi ton 71.
RGB:
(71,90,71)
(28%,35%,28%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 90 of 255 = 35%
B 71 of 255 = 28%

71
90
71

R + G + B ~ 30%. #475A47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 71 = 232 (100%)
R 71 of 232 ~ 30.6%
G 90 of 232 ~ 38.79%
B 71 of 232 ~ 30.6%

%30.6
%38.79
%30.6

CMYK RENK MODELİ

#475A47 rengi CMYK tonu (21,0,21,65).

  • camgöbeği tonu 21.11%
  • eflatun tonu 0.00%
  • sarı tonu 21.11%
  • ana renk tonu 64.71%
CMYK:
(21,0,21,65)
C21M0Y21K65 
(21%,0%,21%,65%)
(0.21/0.00/0.21/0.65)	

CMYK yüzdeleri

%21.11
%0
%21.11
%64.71

Codes

Color #475A47 in popluar color models

475A47
RGB719071
HSL120°11.80%31.57%
HSB/HSV120°21.11%35.29%
CMYK21.11%0.00%21.11%
64.71%

Color #475A47 in popluar number systems.

HEX475A47
Decimal719071
Binary100011110110101000111
Octal107132107

Shades and tints

Shades of #475A47

#475A47
(71,90,71)
#415241
(65,82,65)
#3B4A3B
(59,74,59)
#354235
(53,66,53)
#2F3A2F
(47,58,47)
#293229
(41,50,41)
#232A23
(35,42,35)
#1D221D
(29,34,29)
#171A17
(23,26,23)
#111211
(17,18,17)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #475A47

#475A47
(71,90,71)
#576957
(87,105,87)
#677867
(103,120,103)
#778777
(119,135,119)
#879687
(135,150,135)
#97A597
(151,165,151)
#A7B4A7
(167,180,167)
#B7C3B7
(183,195,183)
#C7D2C7
(199,210,199)
#D7E1D7
(215,225,215)
#E7F0E7
(231,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475A47 color. Also use rgb(71,90,71) instead hex code.

Text Font Color

.myTextColor { color: #475A47; }

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

This text font color is #475A47.


Background Color

.myBgColor { background-color: #475A47; }

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

This div background color is #475A47.


Border color

.myBorderColor { border: 1px solid #475A47; }

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

This div border color is #475A47.


Opacity

.myOpacity80 { color: #475A47; opacity: 0.8; }

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

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

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

This text has shadow with #475A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A47 on black background.


Color preview on white background

This text has color #475A47 on white background.



Black color preview on #475A47 background

This text has black color on #475A47 background.


White color preview on #475A47 background

This text has white color on #475A47 background.