COLOR #476563

HEX: #476563
RGB: (71,101,99)

Renk bilgisi

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

RGB renk modeli

#476563 color RGB value is (71,101,99).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 101 of 255 = 40%
B 99 of 255 = 39%

71
101
99

R + G + B ~ 36%. #476563 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 101 + 99 = 271 (100%)
R 71 of 271 ~ 26.2%
G 101 of 271 ~ 37.27%
B 99 of 271 ~ 36.53%

%26.2
%37.27
%36.53

CMYK RENK MODELİ

#476563 rengi CMYK tonu (30,0,2,60).

  • camgöbeği tonu 29.70%
  • eflatun tonu 0.00%
  • sarı tonu 1.98%
  • ana renk tonu 60.39%
CMYK:
(30,0,2,60)
C30M0Y2K60 
(30%,0%,2%,60%)
(0.30/0.00/0.02/0.60)	

CMYK yüzdeleri

%29.7
%0
%1.98
%60.39

Codes

Color #476563 in popluar color models

476563
RGB7110199
HSL176°17.44%33.73%
HSB/HSV176°29.70%39.61%
CMYK29.70%0.00%1.98%
60.39%

Color #476563 in popluar number systems.

HEX476563
Decimal7110199
Binary100011111001011100011
Octal107145143

Shades and tints

Shades of #476563

#476563
(71,101,99)
#415C5A
(65,92,90)
#3B5351
(59,83,81)
#354A48
(53,74,72)
#2F413F
(47,65,63)
#293836
(41,56,54)
#232F2D
(35,47,45)
#1D2624
(29,38,36)
#171D1B
(23,29,27)
#111412
(17,20,18)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #476563

#476563
(71,101,99)
#577371
(87,115,113)
#67817F
(103,129,127)
#778F8D
(119,143,141)
#879D9B
(135,157,155)
#97ABA9
(151,171,169)
#A7B9B7
(167,185,183)
#B7C7C5
(183,199,197)
#C7D5D3
(199,213,211)
#D7E3E1
(215,227,225)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476563; }

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

This text font color is #476563.


Background Color

.myBgColor { background-color: #476563; }

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

This div background color is #476563.


Border color

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

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

This div border color is #476563.


Opacity

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

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

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

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

This text has shadow with #476563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476563 on black background.


Color preview on white background

This text has color #476563 on white background.



Black color preview on #476563 background

This text has black color on #476563 background.


White color preview on #476563 background

This text has white color on #476563 background.