COLOR #475547

HEX: #475547
RGB: (71,85,71)

Renk bilgisi

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

RGB renk modeli

#475547 color RGB value is (71,85,71).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 85 of 255 = 33%
B 71 of 255 = 28%

71
85
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 85 + 71 = 227 (100%)
R 71 of 227 ~ 31.28%
G 85 of 227 ~ 37.44%
B 71 of 227 ~ 31.28%

%31.28
%37.44
%31.28

CMYK RENK MODELİ

#475547 rengi CMYK tonu (16,0,16,67).

  • camgöbeği tonu 16.47%
  • eflatun tonu 0.00%
  • sarı tonu 16.47%
  • ana renk tonu 66.67%
CMYK:
(16,0,16,67)
C16M0Y16K67 
(16%,0%,16%,67%)
(0.16/0.00/0.16/0.67)	

CMYK yüzdeleri

%16.47
%0
%16.47
%66.67

Codes

Color #475547 in popluar color models

475547
RGB718571
HSL120°8.97%30.59%
HSB/HSV120°16.47%33.33%
CMYK16.47%0.00%16.47%
66.67%

Color #475547 in popluar number systems.

HEX475547
Decimal718571
Binary100011110101011000111
Octal107125107

Shades and tints

Shades of #475547

#475547
(71,85,71)
#414E41
(65,78,65)
#3B473B
(59,71,59)
#354035
(53,64,53)
#2F392F
(47,57,47)
#293229
(41,50,41)
#232B23
(35,43,35)
#1D241D
(29,36,29)
#171D17
(23,29,23)
#111611
(17,22,17)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #475547

#475547
(71,85,71)
#576457
(87,100,87)
#677367
(103,115,103)
#778277
(119,130,119)
#879187
(135,145,135)
#97A097
(151,160,151)
#A7AFA7
(167,175,167)
#B7BEB7
(183,190,183)
#C7CDC7
(199,205,199)
#D7DCD7
(215,220,215)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475547 color. Also use rgb(71,85,71) instead hex code.

Text Font Color

.myTextColor { color: #475547; }

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

This text font color is #475547.


Background Color

.myBgColor { background-color: #475547; }

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

This div background color is #475547.


Border color

.myBorderColor { border: 1px solid #475547; }

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

This div border color is #475547.


Opacity

.myOpacity80 { color: #475547; opacity: 0.8; }

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

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

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

This text has shadow with #475547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475547 on black background.


Color preview on white background

This text has color #475547 on white background.



Black color preview on #475547 background

This text has black color on #475547 background.


White color preview on #475547 background

This text has white color on #475547 background.