COLOR #475C3F

HEX: #475C3F
RGB: (71,92,63)

Renk bilgisi

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

RGB renk modeli

#475C3F color RGB value is (71,92,63).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 92 of 255 = 36%
B 63 of 255 = 25%

71
92
63

R + G + B ~ 30%. #475C3F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 92 + 63 = 226 (100%)
R 71 of 226 ~ 31.42%
G 92 of 226 ~ 40.71%
B 63 of 226 ~ 27.88%

%31.42
%40.71
%27.88

CMYK RENK MODELİ

#475C3F rengi CMYK tonu (23,0,32,64).

  • camgöbeği tonu 22.83%
  • eflatun tonu 0.00%
  • sarı tonu 31.52%
  • ana renk tonu 63.92%
CMYK:
(23,0,32,64)
C23M0Y32K64 
(23%,0%,32%,64%)
(0.23/0.00/0.32/0.64)	

CMYK yüzdeleri

%22.83
%0
%31.52
%63.92

Codes

Color #475C3F in popluar color models

475C3F
RGB719263
HSL103°18.71%30.39%
HSB/HSV103°31.52%36.08%
CMYK22.83%0.00%31.52%
63.92%

Color #475C3F in popluar number systems.

HEX475C3F
Decimal719263
Binary10001111011100111111
Octal10713477

Shades and tints

Shades of #475C3F

#475C3F
(71,92,63)
#41543A
(65,84,58)
#3B4C35
(59,76,53)
#354430
(53,68,48)
#2F3C2B
(47,60,43)
#293426
(41,52,38)
#232C21
(35,44,33)
#1D241C
(29,36,28)
#171C17
(23,28,23)
#111412
(17,20,18)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #475C3F

#475C3F
(71,92,63)
#576A50
(87,106,80)
#677861
(103,120,97)
#778672
(119,134,114)
#879483
(135,148,131)
#97A294
(151,162,148)
#A7B0A5
(167,176,165)
#B7BEB6
(183,190,182)
#C7CCC7
(199,204,199)
#D7DAD8
(215,218,216)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475C3F; }

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

This text font color is #475C3F.


Background Color

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

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

This div background color is #475C3F.


Border color

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

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

This div border color is #475C3F.


Opacity

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

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

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

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

This text has shadow with #475C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475C3F on black background.


Color preview on white background

This text has color #475C3F on white background.



Black color preview on #475C3F background

This text has black color on #475C3F background.


White color preview on #475C3F background

This text has white color on #475C3F background.