COLOR #476747

HEX: #476747
RGB: (71,103,71)

Renk bilgisi

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

RGB renk modeli

#476747 color RGB value is (71,103,71).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 103 of 255 = 40%
B 71 of 255 = 28%

71
103
71

R + G + B ~ 32%. #476747 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 103 + 71 = 245 (100%)
R 71 of 245 ~ 28.98%
G 103 of 245 ~ 42.04%
B 71 of 245 ~ 28.98%

%28.98
%42.04
%28.98

CMYK RENK MODELİ

#476747 rengi CMYK tonu (31,0,31,60).

  • camgöbeği tonu 31.07%
  • eflatun tonu 0.00%
  • sarı tonu 31.07%
  • ana renk tonu 59.61%
CMYK:
(31,0,31,60)
C31M0Y31K60 
(31%,0%,31%,60%)
(0.31/0.00/0.31/0.60)	

CMYK yüzdeleri

%31.07
%0
%31.07
%59.61

Codes

Color #476747 in popluar color models

476747
RGB7110371
HSL120°18.39%34.12%
HSB/HSV120°31.07%40.39%
CMYK31.07%0.00%31.07%
59.61%

Color #476747 in popluar number systems.

HEX476747
Decimal7110371
Binary100011111001111000111
Octal107147107

Shades and tints

Shades of #476747

#476747
(71,103,71)
#415E41
(65,94,65)
#3B553B
(59,85,59)
#354C35
(53,76,53)
#2F432F
(47,67,47)
#293A29
(41,58,41)
#233123
(35,49,35)
#1D281D
(29,40,29)
#171F17
(23,31,23)
#111611
(17,22,17)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #476747

#476747
(71,103,71)
#577457
(87,116,87)
#678167
(103,129,103)
#778E77
(119,142,119)
#879B87
(135,155,135)
#97A897
(151,168,151)
#A7B5A7
(167,181,167)
#B7C2B7
(183,194,183)
#C7CFC7
(199,207,199)
#D7DCD7
(215,220,215)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476747; }

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

This text font color is #476747.


Background Color

.myBgColor { background-color: #476747; }

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

This div background color is #476747.


Border color

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

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

This div border color is #476747.


Opacity

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

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

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

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

This text has shadow with #476747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476747 on black background.


Color preview on white background

This text has color #476747 on white background.



Black color preview on #476747 background

This text has black color on #476747 background.


White color preview on #476747 background

This text has white color on #476747 background.