COLOR #476459

HEX: #476459
RGB: (71,100,89)

Renk bilgisi

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

RGB renk modeli

#476459 color RGB value is (71,100,89).

  • kırmız ton 71;
  • yeşil ton 100;
  • mavi ton 89.
RGB:
(71,100,89)
(28%,39%,35%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 100 of 255 = 39%
B 89 of 255 = 35%

71
100
89

R + G + B ~ 34%. #476459 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 100 + 89 = 260 (100%)
R 71 of 260 ~ 27.31%
G 100 of 260 ~ 38.46%
B 89 of 260 ~ 34.23%

%27.31
%38.46
%34.23

CMYK RENK MODELİ

#476459 rengi CMYK tonu (29,0,11,61).

  • camgöbeği tonu 29.00%
  • eflatun tonu 0.00%
  • sarı tonu 11.00%
  • ana renk tonu 60.78%
CMYK:
(29,0,11,61)
C29M0Y11K61 
(29%,0%,11%,61%)
(0.29/0.00/0.11/0.61)	

CMYK yüzdeleri

%29
%0
%11
%60.78

Codes

Color #476459 in popluar color models

476459
RGB7110089
HSL157°16.96%33.53%
HSB/HSV157°29.00%39.22%
CMYK29.00%0.00%11.00%
60.78%

Color #476459 in popluar number systems.

HEX476459
Decimal7110089
Binary100011111001001011001
Octal107144131

Shades and tints

Shades of #476459

#476459
(71,100,89)
#415B51
(65,91,81)
#3B5249
(59,82,73)
#354941
(53,73,65)
#2F4039
(47,64,57)
#293731
(41,55,49)
#232E29
(35,46,41)
#1D2521
(29,37,33)
#171C19
(23,28,25)
#111311
(17,19,17)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #476459

#476459
(71,100,89)
#577268
(87,114,104)
#678077
(103,128,119)
#778E86
(119,142,134)
#879C95
(135,156,149)
#97AAA4
(151,170,164)
#A7B8B3
(167,184,179)
#B7C6C2
(183,198,194)
#C7D4D1
(199,212,209)
#D7E2E0
(215,226,224)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476459; }

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

This text font color is #476459.


Background Color

.myBgColor { background-color: #476459; }

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

This div background color is #476459.


Border color

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

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

This div border color is #476459.


Opacity

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

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

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

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

This text has shadow with #476459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476459 on black background.


Color preview on white background

This text has color #476459 on white background.



Black color preview on #476459 background

This text has black color on #476459 background.


White color preview on #476459 background

This text has white color on #476459 background.