COLOR #475850

HEX: #475850
RGB: (71,88,80)

Renk bilgisi

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

RGB renk modeli

#475850 color RGB value is (71,88,80).

  • kırmız ton 71;
  • yeşil ton 88;
  • mavi ton 80.
RGB:
(71,88,80)
(28%,35%,31%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 88 of 255 = 35%
B 80 of 255 = 31%

71
88
80

R + G + B ~ 31%. #475850 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 88 + 80 = 239 (100%)
R 71 of 239 ~ 29.71%
G 88 of 239 ~ 36.82%
B 80 of 239 ~ 33.47%

%29.71
%36.82
%33.47

CMYK RENK MODELİ

#475850 rengi CMYK tonu (19,0,9,65).

  • camgöbeği tonu 19.32%
  • eflatun tonu 0.00%
  • sarı tonu 9.09%
  • ana renk tonu 65.49%
CMYK:
(19,0,9,65)
C19M0Y9K65 
(19%,0%,9%,65%)
(0.19/0.00/0.09/0.65)	

CMYK yüzdeleri

%19.32
%0
%9.09
%65.49

Codes

Color #475850 in popluar color models

475850
RGB718880
HSL152°10.69%31.18%
HSB/HSV152°19.32%34.51%
CMYK19.32%0.00%9.09%
65.49%

Color #475850 in popluar number systems.

HEX475850
Decimal718880
Binary100011110110001010000
Octal107130120

Shades and tints

Shades of #475850

#475850
(71,88,80)
#415049
(65,80,73)
#3B4842
(59,72,66)
#35403B
(53,64,59)
#2F3834
(47,56,52)
#29302D
(41,48,45)
#232826
(35,40,38)
#1D201F
(29,32,31)
#171818
(23,24,24)
#111011
(17,16,17)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #475850

#475850
(71,88,80)
#57675F
(87,103,95)
#67766E
(103,118,110)
#77857D
(119,133,125)
#87948C
(135,148,140)
#97A39B
(151,163,155)
#A7B2AA
(167,178,170)
#B7C1B9
(183,193,185)
#C7D0C8
(199,208,200)
#D7DFD7
(215,223,215)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475850; }

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

This text font color is #475850.


Background Color

.myBgColor { background-color: #475850; }

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

This div background color is #475850.


Border color

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

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

This div border color is #475850.


Opacity

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

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

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

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

This text has shadow with #475850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475850 on black background.


Color preview on white background

This text has color #475850 on white background.



Black color preview on #475850 background

This text has black color on #475850 background.


White color preview on #475850 background

This text has white color on #475850 background.