COLOR #476E6E

HEX: #476E6E
RGB: (71,110,110)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
110
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 110 + 110 = 291 (100%)
R 71 of 291 ~ 24.4%
G 110 of 291 ~ 37.8%
B 110 of 291 ~ 37.8%

%24.4
%37.8
%37.8

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%35.45
%0
%0
%56.86

Codes

Color #476E6E in popluar color models

476E6E
RGB71110110
HSL180°21.55%35.49%
HSB/HSV180°35.45%43.14%
CMYK35.45%0.00%0.00%
56.86%

Color #476E6E in popluar number systems.

HEX476E6E
Decimal71110110
Binary100011111011101101110
Octal107156156

Shades and tints

Shades of #476E6E

#476E6E
(71,110,110)
#416464
(65,100,100)
#3B5A5A
(59,90,90)
#355050
(53,80,80)
#2F4646
(47,70,70)
#293C3C
(41,60,60)
#233232
(35,50,50)
#1D2828
(29,40,40)
#171E1E
(23,30,30)
#111414
(17,20,20)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #476E6E

#476E6E
(71,110,110)
#577B7B
(87,123,123)
#678888
(103,136,136)
#779595
(119,149,149)
#87A2A2
(135,162,162)
#97AFAF
(151,175,175)
#A7BCBC
(167,188,188)
#B7C9C9
(183,201,201)
#C7D6D6
(199,214,214)
#D7E3E3
(215,227,227)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476E6E; }

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

This text font color is #476E6E.


Background Color

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

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

This div background color is #476E6E.


Border color

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

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

This div border color is #476E6E.


Opacity

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

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

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

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

This text has shadow with #476E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E6E on black background.


Color preview on white background

This text has color #476E6E on white background.



Black color preview on #476E6E background

This text has black color on #476E6E background.


White color preview on #476E6E background

This text has white color on #476E6E background.