COLOR #476868

HEX: #476868
RGB: (71,104,104)

Renk bilgisi

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

RGB renk modeli

#476868 color RGB value is (71,104,104).

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

RGB bağlantıları ve doygunluk

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

71
104
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 104 + 104 = 279 (100%)
R 71 of 279 ~ 25.45%
G 104 of 279 ~ 37.28%
B 104 of 279 ~ 37.28%

%25.45
%37.28
%37.28

CMYK RENK MODELİ

#476868 rengi CMYK tonu (32,0,0,59).

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

CMYK yüzdeleri

%31.73
%0
%0
%59.22

Codes

Color #476868 in popluar color models

476868
RGB71104104
HSL180°18.86%34.31%
HSB/HSV180°31.73%40.78%
CMYK31.73%0.00%0.00%
59.22%

Color #476868 in popluar number systems.

HEX476868
Decimal71104104
Binary100011111010001101000
Octal107150150

Shades and tints

Shades of #476868

#476868
(71,104,104)
#415F5F
(65,95,95)
#3B5656
(59,86,86)
#354D4D
(53,77,77)
#2F4444
(47,68,68)
#293B3B
(41,59,59)
#233232
(35,50,50)
#1D2929
(29,41,41)
#172020
(23,32,32)
#111717
(17,23,23)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #476868

#476868
(71,104,104)
#577575
(87,117,117)
#678282
(103,130,130)
#778F8F
(119,143,143)
#879C9C
(135,156,156)
#97A9A9
(151,169,169)
#A7B6B6
(167,182,182)
#B7C3C3
(183,195,195)
#C7D0D0
(199,208,208)
#D7DDDD
(215,221,221)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476868; }

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

This text font color is #476868.


Background Color

.myBgColor { background-color: #476868; }

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

This div background color is #476868.


Border color

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

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

This div border color is #476868.


Opacity

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

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

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

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

This text has shadow with #476868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476868 on black background.


Color preview on white background

This text has color #476868 on white background.



Black color preview on #476868 background

This text has black color on #476868 background.


White color preview on #476868 background

This text has white color on #476868 background.