COLOR #475147

HEX: #475147
RGB: (71,81,71)

Renk bilgisi

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

RGB renk modeli

#475147 color RGB value is (71,81,71).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 81 of 255 = 32%
B 71 of 255 = 28%

71
81
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 81 + 71 = 223 (100%)
R 71 of 223 ~ 31.84%
G 81 of 223 ~ 36.32%
B 71 of 223 ~ 31.84%

%31.84
%36.32
%31.84

CMYK RENK MODELİ

#475147 rengi CMYK tonu (12,0,12,68).

  • camgöbeği tonu 12.35%
  • eflatun tonu 0.00%
  • sarı tonu 12.35%
  • ana renk tonu 68.24%
CMYK:
(12,0,12,68)
C12M0Y12K68 
(12%,0%,12%,68%)
(0.12/0.00/0.12/0.68)	

CMYK yüzdeleri

%12.35
%0
%12.35
%68.24

Codes

Color #475147 in popluar color models

475147
RGB718171
HSL120°6.58%29.80%
HSB/HSV120°12.35%31.76%
CMYK12.35%0.00%12.35%
68.24%

Color #475147 in popluar number systems.

HEX475147
Decimal718171
Binary100011110100011000111
Octal107121107

Shades and tints

Shades of #475147

#475147
(71,81,71)
#414A41
(65,74,65)
#3B433B
(59,67,59)
#353C35
(53,60,53)
#2F352F
(47,53,47)
#292E29
(41,46,41)
#232723
(35,39,35)
#1D201D
(29,32,29)
#171917
(23,25,23)
#111211
(17,18,17)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #475147

#475147
(71,81,71)
#576057
(87,96,87)
#676F67
(103,111,103)
#777E77
(119,126,119)
#878D87
(135,141,135)
#979C97
(151,156,151)
#A7ABA7
(167,171,167)
#B7BAB7
(183,186,183)
#C7C9C7
(199,201,199)
#D7D8D7
(215,216,215)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475147; }

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

This text font color is #475147.


Background Color

.myBgColor { background-color: #475147; }

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

This div background color is #475147.


Border color

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

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

This div border color is #475147.


Opacity

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

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

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

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

This text has shadow with #475147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475147 on black background.


Color preview on white background

This text has color #475147 on white background.



Black color preview on #475147 background

This text has black color on #475147 background.


White color preview on #475147 background

This text has white color on #475147 background.