COLOR #477669

HEX: #477669
RGB: (71,118,105)

Renk bilgisi

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

RGB renk modeli

#477669 color RGB value is (71,118,105).

  • kırmız ton 71;
  • yeşil ton 118;
  • mavi ton 105.
RGB:
(71,118,105)
(28%,46%,41%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 118 of 255 = 46%
B 105 of 255 = 41%

71
118
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 118 + 105 = 294 (100%)
R 71 of 294 ~ 24.15%
G 118 of 294 ~ 40.14%
B 105 of 294 ~ 35.71%

%24.15
%40.14
%35.71

CMYK RENK MODELİ

#477669 rengi CMYK tonu (40,0,11,54).

  • camgöbeği tonu 39.83%
  • eflatun tonu 0.00%
  • sarı tonu 11.02%
  • ana renk tonu 53.73%
CMYK:
(40,0,11,54)
C40M0Y11K54 
(40%,0%,11%,54%)
(0.40/0.00/0.11/0.54)	

CMYK yüzdeleri

%39.83
%0
%11.02
%53.73

Codes

Color #477669 in popluar color models

477669
RGB71118105
HSL163°24.87%37.06%
HSB/HSV163°39.83%46.27%
CMYK39.83%0.00%11.02%
53.73%

Color #477669 in popluar number systems.

HEX477669
Decimal71118105
Binary100011111101101101001
Octal107166151

Shades and tints

Shades of #477669

#477669
(71,118,105)
#416C60
(65,108,96)
#3B6257
(59,98,87)
#35584E
(53,88,78)
#2F4E45
(47,78,69)
#29443C
(41,68,60)
#233A33
(35,58,51)
#1D302A
(29,48,42)
#172621
(23,38,33)
#111C18
(17,28,24)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #477669

#477669
(71,118,105)
#578276
(87,130,118)
#678E83
(103,142,131)
#779A90
(119,154,144)
#87A69D
(135,166,157)
#97B2AA
(151,178,170)
#A7BEB7
(167,190,183)
#B7CAC4
(183,202,196)
#C7D6D1
(199,214,209)
#D7E2DE
(215,226,222)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477669 color. Also use rgb(71,118,105) instead hex code.

Text Font Color

.myTextColor { color: #477669; }

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

This text font color is #477669.


Background Color

.myBgColor { background-color: #477669; }

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

This div background color is #477669.


Border color

.myBorderColor { border: 1px solid #477669; }

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

This div border color is #477669.


Opacity

.myOpacity80 { color: #477669; opacity: 0.8; }

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

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

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

This text has shadow with #477669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477669 on black background.


Color preview on white background

This text has color #477669 on white background.



Black color preview on #477669 background

This text has black color on #477669 background.


White color preview on #477669 background

This text has white color on #477669 background.