COLOR #477A65

HEX: #477A65
RGB: (71,122,101)

Renk bilgisi

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

RGB renk modeli

#477A65 color RGB value is (71,122,101).

  • kırmız ton 71;
  • yeşil ton 122;
  • mavi ton 101.
RGB:
(71,122,101)
(28%,48%,40%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 122 of 255 = 48%
B 101 of 255 = 40%

71
122
101

R + G + B ~ 39%. #477A65 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 122 + 101 = 294 (100%)
R 71 of 294 ~ 24.15%
G 122 of 294 ~ 41.5%
B 101 of 294 ~ 34.35%

%24.15
%41.5
%34.35

CMYK RENK MODELİ

#477A65 rengi CMYK tonu (42,0,17,52).

  • camgöbeği tonu 41.80%
  • eflatun tonu 0.00%
  • sarı tonu 17.21%
  • ana renk tonu 52.16%
CMYK:
(42,0,17,52)
C42M0Y17K52 
(42%,0%,17%,52%)
(0.42/0.00/0.17/0.52)	

CMYK yüzdeleri

%41.8
%0
%17.21
%52.16

Codes

Color #477A65 in popluar color models

477A65
RGB71122101
HSL155°26.42%37.84%
HSB/HSV155°41.80%47.84%
CMYK41.80%0.00%17.21%
52.16%

Color #477A65 in popluar number systems.

HEX477A65
Decimal71122101
Binary100011111110101100101
Octal107172145

Shades and tints

Shades of #477A65

#477A65
(71,122,101)
#416F5C
(65,111,92)
#3B6453
(59,100,83)
#35594A
(53,89,74)
#2F4E41
(47,78,65)
#294338
(41,67,56)
#23382F
(35,56,47)
#1D2D26
(29,45,38)
#17221D
(23,34,29)
#111714
(17,23,20)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #477A65

#477A65
(71,122,101)
#578673
(87,134,115)
#679281
(103,146,129)
#779E8F
(119,158,143)
#87AA9D
(135,170,157)
#97B6AB
(151,182,171)
#A7C2B9
(167,194,185)
#B7CEC7
(183,206,199)
#C7DAD5
(199,218,213)
#D7E6E3
(215,230,227)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477A65 color. Also use rgb(71,122,101) instead hex code.

Text Font Color

.myTextColor { color: #477A65; }

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

This text font color is #477A65.


Background Color

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

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

This div background color is #477A65.


Border color

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

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

This div border color is #477A65.


Opacity

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

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

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

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

This text has shadow with #477A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477A65 on black background.


Color preview on white background

This text has color #477A65 on white background.



Black color preview on #477A65 background

This text has black color on #477A65 background.


White color preview on #477A65 background

This text has white color on #477A65 background.