COLOR #475C48

HEX: #475C48
RGB: (71,92,72)

Renk bilgisi

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

RGB renk modeli

#475C48 color RGB value is (71,92,72).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 92 of 255 = 36%
B 72 of 255 = 28%

71
92
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 92 + 72 = 235 (100%)
R 71 of 235 ~ 30.21%
G 92 of 235 ~ 39.15%
B 72 of 235 ~ 30.64%

%30.21
%39.15
%30.64

CMYK RENK MODELİ

#475C48 rengi CMYK tonu (23,0,22,64).

  • camgöbeği tonu 22.83%
  • eflatun tonu 0.00%
  • sarı tonu 21.74%
  • ana renk tonu 63.92%
CMYK:
(23,0,22,64)
C23M0Y22K64 
(23%,0%,22%,64%)
(0.23/0.00/0.22/0.64)	

CMYK yüzdeleri

%22.83
%0
%21.74
%63.92

Codes

Color #475C48 in popluar color models

475C48
RGB719272
HSL123°12.88%31.96%
HSB/HSV123°22.83%36.08%
CMYK22.83%0.00%21.74%
63.92%

Color #475C48 in popluar number systems.

HEX475C48
Decimal719272
Binary100011110111001001000
Octal107134110

Shades and tints

Shades of #475C48

#475C48
(71,92,72)
#415442
(65,84,66)
#3B4C3C
(59,76,60)
#354436
(53,68,54)
#2F3C30
(47,60,48)
#29342A
(41,52,42)
#232C24
(35,44,36)
#1D241E
(29,36,30)
#171C18
(23,28,24)
#111412
(17,20,18)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #475C48

#475C48
(71,92,72)
#576A58
(87,106,88)
#677868
(103,120,104)
#778678
(119,134,120)
#879488
(135,148,136)
#97A298
(151,162,152)
#A7B0A8
(167,176,168)
#B7BEB8
(183,190,184)
#C7CCC8
(199,204,200)
#D7DAD8
(215,218,216)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475C48 color. Also use rgb(71,92,72) instead hex code.

Text Font Color

.myTextColor { color: #475C48; }

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

This text font color is #475C48.


Background Color

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

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

This div background color is #475C48.


Border color

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

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

This div border color is #475C48.


Opacity

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

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

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

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

This text has shadow with #475C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475C48 on black background.


Color preview on white background

This text has color #475C48 on white background.



Black color preview on #475C48 background

This text has black color on #475C48 background.


White color preview on #475C48 background

This text has white color on #475C48 background.