COLOR #476C6C

HEX: #476C6C
RGB: (71,108,108)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
108
108

R + G + B ~ 37%. #476C6C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 108 + 108 = 287 (100%)
R 71 of 287 ~ 24.74%
G 108 of 287 ~ 37.63%
B 108 of 287 ~ 37.63%

%24.74
%37.63
%37.63

CMYK RENK MODELİ

#476C6C rengi CMYK tonu (34,0,0,58).

  • camgöbeği tonu 34.26%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(34,0,0,58)
C34M0Y0K58 
(34%,0%,0%,58%)
(0.34/0.00/0.00/0.58)	

CMYK yüzdeleri

%34.26
%0
%0
%57.65

Codes

Color #476C6C in popluar color models

476C6C
RGB71108108
HSL180°20.67%35.10%
HSB/HSV180°34.26%42.35%
CMYK34.26%0.00%0.00%
57.65%

Color #476C6C in popluar number systems.

HEX476C6C
Decimal71108108
Binary100011111011001101100
Octal107154154

Shades and tints

Shades of #476C6C

#476C6C
(71,108,108)
#416363
(65,99,99)
#3B5A5A
(59,90,90)
#355151
(53,81,81)
#2F4848
(47,72,72)
#293F3F
(41,63,63)
#233636
(35,54,54)
#1D2D2D
(29,45,45)
#172424
(23,36,36)
#111B1B
(17,27,27)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #476C6C

#476C6C
(71,108,108)
#577979
(87,121,121)
#678686
(103,134,134)
#779393
(119,147,147)
#87A0A0
(135,160,160)
#97ADAD
(151,173,173)
#A7BABA
(167,186,186)
#B7C7C7
(183,199,199)
#C7D4D4
(199,212,212)
#D7E1E1
(215,225,225)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476C6C; }

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

This text font color is #476C6C.


Background Color

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

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

This div background color is #476C6C.


Border color

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

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

This div border color is #476C6C.


Opacity

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

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

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

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

This text has shadow with #476C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476C6C on black background.


Color preview on white background

This text has color #476C6C on white background.



Black color preview on #476C6C background

This text has black color on #476C6C background.


White color preview on #476C6C background

This text has white color on #476C6C background.