COLOR #475C39

HEX: #475C39
RGB: (71,92,57)

Renk bilgisi

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

RGB renk modeli

#475C39 color RGB value is (71,92,57).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 92 of 255 = 36%
B 57 of 255 = 22%

71
92
57

R + G + B ~ 29%. #475C39 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 92 + 57 = 220 (100%)
R 71 of 220 ~ 32.27%
G 92 of 220 ~ 41.82%
B 57 of 220 ~ 25.91%

%32.27
%41.82
%25.91

CMYK RENK MODELİ

#475C39 rengi CMYK tonu (23,0,38,64).

  • camgöbeği tonu 22.83%
  • eflatun tonu 0.00%
  • sarı tonu 38.04%
  • ana renk tonu 63.92%
CMYK:
(23,0,38,64)
C23M0Y38K64 
(23%,0%,38%,64%)
(0.23/0.00/0.38/0.64)	

CMYK yüzdeleri

%22.83
%0
%38.04
%63.92

Codes

Color #475C39 in popluar color models

475C39
RGB719257
HSL96°23.49%29.22%
HSB/HSV96°38.04%36.08%
CMYK22.83%0.00%38.04%
63.92%

Color #475C39 in popluar number systems.

HEX475C39
Decimal719257
Binary10001111011100111001
Octal10713471

Shades and tints

Shades of #475C39

#475C39
(71,92,57)
#415434
(65,84,52)
#3B4C2F
(59,76,47)
#35442A
(53,68,42)
#2F3C25
(47,60,37)
#293420
(41,52,32)
#232C1B
(35,44,27)
#1D2416
(29,36,22)
#171C11
(23,28,17)
#11140C
(17,20,12)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #475C39

#475C39
(71,92,57)
#576A4B
(87,106,75)
#67785D
(103,120,93)
#77866F
(119,134,111)
#879481
(135,148,129)
#97A293
(151,162,147)
#A7B0A5
(167,176,165)
#B7BEB7
(183,190,183)
#C7CCC9
(199,204,201)
#D7DADB
(215,218,219)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475C39; }

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

This text font color is #475C39.


Background Color

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

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

This div background color is #475C39.


Border color

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

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

This div border color is #475C39.


Opacity

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

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

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

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

This text has shadow with #475C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475C39 on black background.


Color preview on white background

This text has color #475C39 on white background.



Black color preview on #475C39 background

This text has black color on #475C39 background.


White color preview on #475C39 background

This text has white color on #475C39 background.