COLOR #477B5A

HEX: #477B5A
RGB: (71,123,90)

Renk bilgisi

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

RGB renk modeli

#477B5A color RGB value is (71,123,90).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 123 of 255 = 48%
B 90 of 255 = 35%

71
123
90

R + G + B ~ 37%. #477B5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 123 + 90 = 284 (100%)
R 71 of 284 ~ 25%
G 123 of 284 ~ 43.31%
B 90 of 284 ~ 31.69%

%25
%43.31
%31.69

CMYK RENK MODELİ

#477B5A rengi CMYK tonu (42,0,27,52).

  • camgöbeği tonu 42.28%
  • eflatun tonu 0.00%
  • sarı tonu 26.83%
  • ana renk tonu 51.76%
CMYK:
(42,0,27,52)
C42M0Y27K52 
(42%,0%,27%,52%)
(0.42/0.00/0.27/0.52)	

CMYK yüzdeleri

%42.28
%0
%26.83
%51.76

Codes

Color #477B5A in popluar color models

477B5A
RGB7112390
HSL142°26.80%38.04%
HSB/HSV142°42.28%48.24%
CMYK42.28%0.00%26.83%
51.76%

Color #477B5A in popluar number systems.

HEX477B5A
Decimal7112390
Binary100011111110111011010
Octal107173132

Shades and tints

Shades of #477B5A

#477B5A
(71,123,90)
#417052
(65,112,82)
#3B654A
(59,101,74)
#355A42
(53,90,66)
#2F4F3A
(47,79,58)
#294432
(41,68,50)
#23392A
(35,57,42)
#1D2E22
(29,46,34)
#17231A
(23,35,26)
#111812
(17,24,18)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #477B5A

#477B5A
(71,123,90)
#578769
(87,135,105)
#679378
(103,147,120)
#779F87
(119,159,135)
#87AB96
(135,171,150)
#97B7A5
(151,183,165)
#A7C3B4
(167,195,180)
#B7CFC3
(183,207,195)
#C7DBD2
(199,219,210)
#D7E7E1
(215,231,225)
#E7F3F0
(231,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477B5A; }

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

This text font color is #477B5A.


Background Color

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

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

This div background color is #477B5A.


Border color

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

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

This div border color is #477B5A.


Opacity

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

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

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

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

This text has shadow with #477B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477B5A on black background.


Color preview on white background

This text has color #477B5A on white background.



Black color preview on #477B5A background

This text has black color on #477B5A background.


White color preview on #477B5A background

This text has white color on #477B5A background.