COLOR #476359

HEX: #476359
RGB: (71,99,89)

Renk bilgisi

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

RGB renk modeli

#476359 color RGB value is (71,99,89).

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

RGB bağlantıları ve doygunluk

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

71
99
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 99 + 89 = 259 (100%)
R 71 of 259 ~ 27.41%
G 99 of 259 ~ 38.22%
B 89 of 259 ~ 34.36%

%27.41
%38.22
%34.36

CMYK RENK MODELİ

#476359 rengi CMYK tonu (28,0,10,61).

  • camgöbeği tonu 28.28%
  • eflatun tonu 0.00%
  • sarı tonu 10.10%
  • ana renk tonu 61.18%
CMYK:
(28,0,10,61)
C28M0Y10K61 
(28%,0%,10%,61%)
(0.28/0.00/0.10/0.61)	

CMYK yüzdeleri

%28.28
%0
%10.1
%61.18

Codes

Color #476359 in popluar color models

476359
RGB719989
HSL159°16.47%33.33%
HSB/HSV159°28.28%38.82%
CMYK28.28%0.00%10.10%
61.18%

Color #476359 in popluar number systems.

HEX476359
Decimal719989
Binary100011111000111011001
Octal107143131

Shades and tints

Shades of #476359

#476359
(71,99,89)
#415A51
(65,90,81)
#3B5149
(59,81,73)
#354841
(53,72,65)
#2F3F39
(47,63,57)
#293631
(41,54,49)
#232D29
(35,45,41)
#1D2421
(29,36,33)
#171B19
(23,27,25)
#111211
(17,18,17)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #476359

#476359
(71,99,89)
#577168
(87,113,104)
#677F77
(103,127,119)
#778D86
(119,141,134)
#879B95
(135,155,149)
#97A9A4
(151,169,164)
#A7B7B3
(167,183,179)
#B7C5C2
(183,197,194)
#C7D3D1
(199,211,209)
#D7E1E0
(215,225,224)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476359; }

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

This text font color is #476359.


Background Color

.myBgColor { background-color: #476359; }

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

This div background color is #476359.


Border color

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

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

This div border color is #476359.


Opacity

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

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

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

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

This text has shadow with #476359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476359 on black background.


Color preview on white background

This text has color #476359 on white background.



Black color preview on #476359 background

This text has black color on #476359 background.


White color preview on #476359 background

This text has white color on #476359 background.