COLOR #476F71

HEX: #476F71
RGB: (71,111,113)

Renk bilgisi

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

RGB renk modeli

#476F71 color RGB value is (71,111,113).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 111 of 255 = 44%
B 113 of 255 = 44%

71
111
113

R + G + B ~ 39%. #476F71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 111 + 113 = 295 (100%)
R 71 of 295 ~ 24.07%
G 111 of 295 ~ 37.63%
B 113 of 295 ~ 38.31%

%24.07
%37.63
%38.31

CMYK RENK MODELİ

#476F71 rengi CMYK tonu (37,2,0,56).

  • camgöbeği tonu 37.17%
  • eflatun tonu 1.77%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(37,2,0,56)
C37M2Y0K56 
(37%,2%,0%,56%)
(0.37/0.02/0.00/0.56)	

CMYK yüzdeleri

%37.17
%1.77
%0
%55.69

Codes

Color #476F71 in popluar color models

476F71
RGB71111113
HSL183°22.83%36.08%
HSB/HSV183°37.17%44.31%
CMYK37.17%1.77%0.00%
55.69%

Color #476F71 in popluar number systems.

HEX476F71
Decimal71111113
Binary100011111011111110001
Octal107157161

Shades and tints

Shades of #476F71

#476F71
(71,111,113)
#416567
(65,101,103)
#3B5B5D
(59,91,93)
#355153
(53,81,83)
#2F4749
(47,71,73)
#293D3F
(41,61,63)
#233335
(35,51,53)
#1D292B
(29,41,43)
#171F21
(23,31,33)
#111517
(17,21,23)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #476F71

#476F71
(71,111,113)
#577C7D
(87,124,125)
#678989
(103,137,137)
#779695
(119,150,149)
#87A3A1
(135,163,161)
#97B0AD
(151,176,173)
#A7BDB9
(167,189,185)
#B7CAC5
(183,202,197)
#C7D7D1
(199,215,209)
#D7E4DD
(215,228,221)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476F71 color. Also use rgb(71,111,113) instead hex code.

Text Font Color

.myTextColor { color: #476F71; }

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

This text font color is #476F71.


Background Color

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

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

This div background color is #476F71.


Border color

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

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

This div border color is #476F71.


Opacity

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

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

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

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

This text has shadow with #476F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476F71 on black background.


Color preview on white background

This text has color #476F71 on white background.



Black color preview on #476F71 background

This text has black color on #476F71 background.


White color preview on #476F71 background

This text has white color on #476F71 background.