COLOR #475967

HEX: #475967
RGB: (71,89,103)

Renk bilgisi

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

RGB renk modeli

#475967 color RGB value is (71,89,103).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 89 of 255 = 35%
B 103 of 255 = 40%

71
89
103

R + G + B ~ 34%. #475967 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 89 + 103 = 263 (100%)
R 71 of 263 ~ 27%
G 89 of 263 ~ 33.84%
B 103 of 263 ~ 39.16%

%27
%33.84
%39.16

CMYK RENK MODELİ

#475967 rengi CMYK tonu (31,14,0,60).

  • camgöbeği tonu 31.07%
  • eflatun tonu 13.59%
  • sarı tonu 0.00%
  • ana renk tonu 59.61%
CMYK:
(31,14,0,60)
C31M14Y0K60 
(31%,14%,0%,60%)
(0.31/0.14/0.00/0.60)	

CMYK yüzdeleri

%31.07
%13.59
%0
%59.61

Codes

Color #475967 in popluar color models

475967
RGB7189103
HSL206°18.39%34.12%
HSB/HSV206°31.07%40.39%
CMYK31.07%13.59%0.00%
59.61%

Color #475967 in popluar number systems.

HEX475967
Decimal7189103
Binary100011110110011100111
Octal107131147

Shades and tints

Shades of #475967

#475967
(71,89,103)
#41515E
(65,81,94)
#3B4955
(59,73,85)
#35414C
(53,65,76)
#2F3943
(47,57,67)
#29313A
(41,49,58)
#232931
(35,41,49)
#1D2128
(29,33,40)
#17191F
(23,25,31)
#111116
(17,17,22)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #475967

#475967
(71,89,103)
#576874
(87,104,116)
#677781
(103,119,129)
#77868E
(119,134,142)
#87959B
(135,149,155)
#97A4A8
(151,164,168)
#A7B3B5
(167,179,181)
#B7C2C2
(183,194,194)
#C7D1CF
(199,209,207)
#D7E0DC
(215,224,220)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475967; }

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

This text font color is #475967.


Background Color

.myBgColor { background-color: #475967; }

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

This div background color is #475967.


Border color

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

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

This div border color is #475967.


Opacity

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

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

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

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

This text has shadow with #475967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475967 on black background.


Color preview on white background

This text has color #475967 on white background.



Black color preview on #475967 background

This text has black color on #475967 background.


White color preview on #475967 background

This text has white color on #475967 background.