COLOR #476D64

HEX: #476D64
RGB: (71,109,100)

Renk bilgisi

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

RGB renk modeli

#476D64 color RGB value is (71,109,100).

  • kırmız ton 71;
  • yeşil ton 109;
  • mavi ton 100.
RGB:
(71,109,100)
(28%,43%,39%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 109 of 255 = 43%
B 100 of 255 = 39%

71
109
100

R + G + B ~ 37%. #476D64 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 109 + 100 = 280 (100%)
R 71 of 280 ~ 25.36%
G 109 of 280 ~ 38.93%
B 100 of 280 ~ 35.71%

%25.36
%38.93
%35.71

CMYK RENK MODELİ

#476D64 rengi CMYK tonu (35,0,8,57).

  • camgöbeği tonu 34.86%
  • eflatun tonu 0.00%
  • sarı tonu 8.26%
  • ana renk tonu 57.25%
CMYK:
(35,0,8,57)
C35M0Y8K57 
(35%,0%,8%,57%)
(0.35/0.00/0.08/0.57)	

CMYK yüzdeleri

%34.86
%0
%8.26
%57.25

Codes

Color #476D64 in popluar color models

476D64
RGB71109100
HSL166°21.11%35.29%
HSB/HSV166°34.86%42.75%
CMYK34.86%0.00%8.26%
57.25%

Color #476D64 in popluar number systems.

HEX476D64
Decimal71109100
Binary100011111011011100100
Octal107155144

Shades and tints

Shades of #476D64

#476D64
(71,109,100)
#41645B
(65,100,91)
#3B5B52
(59,91,82)
#355249
(53,82,73)
#2F4940
(47,73,64)
#294037
(41,64,55)
#23372E
(35,55,46)
#1D2E25
(29,46,37)
#17251C
(23,37,28)
#111C13
(17,28,19)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #476D64

#476D64
(71,109,100)
#577A72
(87,122,114)
#678780
(103,135,128)
#77948E
(119,148,142)
#87A19C
(135,161,156)
#97AEAA
(151,174,170)
#A7BBB8
(167,187,184)
#B7C8C6
(183,200,198)
#C7D5D4
(199,213,212)
#D7E2E2
(215,226,226)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476D64 color. Also use rgb(71,109,100) instead hex code.

Text Font Color

.myTextColor { color: #476D64; }

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

This text font color is #476D64.


Background Color

.myBgColor { background-color: #476D64; }

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

This div background color is #476D64.


Border color

.myBorderColor { border: 1px solid #476D64; }

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

This div border color is #476D64.


Opacity

.myOpacity80 { color: #476D64; opacity: 0.8; }

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

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

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

This text has shadow with #476D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D64 on black background.


Color preview on white background

This text has color #476D64 on white background.



Black color preview on #476D64 background

This text has black color on #476D64 background.


White color preview on #476D64 background

This text has white color on #476D64 background.