COLOR #476376

HEX: #476376
RGB: (71,99,118)

Renk bilgisi

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

RGB renk modeli

#476376 color RGB value is (71,99,118).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 99 of 255 = 39%
B 118 of 255 = 46%

71
99
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 99 + 118 = 288 (100%)
R 71 of 288 ~ 24.65%
G 99 of 288 ~ 34.38%
B 118 of 288 ~ 40.97%

%24.65
%34.38
%40.97

CMYK RENK MODELİ

#476376 rengi CMYK tonu (40,16,0,54).

  • camgöbeği tonu 39.83%
  • eflatun tonu 16.10%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(40,16,0,54)
C40M16Y0K54 
(40%,16%,0%,54%)
(0.40/0.16/0.00/0.54)	

CMYK yüzdeleri

%39.83
%16.1
%0
%53.73

Codes

Color #476376 in popluar color models

476376
RGB7199118
HSL204°24.87%37.06%
HSB/HSV204°39.83%46.27%
CMYK39.83%16.10%0.00%
53.73%

Color #476376 in popluar number systems.

HEX476376
Decimal7199118
Binary100011111000111110110
Octal107143166

Shades and tints

Shades of #476376

#476376
(71,99,118)
#415A6C
(65,90,108)
#3B5162
(59,81,98)
#354858
(53,72,88)
#2F3F4E
(47,63,78)
#293644
(41,54,68)
#232D3A
(35,45,58)
#1D2430
(29,36,48)
#171B26
(23,27,38)
#11121C
(17,18,28)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #476376

#476376
(71,99,118)
#577182
(87,113,130)
#677F8E
(103,127,142)
#778D9A
(119,141,154)
#879BA6
(135,155,166)
#97A9B2
(151,169,178)
#A7B7BE
(167,183,190)
#B7C5CA
(183,197,202)
#C7D3D6
(199,211,214)
#D7E1E2
(215,225,226)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476376; }

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

This text font color is #476376.


Background Color

.myBgColor { background-color: #476376; }

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

This div background color is #476376.


Border color

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

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

This div border color is #476376.


Opacity

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

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

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

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

This text has shadow with #476376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476376 on black background.


Color preview on white background

This text has color #476376 on white background.



Black color preview on #476376 background

This text has black color on #476376 background.


White color preview on #476376 background

This text has white color on #476376 background.