COLOR #476C55

HEX: #476C55
RGB: (71,108,85)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
108
85

R + G + B ~ 34%. #476C55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 108 + 85 = 264 (100%)
R 71 of 264 ~ 26.89%
G 108 of 264 ~ 40.91%
B 85 of 264 ~ 32.2%

%26.89
%40.91
%32.2

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%34.26
%0
%21.3
%57.65

Codes

Color #476C55 in popluar color models

476C55
RGB7110885
HSL143°20.67%35.10%
HSB/HSV143°34.26%42.35%
CMYK34.26%0.00%21.30%
57.65%

Color #476C55 in popluar number systems.

HEX476C55
Decimal7110885
Binary100011111011001010101
Octal107154125

Shades and tints

Shades of #476C55

#476C55
(71,108,85)
#41634E
(65,99,78)
#3B5A47
(59,90,71)
#355140
(53,81,64)
#2F4839
(47,72,57)
#293F32
(41,63,50)
#23362B
(35,54,43)
#1D2D24
(29,45,36)
#17241D
(23,36,29)
#111B16
(17,27,22)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #476C55

#476C55
(71,108,85)
#577964
(87,121,100)
#678673
(103,134,115)
#779382
(119,147,130)
#87A091
(135,160,145)
#97ADA0
(151,173,160)
#A7BAAF
(167,186,175)
#B7C7BE
(183,199,190)
#C7D4CD
(199,212,205)
#D7E1DC
(215,225,220)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476C55; }

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

This text font color is #476C55.


Background Color

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

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

This div background color is #476C55.


Border color

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

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

This div border color is #476C55.


Opacity

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

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

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

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

This text has shadow with #476C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476C55 on black background.


Color preview on white background

This text has color #476C55 on white background.



Black color preview on #476C55 background

This text has black color on #476C55 background.


White color preview on #476C55 background

This text has white color on #476C55 background.