COLOR #476756

HEX: #476756
RGB: (71,103,86)

Renk bilgisi

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

RGB renk modeli

#476756 color RGB value is (71,103,86).

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

RGB bağlantıları ve doygunluk

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

71
103
86

R + G + B ~ 34%. #476756 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 103 + 86 = 260 (100%)
R 71 of 260 ~ 27.31%
G 103 of 260 ~ 39.62%
B 86 of 260 ~ 33.08%

%27.31
%39.62
%33.08

CMYK RENK MODELİ

#476756 rengi CMYK tonu (31,0,17,60).

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

CMYK yüzdeleri

%31.07
%0
%16.5
%59.61

Codes

Color #476756 in popluar color models

476756
RGB7110386
HSL148°18.39%34.12%
HSB/HSV148°31.07%40.39%
CMYK31.07%0.00%16.50%
59.61%

Color #476756 in popluar number systems.

HEX476756
Decimal7110386
Binary100011111001111010110
Octal107147126

Shades and tints

Shades of #476756

#476756
(71,103,86)
#415E4F
(65,94,79)
#3B5548
(59,85,72)
#354C41
(53,76,65)
#2F433A
(47,67,58)
#293A33
(41,58,51)
#23312C
(35,49,44)
#1D2825
(29,40,37)
#171F1E
(23,31,30)
#111617
(17,22,23)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #476756

#476756
(71,103,86)
#577465
(87,116,101)
#678174
(103,129,116)
#778E83
(119,142,131)
#879B92
(135,155,146)
#97A8A1
(151,168,161)
#A7B5B0
(167,181,176)
#B7C2BF
(183,194,191)
#C7CFCE
(199,207,206)
#D7DCDD
(215,220,221)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476756; }

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

This text font color is #476756.


Background Color

.myBgColor { background-color: #476756; }

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

This div background color is #476756.


Border color

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

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

This div border color is #476756.


Opacity

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

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

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

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

This text has shadow with #476756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476756 on black background.


Color preview on white background

This text has color #476756 on white background.



Black color preview on #476756 background

This text has black color on #476756 background.


White color preview on #476756 background

This text has white color on #476756 background.