COLOR #475D4B

HEX: #475D4B
RGB: (71,93,75)

Renk bilgisi

#475D4B contains red, green and blue colors in about the same proportion. #475D4B ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#475D4B color RGB value is (71,93,75).

  • kırmız ton 71;
  • yeşil ton 93;
  • mavi ton 75.
RGB:
(71,93,75)
(28%,36%,29%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 93 of 255 = 36%
B 75 of 255 = 29%

71
93
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 93 + 75 = 239 (100%)
R 71 of 239 ~ 29.71%
G 93 of 239 ~ 38.91%
B 75 of 239 ~ 31.38%

%29.71
%38.91
%31.38

CMYK RENK MODELİ

#475D4B rengi CMYK tonu (24,0,19,64).

  • camgöbeği tonu 23.66%
  • eflatun tonu 0.00%
  • sarı tonu 19.35%
  • ana renk tonu 63.53%
CMYK:
(24,0,19,64)
C24M0Y19K64 
(24%,0%,19%,64%)
(0.24/0.00/0.19/0.64)	

CMYK yüzdeleri

%23.66
%0
%19.35
%63.53

Codes

Color #475D4B in popluar color models

475D4B
RGB719375
HSL131°13.41%32.16%
HSB/HSV131°23.66%36.47%
CMYK23.66%0.00%19.35%
63.53%

Color #475D4B in popluar number systems.

HEX475D4B
Decimal719375
Binary100011110111011001011
Octal107135113

Shades and tints

Shades of #475D4B

#475D4B
(71,93,75)
#415545
(65,85,69)
#3B4D3F
(59,77,63)
#354539
(53,69,57)
#2F3D33
(47,61,51)
#29352D
(41,53,45)
#232D27
(35,45,39)
#1D2521
(29,37,33)
#171D1B
(23,29,27)
#111515
(17,21,21)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #475D4B

#475D4B
(71,93,75)
#576B5B
(87,107,91)
#67796B
(103,121,107)
#77877B
(119,135,123)
#87958B
(135,149,139)
#97A39B
(151,163,155)
#A7B1AB
(167,177,171)
#B7BFBB
(183,191,187)
#C7CDCB
(199,205,203)
#D7DBDB
(215,219,219)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475D4B color. Also use rgb(71,93,75) instead hex code.

Text Font Color

.myTextColor { color: #475D4B; }

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

This text font color is #475D4B.


Background Color

.myBgColor { background-color: #475D4B; }

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

This div background color is #475D4B.


Border color

.myBorderColor { border: 1px solid #475D4B; }

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

This div border color is #475D4B.


Opacity

.myOpacity80 { color: #475D4B; opacity: 0.8; }

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

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

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

This text has shadow with #475D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475D4B on black background.


Color preview on white background

This text has color #475D4B on white background.



Black color preview on #475D4B background

This text has black color on #475D4B background.


White color preview on #475D4B background

This text has white color on #475D4B background.