COLOR #477E4B

HEX: #477E4B
RGB: (71,126,75)

Renk bilgisi

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

RGB renk modeli

#477E4B color RGB value is (71,126,75).

  • kırmız ton 71;
  • yeşil ton 126;
  • mavi ton 75.
RGB:
(71,126,75)
(28%,49%,29%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 126 of 255 = 49%
B 75 of 255 = 29%

71
126
75

R + G + B ~ 35%. #477E4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 126 + 75 = 272 (100%)
R 71 of 272 ~ 26.1%
G 126 of 272 ~ 46.32%
B 75 of 272 ~ 27.57%

%26.1
%46.32
%27.57

CMYK RENK MODELİ

#477E4B rengi CMYK tonu (44,0,40,51).

  • camgöbeği tonu 43.65%
  • eflatun tonu 0.00%
  • sarı tonu 40.48%
  • ana renk tonu 50.59%
CMYK:
(44,0,40,51)
C44M0Y40K51 
(44%,0%,40%,51%)
(0.44/0.00/0.40/0.51)	

CMYK yüzdeleri

%43.65
%0
%40.48
%50.59

Codes

Color #477E4B in popluar color models

477E4B
RGB7112675
HSL124°27.92%38.63%
HSB/HSV124°43.65%49.41%
CMYK43.65%0.00%40.48%
50.59%

Color #477E4B in popluar number systems.

HEX477E4B
Decimal7112675
Binary100011111111101001011
Octal107176113

Shades and tints

Shades of #477E4B

#477E4B
(71,126,75)
#417345
(65,115,69)
#3B683F
(59,104,63)
#355D39
(53,93,57)
#2F5233
(47,82,51)
#29472D
(41,71,45)
#233C27
(35,60,39)
#1D3121
(29,49,33)
#17261B
(23,38,27)
#111B15
(17,27,21)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #477E4B

#477E4B
(71,126,75)
#57895B
(87,137,91)
#67946B
(103,148,107)
#779F7B
(119,159,123)
#87AA8B
(135,170,139)
#97B59B
(151,181,155)
#A7C0AB
(167,192,171)
#B7CBBB
(183,203,187)
#C7D6CB
(199,214,203)
#D7E1DB
(215,225,219)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477E4B color. Also use rgb(71,126,75) instead hex code.

Text Font Color

.myTextColor { color: #477E4B; }

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

This text font color is #477E4B.


Background Color

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

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

This div background color is #477E4B.


Border color

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

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

This div border color is #477E4B.


Opacity

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

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

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

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

This text has shadow with #477E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477E4B on black background.


Color preview on white background

This text has color #477E4B on white background.



Black color preview on #477E4B background

This text has black color on #477E4B background.


White color preview on #477E4B background

This text has white color on #477E4B background.