COLOR #476863

HEX: #476863
RGB: (71,104,99)

Renk bilgisi

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

RGB renk modeli

#476863 color RGB value is (71,104,99).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 104 of 255 = 41%
B 99 of 255 = 39%

71
104
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 104 + 99 = 274 (100%)
R 71 of 274 ~ 25.91%
G 104 of 274 ~ 37.96%
B 99 of 274 ~ 36.13%

%25.91
%37.96
%36.13

CMYK RENK MODELİ

#476863 rengi CMYK tonu (32,0,5,59).

  • camgöbeği tonu 31.73%
  • eflatun tonu 0.00%
  • sarı tonu 4.81%
  • ana renk tonu 59.22%
CMYK:
(32,0,5,59)
C32M0Y5K59 
(32%,0%,5%,59%)
(0.32/0.00/0.05/0.59)	

CMYK yüzdeleri

%31.73
%0
%4.81
%59.22

Codes

Color #476863 in popluar color models

476863
RGB7110499
HSL171°18.86%34.31%
HSB/HSV171°31.73%40.78%
CMYK31.73%0.00%4.81%
59.22%

Color #476863 in popluar number systems.

HEX476863
Decimal7110499
Binary100011111010001100011
Octal107150143

Shades and tints

Shades of #476863

#476863
(71,104,99)
#415F5A
(65,95,90)
#3B5651
(59,86,81)
#354D48
(53,77,72)
#2F443F
(47,68,63)
#293B36
(41,59,54)
#23322D
(35,50,45)
#1D2924
(29,41,36)
#17201B
(23,32,27)
#111712
(17,23,18)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #476863

#476863
(71,104,99)
#577571
(87,117,113)
#67827F
(103,130,127)
#778F8D
(119,143,141)
#879C9B
(135,156,155)
#97A9A9
(151,169,169)
#A7B6B7
(167,182,183)
#B7C3C5
(183,195,197)
#C7D0D3
(199,208,211)
#D7DDE1
(215,221,225)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476863; }

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

This text font color is #476863.


Background Color

.myBgColor { background-color: #476863; }

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

This div background color is #476863.


Border color

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

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

This div border color is #476863.


Opacity

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

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

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

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

This text has shadow with #476863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476863 on black background.


Color preview on white background

This text has color #476863 on white background.



Black color preview on #476863 background

This text has black color on #476863 background.


White color preview on #476863 background

This text has white color on #476863 background.