COLOR #476B58

HEX: #476B58
RGB: (71,107,88)

Renk bilgisi

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

RGB renk modeli

#476B58 color RGB value is (71,107,88).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 107 of 255 = 42%
B 88 of 255 = 35%

71
107
88

R + G + B ~ 35%. #476B58 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 107 + 88 = 266 (100%)
R 71 of 266 ~ 26.69%
G 107 of 266 ~ 40.23%
B 88 of 266 ~ 33.08%

%26.69
%40.23
%33.08

CMYK RENK MODELİ

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

  • camgöbeği tonu 33.64%
  • eflatun tonu 0.00%
  • sarı tonu 17.76%
  • ana renk tonu 58.04%
CMYK:
(34,0,18,58)
C34M0Y18K58 
(34%,0%,18%,58%)
(0.34/0.00/0.18/0.58)	

CMYK yüzdeleri

%33.64
%0
%17.76
%58.04

Codes

Color #476B58 in popluar color models

476B58
RGB7110788
HSL148°20.22%34.90%
HSB/HSV148°33.64%41.96%
CMYK33.64%0.00%17.76%
58.04%

Color #476B58 in popluar number systems.

HEX476B58
Decimal7110788
Binary100011111010111011000
Octal107153130

Shades and tints

Shades of #476B58

#476B58
(71,107,88)
#416250
(65,98,80)
#3B5948
(59,89,72)
#355040
(53,80,64)
#2F4738
(47,71,56)
#293E30
(41,62,48)
#233528
(35,53,40)
#1D2C20
(29,44,32)
#172318
(23,35,24)
#111A10
(17,26,16)
#0B1108
(11,17,8)
#000000
(0,0,0)

Tints of #476B58

#476B58
(71,107,88)
#577867
(87,120,103)
#678576
(103,133,118)
#779285
(119,146,133)
#879F94
(135,159,148)
#97ACA3
(151,172,163)
#A7B9B2
(167,185,178)
#B7C6C1
(183,198,193)
#C7D3D0
(199,211,208)
#D7E0DF
(215,224,223)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476B58; }

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

This text font color is #476B58.


Background Color

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

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

This div background color is #476B58.


Border color

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

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

This div border color is #476B58.


Opacity

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

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

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

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

This text has shadow with #476B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476B58 on black background.


Color preview on white background

This text has color #476B58 on white background.



Black color preview on #476B58 background

This text has black color on #476B58 background.


White color preview on #476B58 background

This text has white color on #476B58 background.