COLOR #476760

HEX: #476760
RGB: (71,103,96)

Renk bilgisi

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

RGB renk modeli

#476760 color RGB value is (71,103,96).

  • kırmız ton 71;
  • yeşil ton 103;
  • mavi ton 96.
RGB:
(71,103,96)
(28%,40%,38%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 103 of 255 = 40%
B 96 of 255 = 38%

71
103
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 103 + 96 = 270 (100%)
R 71 of 270 ~ 26.3%
G 103 of 270 ~ 38.15%
B 96 of 270 ~ 35.56%

%26.3
%38.15
%35.56

CMYK RENK MODELİ

#476760 rengi CMYK tonu (31,0,7,60).

  • camgöbeği tonu 31.07%
  • eflatun tonu 0.00%
  • sarı tonu 6.80%
  • ana renk tonu 59.61%
CMYK:
(31,0,7,60)
C31M0Y7K60 
(31%,0%,7%,60%)
(0.31/0.00/0.07/0.60)	

CMYK yüzdeleri

%31.07
%0
%6.8
%59.61

Codes

Color #476760 in popluar color models

476760
RGB7110396
HSL167°18.39%34.12%
HSB/HSV167°31.07%40.39%
CMYK31.07%0.00%6.80%
59.61%

Color #476760 in popluar number systems.

HEX476760
Decimal7110396
Binary100011111001111100000
Octal107147140

Shades and tints

Shades of #476760

#476760
(71,103,96)
#415E58
(65,94,88)
#3B5550
(59,85,80)
#354C48
(53,76,72)
#2F4340
(47,67,64)
#293A38
(41,58,56)
#233130
(35,49,48)
#1D2828
(29,40,40)
#171F20
(23,31,32)
#111618
(17,22,24)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #476760

#476760
(71,103,96)
#57746E
(87,116,110)
#67817C
(103,129,124)
#778E8A
(119,142,138)
#879B98
(135,155,152)
#97A8A6
(151,168,166)
#A7B5B4
(167,181,180)
#B7C2C2
(183,194,194)
#C7CFD0
(199,207,208)
#D7DCDE
(215,220,222)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476760 color. Also use rgb(71,103,96) instead hex code.

Text Font Color

.myTextColor { color: #476760; }

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

This text font color is #476760.


Background Color

.myBgColor { background-color: #476760; }

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

This div background color is #476760.


Border color

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

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

This div border color is #476760.


Opacity

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

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

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

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

This text has shadow with #476760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476760 on black background.


Color preview on white background

This text has color #476760 on white background.



Black color preview on #476760 background

This text has black color on #476760 background.


White color preview on #476760 background

This text has white color on #476760 background.