COLOR #475768

HEX: #475768
RGB: (71,87,104)

Renk bilgisi

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

RGB renk modeli

#475768 color RGB value is (71,87,104).

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

RGB bağlantıları ve doygunluk

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

71
87
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 87 + 104 = 262 (100%)
R 71 of 262 ~ 27.1%
G 87 of 262 ~ 33.21%
B 104 of 262 ~ 39.69%

%27.1
%33.21
%39.69

CMYK RENK MODELİ

#475768 rengi CMYK tonu (32,16,0,59).

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

CMYK yüzdeleri

%31.73
%16.35
%0
%59.22

Codes

Color #475768 in popluar color models

475768
RGB7187104
HSL211°18.86%34.31%
HSB/HSV211°31.73%40.78%
CMYK31.73%16.35%0.00%
59.22%

Color #475768 in popluar number systems.

HEX475768
Decimal7187104
Binary100011110101111101000
Octal107127150

Shades and tints

Shades of #475768

#475768
(71,87,104)
#41505F
(65,80,95)
#3B4956
(59,73,86)
#35424D
(53,66,77)
#2F3B44
(47,59,68)
#29343B
(41,52,59)
#232D32
(35,45,50)
#1D2629
(29,38,41)
#171F20
(23,31,32)
#111817
(17,24,23)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #475768

#475768
(71,87,104)
#576675
(87,102,117)
#677582
(103,117,130)
#77848F
(119,132,143)
#87939C
(135,147,156)
#97A2A9
(151,162,169)
#A7B1B6
(167,177,182)
#B7C0C3
(183,192,195)
#C7CFD0
(199,207,208)
#D7DEDD
(215,222,221)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475768; }

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

This text font color is #475768.


Background Color

.myBgColor { background-color: #475768; }

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

This div background color is #475768.


Border color

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

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

This div border color is #475768.


Opacity

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

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

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

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

This text has shadow with #475768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475768 on black background.


Color preview on white background

This text has color #475768 on white background.



Black color preview on #475768 background

This text has black color on #475768 background.


White color preview on #475768 background

This text has white color on #475768 background.