COLOR #476A54

HEX: #476A54
RGB: (71,106,84)

Renk bilgisi

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

RGB renk modeli

#476A54 color RGB value is (71,106,84).

  • kırmız ton 71;
  • yeşil ton 106;
  • mavi ton 84.
RGB:
(71,106,84)
(28%,42%,33%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 106 of 255 = 42%
B 84 of 255 = 33%

71
106
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 106 + 84 = 261 (100%)
R 71 of 261 ~ 27.2%
G 106 of 261 ~ 40.61%
B 84 of 261 ~ 32.18%

%27.2
%40.61
%32.18

CMYK RENK MODELİ

#476A54 rengi CMYK tonu (33,0,21,58).

  • camgöbeği tonu 33.02%
  • eflatun tonu 0.00%
  • sarı tonu 20.75%
  • ana renk tonu 58.43%
CMYK:
(33,0,21,58)
C33M0Y21K58 
(33%,0%,21%,58%)
(0.33/0.00/0.21/0.58)	

CMYK yüzdeleri

%33.02
%0
%20.75
%58.43

Codes

Color #476A54 in popluar color models

476A54
RGB7110684
HSL142°19.77%34.71%
HSB/HSV142°33.02%41.57%
CMYK33.02%0.00%20.75%
58.43%

Color #476A54 in popluar number systems.

HEX476A54
Decimal7110684
Binary100011111010101010100
Octal107152124

Shades and tints

Shades of #476A54

#476A54
(71,106,84)
#41614D
(65,97,77)
#3B5846
(59,88,70)
#354F3F
(53,79,63)
#2F4638
(47,70,56)
#293D31
(41,61,49)
#23342A
(35,52,42)
#1D2B23
(29,43,35)
#17221C
(23,34,28)
#111915
(17,25,21)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #476A54

#476A54
(71,106,84)
#577763
(87,119,99)
#678472
(103,132,114)
#779181
(119,145,129)
#879E90
(135,158,144)
#97AB9F
(151,171,159)
#A7B8AE
(167,184,174)
#B7C5BD
(183,197,189)
#C7D2CC
(199,210,204)
#D7DFDB
(215,223,219)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476A54 color. Also use rgb(71,106,84) instead hex code.

Text Font Color

.myTextColor { color: #476A54; }

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

This text font color is #476A54.


Background Color

.myBgColor { background-color: #476A54; }

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

This div background color is #476A54.


Border color

.myBorderColor { border: 1px solid #476A54; }

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

This div border color is #476A54.


Opacity

.myOpacity80 { color: #476A54; opacity: 0.8; }

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

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

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

This text has shadow with #476A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476A54 on black background.


Color preview on white background

This text has color #476A54 on white background.



Black color preview on #476A54 background

This text has black color on #476A54 background.


White color preview on #476A54 background

This text has white color on #476A54 background.