COLOR #475246

HEX: #475246
RGB: (71,82,70)

Renk bilgisi

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

RGB renk modeli

#475246 color RGB value is (71,82,70).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 82 of 255 = 32%
B 70 of 255 = 27%

71
82
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 82 + 70 = 223 (100%)
R 71 of 223 ~ 31.84%
G 82 of 223 ~ 36.77%
B 70 of 223 ~ 31.39%

%31.84
%36.77
%31.39

CMYK RENK MODELİ

#475246 rengi CMYK tonu (13,0,15,68).

  • camgöbeği tonu 13.41%
  • eflatun tonu 0.00%
  • sarı tonu 14.63%
  • ana renk tonu 67.84%
CMYK:
(13,0,15,68)
C13M0Y15K68 
(13%,0%,15%,68%)
(0.13/0.00/0.15/0.68)	

CMYK yüzdeleri

%13.41
%0
%14.63
%67.84

Codes

Color #475246 in popluar color models

475246
RGB718270
HSL115°7.89%29.80%
HSB/HSV115°14.63%32.16%
CMYK13.41%0.00%14.63%
67.84%

Color #475246 in popluar number systems.

HEX475246
Decimal718270
Binary100011110100101000110
Octal107122106

Shades and tints

Shades of #475246

#475246
(71,82,70)
#414B40
(65,75,64)
#3B443A
(59,68,58)
#353D34
(53,61,52)
#2F362E
(47,54,46)
#292F28
(41,47,40)
#232822
(35,40,34)
#1D211C
(29,33,28)
#171A16
(23,26,22)
#111310
(17,19,16)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #475246

#475246
(71,82,70)
#576156
(87,97,86)
#677066
(103,112,102)
#777F76
(119,127,118)
#878E86
(135,142,134)
#979D96
(151,157,150)
#A7ACA6
(167,172,166)
#B7BBB6
(183,187,182)
#C7CAC6
(199,202,198)
#D7D9D6
(215,217,214)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475246; }

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

This text font color is #475246.


Background Color

.myBgColor { background-color: #475246; }

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

This div background color is #475246.


Border color

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

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

This div border color is #475246.


Opacity

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

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

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

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

This text has shadow with #475246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475246 on black background.


Color preview on white background

This text has color #475246 on white background.



Black color preview on #475246 background

This text has black color on #475246 background.


White color preview on #475246 background

This text has white color on #475246 background.