COLOR #475D4E

HEX: #475D4E
RGB: (71,93,78)

Renk bilgisi

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

RGB renk modeli

#475D4E color RGB value is (71,93,78).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 93 of 255 = 36%
B 78 of 255 = 31%

71
93
78

R + G + B ~ 32%. #475D4E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 93 + 78 = 242 (100%)
R 71 of 242 ~ 29.34%
G 93 of 242 ~ 38.43%
B 78 of 242 ~ 32.23%

%29.34
%38.43
%32.23

CMYK RENK MODELİ

#475D4E rengi CMYK tonu (24,0,16,64).

  • camgöbeği tonu 23.66%
  • eflatun tonu 0.00%
  • sarı tonu 16.13%
  • ana renk tonu 63.53%
CMYK:
(24,0,16,64)
C24M0Y16K64 
(24%,0%,16%,64%)
(0.24/0.00/0.16/0.64)	

CMYK yüzdeleri

%23.66
%0
%16.13
%63.53

Codes

Color #475D4E in popluar color models

475D4E
RGB719378
HSL139°13.41%32.16%
HSB/HSV139°23.66%36.47%
CMYK23.66%0.00%16.13%
63.53%

Color #475D4E in popluar number systems.

HEX475D4E
Decimal719378
Binary100011110111011001110
Octal107135116

Shades and tints

Shades of #475D4E

#475D4E
(71,93,78)
#415547
(65,85,71)
#3B4D40
(59,77,64)
#354539
(53,69,57)
#2F3D32
(47,61,50)
#29352B
(41,53,43)
#232D24
(35,45,36)
#1D251D
(29,37,29)
#171D16
(23,29,22)
#11150F
(17,21,15)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #475D4E

#475D4E
(71,93,78)
#576B5E
(87,107,94)
#67796E
(103,121,110)
#77877E
(119,135,126)
#87958E
(135,149,142)
#97A39E
(151,163,158)
#A7B1AE
(167,177,174)
#B7BFBE
(183,191,190)
#C7CDCE
(199,205,206)
#D7DBDE
(215,219,222)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475D4E; }

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

This text font color is #475D4E.


Background Color

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

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

This div background color is #475D4E.


Border color

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

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

This div border color is #475D4E.


Opacity

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

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

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

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

This text has shadow with #475D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475D4E on black background.


Color preview on white background

This text has color #475D4E on white background.



Black color preview on #475D4E background

This text has black color on #475D4E background.


White color preview on #475D4E background

This text has white color on #475D4E background.