COLOR #475E4C

HEX: #475E4C
RGB: (71,94,76)

Renk bilgisi

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

RGB renk modeli

#475E4C color RGB value is (71,94,76).

  • kırmız ton 71;
  • yeşil ton 94;
  • mavi ton 76.
RGB:
(71,94,76)
(28%,37%,30%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 94 of 255 = 37%
B 76 of 255 = 30%

71
94
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 94 + 76 = 241 (100%)
R 71 of 241 ~ 29.46%
G 94 of 241 ~ 39%
B 76 of 241 ~ 31.54%

%29.46
%39
%31.54

CMYK RENK MODELİ

#475E4C rengi CMYK tonu (24,0,19,63).

  • camgöbeği tonu 24.47%
  • eflatun tonu 0.00%
  • sarı tonu 19.15%
  • ana renk tonu 63.14%
CMYK:
(24,0,19,63)
C24M0Y19K63 
(24%,0%,19%,63%)
(0.24/0.00/0.19/0.63)	

CMYK yüzdeleri

%24.47
%0
%19.15
%63.14

Codes

Color #475E4C in popluar color models

475E4C
RGB719476
HSL133°13.94%32.35%
HSB/HSV133°24.47%36.86%
CMYK24.47%0.00%19.15%
63.14%

Color #475E4C in popluar number systems.

HEX475E4C
Decimal719476
Binary100011110111101001100
Octal107136114

Shades and tints

Shades of #475E4C

#475E4C
(71,94,76)
#415646
(65,86,70)
#3B4E40
(59,78,64)
#35463A
(53,70,58)
#2F3E34
(47,62,52)
#29362E
(41,54,46)
#232E28
(35,46,40)
#1D2622
(29,38,34)
#171E1C
(23,30,28)
#111616
(17,22,22)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #475E4C

#475E4C
(71,94,76)
#576C5C
(87,108,92)
#677A6C
(103,122,108)
#77887C
(119,136,124)
#87968C
(135,150,140)
#97A49C
(151,164,156)
#A7B2AC
(167,178,172)
#B7C0BC
(183,192,188)
#C7CECC
(199,206,204)
#D7DCDC
(215,220,220)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475E4C color. Also use rgb(71,94,76) instead hex code.

Text Font Color

.myTextColor { color: #475E4C; }

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

This text font color is #475E4C.


Background Color

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

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

This div background color is #475E4C.


Border color

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

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

This div border color is #475E4C.


Opacity

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

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

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

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

This text has shadow with #475E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E4C on black background.


Color preview on white background

This text has color #475E4C on white background.



Black color preview on #475E4C background

This text has black color on #475E4C background.


White color preview on #475E4C background

This text has white color on #475E4C background.