COLOR #476D6B

HEX: #476D6B
RGB: (71,109,107)

Renk bilgisi

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

RGB renk modeli

#476D6B color RGB value is (71,109,107).

  • kırmız ton 71;
  • yeşil ton 109;
  • mavi ton 107.
RGB:
(71,109,107)
(28%,43%,42%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 109 of 255 = 43%
B 107 of 255 = 42%

71
109
107

R + G + B ~ 38%. #476D6B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 109 + 107 = 287 (100%)
R 71 of 287 ~ 24.74%
G 109 of 287 ~ 37.98%
B 107 of 287 ~ 37.28%

%24.74
%37.98
%37.28

CMYK RENK MODELİ

#476D6B rengi CMYK tonu (35,0,2,57).

  • camgöbeği tonu 34.86%
  • eflatun tonu 0.00%
  • sarı tonu 1.83%
  • ana renk tonu 57.25%
CMYK:
(35,0,2,57)
C35M0Y2K57 
(35%,0%,2%,57%)
(0.35/0.00/0.02/0.57)	

CMYK yüzdeleri

%34.86
%0
%1.83
%57.25

Codes

Color #476D6B in popluar color models

476D6B
RGB71109107
HSL177°21.11%35.29%
HSB/HSV177°34.86%42.75%
CMYK34.86%0.00%1.83%
57.25%

Color #476D6B in popluar number systems.

HEX476D6B
Decimal71109107
Binary100011111011011101011
Octal107155153

Shades and tints

Shades of #476D6B

#476D6B
(71,109,107)
#416462
(65,100,98)
#3B5B59
(59,91,89)
#355250
(53,82,80)
#2F4947
(47,73,71)
#29403E
(41,64,62)
#233735
(35,55,53)
#1D2E2C
(29,46,44)
#172523
(23,37,35)
#111C1A
(17,28,26)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #476D6B

#476D6B
(71,109,107)
#577A78
(87,122,120)
#678785
(103,135,133)
#779492
(119,148,146)
#87A19F
(135,161,159)
#97AEAC
(151,174,172)
#A7BBB9
(167,187,185)
#B7C8C6
(183,200,198)
#C7D5D3
(199,213,211)
#D7E2E0
(215,226,224)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476D6B color. Also use rgb(71,109,107) instead hex code.

Text Font Color

.myTextColor { color: #476D6B; }

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

This text font color is #476D6B.


Background Color

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

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

This div background color is #476D6B.


Border color

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

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

This div border color is #476D6B.


Opacity

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

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

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

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

This text has shadow with #476D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D6B on black background.


Color preview on white background

This text has color #476D6B on white background.



Black color preview on #476D6B background

This text has black color on #476D6B background.


White color preview on #476D6B background

This text has white color on #476D6B background.