COLOR #476C6E

HEX: #476C6E
RGB: (71,108,110)

Renk bilgisi

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

RGB renk modeli

#476C6E color RGB value is (71,108,110).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 108 of 255 = 42%
B 110 of 255 = 43%

71
108
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 108 + 110 = 289 (100%)
R 71 of 289 ~ 24.57%
G 108 of 289 ~ 37.37%
B 110 of 289 ~ 38.06%

%24.57
%37.37
%38.06

CMYK RENK MODELİ

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

  • camgöbeği tonu 35.45%
  • eflatun tonu 1.82%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(35,2,0,57)
C35M2Y0K57 
(35%,2%,0%,57%)
(0.35/0.02/0.00/0.57)	

CMYK yüzdeleri

%35.45
%1.82
%0
%56.86

Codes

Color #476C6E in popluar color models

476C6E
RGB71108110
HSL183°21.55%35.49%
HSB/HSV183°35.45%43.14%
CMYK35.45%1.82%0.00%
56.86%

Color #476C6E in popluar number systems.

HEX476C6E
Decimal71108110
Binary100011111011001101110
Octal107154156

Shades and tints

Shades of #476C6E

#476C6E
(71,108,110)
#416364
(65,99,100)
#3B5A5A
(59,90,90)
#355150
(53,81,80)
#2F4846
(47,72,70)
#293F3C
(41,63,60)
#233632
(35,54,50)
#1D2D28
(29,45,40)
#17241E
(23,36,30)
#111B14
(17,27,20)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #476C6E

#476C6E
(71,108,110)
#57797B
(87,121,123)
#678688
(103,134,136)
#779395
(119,147,149)
#87A0A2
(135,160,162)
#97ADAF
(151,173,175)
#A7BABC
(167,186,188)
#B7C7C9
(183,199,201)
#C7D4D6
(199,212,214)
#D7E1E3
(215,225,227)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476C6E color. Also use rgb(71,108,110) instead hex code.

Text Font Color

.myTextColor { color: #476C6E; }

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

This text font color is #476C6E.


Background Color

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

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

This div background color is #476C6E.


Border color

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

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

This div border color is #476C6E.


Opacity

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

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

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

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

This text has shadow with #476C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476C6E on black background.


Color preview on white background

This text has color #476C6E on white background.



Black color preview on #476C6E background

This text has black color on #476C6E background.


White color preview on #476C6E background

This text has white color on #476C6E background.