COLOR #476575

HEX: #476575
RGB: (71,101,117)

Renk bilgisi

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

RGB renk modeli

#476575 color RGB value is (71,101,117).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 101 of 255 = 40%
B 117 of 255 = 46%

71
101
117

R + G + B ~ 38%. #476575 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 101 + 117 = 289 (100%)
R 71 of 289 ~ 24.57%
G 101 of 289 ~ 34.95%
B 117 of 289 ~ 40.48%

%24.57
%34.95
%40.48

CMYK RENK MODELİ

#476575 rengi CMYK tonu (39,14,0,54).

  • camgöbeği tonu 39.32%
  • eflatun tonu 13.68%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(39,14,0,54)
C39M14Y0K54 
(39%,14%,0%,54%)
(0.39/0.14/0.00/0.54)	

CMYK yüzdeleri

%39.32
%13.68
%0
%54.12

Codes

Color #476575 in popluar color models

476575
RGB71101117
HSL201°24.47%36.86%
HSB/HSV201°39.32%45.88%
CMYK39.32%13.68%0.00%
54.12%

Color #476575 in popluar number systems.

HEX476575
Decimal71101117
Binary100011111001011110101
Octal107145165

Shades and tints

Shades of #476575

#476575
(71,101,117)
#415C6B
(65,92,107)
#3B5361
(59,83,97)
#354A57
(53,74,87)
#2F414D
(47,65,77)
#293843
(41,56,67)
#232F39
(35,47,57)
#1D262F
(29,38,47)
#171D25
(23,29,37)
#11141B
(17,20,27)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #476575

#476575
(71,101,117)
#577381
(87,115,129)
#67818D
(103,129,141)
#778F99
(119,143,153)
#879DA5
(135,157,165)
#97ABB1
(151,171,177)
#A7B9BD
(167,185,189)
#B7C7C9
(183,199,201)
#C7D5D5
(199,213,213)
#D7E3E1
(215,227,225)
#E7F1ED
(231,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476575; }

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

This text font color is #476575.


Background Color

.myBgColor { background-color: #476575; }

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

This div background color is #476575.


Border color

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

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

This div border color is #476575.


Opacity

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

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

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

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

This text has shadow with #476575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476575 on black background.


Color preview on white background

This text has color #476575 on white background.



Black color preview on #476575 background

This text has black color on #476575 background.


White color preview on #476575 background

This text has white color on #476575 background.