COLOR #475646

HEX: #475646
RGB: (71,86,70)

Renk bilgisi

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

RGB renk modeli

#475646 color RGB value is (71,86,70).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 86 of 255 = 34%
B 70 of 255 = 27%

71
86
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 86 + 70 = 227 (100%)
R 71 of 227 ~ 31.28%
G 86 of 227 ~ 37.89%
B 70 of 227 ~ 30.84%

%31.28
%37.89
%30.84

CMYK RENK MODELİ

#475646 rengi CMYK tonu (17,0,19,66).

  • camgöbeği tonu 17.44%
  • eflatun tonu 0.00%
  • sarı tonu 18.60%
  • ana renk tonu 66.27%
CMYK:
(17,0,19,66)
C17M0Y19K66 
(17%,0%,19%,66%)
(0.17/0.00/0.19/0.66)	

CMYK yüzdeleri

%17.44
%0
%18.6
%66.27

Codes

Color #475646 in popluar color models

475646
RGB718670
HSL116°10.26%30.59%
HSB/HSV116°18.60%33.73%
CMYK17.44%0.00%18.60%
66.27%

Color #475646 in popluar number systems.

HEX475646
Decimal718670
Binary100011110101101000110
Octal107126106

Shades and tints

Shades of #475646

#475646
(71,86,70)
#414F40
(65,79,64)
#3B483A
(59,72,58)
#354134
(53,65,52)
#2F3A2E
(47,58,46)
#293328
(41,51,40)
#232C22
(35,44,34)
#1D251C
(29,37,28)
#171E16
(23,30,22)
#111710
(17,23,16)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #475646

#475646
(71,86,70)
#576556
(87,101,86)
#677466
(103,116,102)
#778376
(119,131,118)
#879286
(135,146,134)
#97A196
(151,161,150)
#A7B0A6
(167,176,166)
#B7BFB6
(183,191,182)
#C7CEC6
(199,206,198)
#D7DDD6
(215,221,214)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475646; }

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

This text font color is #475646.


Background Color

.myBgColor { background-color: #475646; }

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

This div background color is #475646.


Border color

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

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

This div border color is #475646.


Opacity

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

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

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

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

This text has shadow with #475646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475646 on black background.


Color preview on white background

This text has color #475646 on white background.



Black color preview on #475646 background

This text has black color on #475646 background.


White color preview on #475646 background

This text has white color on #475646 background.