COLOR #476A65

HEX: #476A65
RGB: (71,106,101)

Renk bilgisi

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

RGB renk modeli

#476A65 color RGB value is (71,106,101).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 106 of 255 = 42%
B 101 of 255 = 40%

71
106
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 106 + 101 = 278 (100%)
R 71 of 278 ~ 25.54%
G 106 of 278 ~ 38.13%
B 101 of 278 ~ 36.33%

%25.54
%38.13
%36.33

CMYK RENK MODELİ

#476A65 rengi CMYK tonu (33,0,5,58).

  • camgöbeği tonu 33.02%
  • eflatun tonu 0.00%
  • sarı tonu 4.72%
  • ana renk tonu 58.43%
CMYK:
(33,0,5,58)
C33M0Y5K58 
(33%,0%,5%,58%)
(0.33/0.00/0.05/0.58)	

CMYK yüzdeleri

%33.02
%0
%4.72
%58.43

Codes

Color #476A65 in popluar color models

476A65
RGB71106101
HSL171°19.77%34.71%
HSB/HSV171°33.02%41.57%
CMYK33.02%0.00%4.72%
58.43%

Color #476A65 in popluar number systems.

HEX476A65
Decimal71106101
Binary100011111010101100101
Octal107152145

Shades and tints

Shades of #476A65

#476A65
(71,106,101)
#41615C
(65,97,92)
#3B5853
(59,88,83)
#354F4A
(53,79,74)
#2F4641
(47,70,65)
#293D38
(41,61,56)
#23342F
(35,52,47)
#1D2B26
(29,43,38)
#17221D
(23,34,29)
#111914
(17,25,20)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #476A65

#476A65
(71,106,101)
#577773
(87,119,115)
#678481
(103,132,129)
#77918F
(119,145,143)
#879E9D
(135,158,157)
#97ABAB
(151,171,171)
#A7B8B9
(167,184,185)
#B7C5C7
(183,197,199)
#C7D2D5
(199,210,213)
#D7DFE3
(215,223,227)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476A65 color. Also use rgb(71,106,101) instead hex code.

Text Font Color

.myTextColor { color: #476A65; }

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

This text font color is #476A65.


Background Color

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

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

This div background color is #476A65.


Border color

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

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

This div border color is #476A65.


Opacity

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

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

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

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

This text has shadow with #476A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476A65 on black background.


Color preview on white background

This text has color #476A65 on white background.



Black color preview on #476A65 background

This text has black color on #476A65 background.


White color preview on #476A65 background

This text has white color on #476A65 background.