COLOR #476461

HEX: #476461
RGB: (71,100,97)

Renk bilgisi

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

RGB renk modeli

#476461 color RGB value is (71,100,97).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 100 of 255 = 39%
B 97 of 255 = 38%

71
100
97

R + G + B ~ 35%. #476461 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 100 + 97 = 268 (100%)
R 71 of 268 ~ 26.49%
G 100 of 268 ~ 37.31%
B 97 of 268 ~ 36.19%

%26.49
%37.31
%36.19

CMYK RENK MODELİ

#476461 rengi CMYK tonu (29,0,3,61).

  • camgöbeği tonu 29.00%
  • eflatun tonu 0.00%
  • sarı tonu 3.00%
  • ana renk tonu 60.78%
CMYK:
(29,0,3,61)
C29M0Y3K61 
(29%,0%,3%,61%)
(0.29/0.00/0.03/0.61)	

CMYK yüzdeleri

%29
%0
%3
%60.78

Codes

Color #476461 in popluar color models

476461
RGB7110097
HSL174°16.96%33.53%
HSB/HSV174°29.00%39.22%
CMYK29.00%0.00%3.00%
60.78%

Color #476461 in popluar number systems.

HEX476461
Decimal7110097
Binary100011111001001100001
Octal107144141

Shades and tints

Shades of #476461

#476461
(71,100,97)
#415B59
(65,91,89)
#3B5251
(59,82,81)
#354949
(53,73,73)
#2F4041
(47,64,65)
#293739
(41,55,57)
#232E31
(35,46,49)
#1D2529
(29,37,41)
#171C21
(23,28,33)
#111319
(17,19,25)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #476461

#476461
(71,100,97)
#57726F
(87,114,111)
#67807D
(103,128,125)
#778E8B
(119,142,139)
#879C99
(135,156,153)
#97AAA7
(151,170,167)
#A7B8B5
(167,184,181)
#B7C6C3
(183,198,195)
#C7D4D1
(199,212,209)
#D7E2DF
(215,226,223)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476461; }

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

This text font color is #476461.


Background Color

.myBgColor { background-color: #476461; }

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

This div background color is #476461.


Border color

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

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

This div border color is #476461.


Opacity

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

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

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

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

This text has shadow with #476461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476461 on black background.


Color preview on white background

This text has color #476461 on white background.



Black color preview on #476461 background

This text has black color on #476461 background.


White color preview on #476461 background

This text has white color on #476461 background.