COLOR #477D7B

HEX: #477D7B
RGB: (71,125,123)

Renk bilgisi

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

RGB renk modeli

#477D7B color RGB value is (71,125,123).

  • kırmız ton 71;
  • yeşil ton 125;
  • mavi ton 123.
RGB:
(71,125,123)
(28%,49%,48%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 125 of 255 = 49%
B 123 of 255 = 48%

71
125
123

R + G + B ~ 42%. #477D7B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 125 + 123 = 319 (100%)
R 71 of 319 ~ 22.26%
G 125 of 319 ~ 39.18%
B 123 of 319 ~ 38.56%

%22.26
%39.18
%38.56

CMYK RENK MODELİ

#477D7B rengi CMYK tonu (43,0,2,51).

  • camgöbeği tonu 43.20%
  • eflatun tonu 0.00%
  • sarı tonu 1.60%
  • ana renk tonu 50.98%
CMYK:
(43,0,2,51)
C43M0Y2K51 
(43%,0%,2%,51%)
(0.43/0.00/0.02/0.51)	

CMYK yüzdeleri

%43.2
%0
%1.6
%50.98

Codes

Color #477D7B in popluar color models

477D7B
RGB71125123
HSL178°27.55%38.43%
HSB/HSV178°43.20%49.02%
CMYK43.20%0.00%1.60%
50.98%

Color #477D7B in popluar number systems.

HEX477D7B
Decimal71125123
Binary100011111111011111011
Octal107175173

Shades and tints

Shades of #477D7B

#477D7B
(71,125,123)
#417270
(65,114,112)
#3B6765
(59,103,101)
#355C5A
(53,92,90)
#2F514F
(47,81,79)
#294644
(41,70,68)
#233B39
(35,59,57)
#1D302E
(29,48,46)
#172523
(23,37,35)
#111A18
(17,26,24)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #477D7B

#477D7B
(71,125,123)
#578887
(87,136,135)
#679393
(103,147,147)
#779E9F
(119,158,159)
#87A9AB
(135,169,171)
#97B4B7
(151,180,183)
#A7BFC3
(167,191,195)
#B7CACF
(183,202,207)
#C7D5DB
(199,213,219)
#D7E0E7
(215,224,231)
#E7EBF3
(231,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477D7B color. Also use rgb(71,125,123) instead hex code.

Text Font Color

.myTextColor { color: #477D7B; }

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

This text font color is #477D7B.


Background Color

.myBgColor { background-color: #477D7B; }

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

This div background color is #477D7B.


Border color

.myBorderColor { border: 1px solid #477D7B; }

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

This div border color is #477D7B.


Opacity

.myOpacity80 { color: #477D7B; opacity: 0.8; }

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

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

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

This text has shadow with #477D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477D7B on black background.


Color preview on white background

This text has color #477D7B on white background.



Black color preview on #477D7B background

This text has black color on #477D7B background.


White color preview on #477D7B background

This text has white color on #477D7B background.