COLOR #475968

HEX: #475968
RGB: (71,89,104)

Renk bilgisi

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

RGB renk modeli

#475968 color RGB value is (71,89,104).

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

RGB bağlantıları ve doygunluk

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

71
89
104

R + G + B ~ 35%. #475968 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 89 + 104 = 264 (100%)
R 71 of 264 ~ 26.89%
G 89 of 264 ~ 33.71%
B 104 of 264 ~ 39.39%

%26.89
%33.71
%39.39

CMYK RENK MODELİ

#475968 rengi CMYK tonu (32,14,0,59).

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

CMYK yüzdeleri

%31.73
%14.42
%0
%59.22

Codes

Color #475968 in popluar color models

475968
RGB7189104
HSL207°18.86%34.31%
HSB/HSV207°31.73%40.78%
CMYK31.73%14.42%0.00%
59.22%

Color #475968 in popluar number systems.

HEX475968
Decimal7189104
Binary100011110110011101000
Octal107131150

Shades and tints

Shades of #475968

#475968
(71,89,104)
#41515F
(65,81,95)
#3B4956
(59,73,86)
#35414D
(53,65,77)
#2F3944
(47,57,68)
#29313B
(41,49,59)
#232932
(35,41,50)
#1D2129
(29,33,41)
#171920
(23,25,32)
#111117
(17,17,23)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #475968

#475968
(71,89,104)
#576875
(87,104,117)
#677782
(103,119,130)
#77868F
(119,134,143)
#87959C
(135,149,156)
#97A4A9
(151,164,169)
#A7B3B6
(167,179,182)
#B7C2C3
(183,194,195)
#C7D1D0
(199,209,208)
#D7E0DD
(215,224,221)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475968; }

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

This text font color is #475968.


Background Color

.myBgColor { background-color: #475968; }

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

This div background color is #475968.


Border color

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

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

This div border color is #475968.


Opacity

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

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

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

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

This text has shadow with #475968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475968 on black background.


Color preview on white background

This text has color #475968 on white background.



Black color preview on #475968 background

This text has black color on #475968 background.


White color preview on #475968 background

This text has white color on #475968 background.