COLOR #47894D

HEX: #47894D
RGB: (71,137,77)

Renk bilgisi

#47894D contains mainly green color. #47894D ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#47894D color RGB value is (71,137,77).

  • kırmız ton 71;
  • yeşil ton 137;
  • mavi ton 77.
RGB:
(71,137,77)
(28%,54%,30%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 137 of 255 = 54%
B 77 of 255 = 30%

71
137
77

R + G + B ~ 37%. #47894D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 137 + 77 = 285 (100%)
R 71 of 285 ~ 24.91%
G 137 of 285 ~ 48.07%
B 77 of 285 ~ 27.02%

%24.91
%48.07
%27.02

CMYK RENK MODELİ

#47894D rengi CMYK tonu (48,0,44,46).

  • camgöbeği tonu 48.18%
  • eflatun tonu 0.00%
  • sarı tonu 43.80%
  • ana renk tonu 46.27%
CMYK:
(48,0,44,46)
C48M0Y44K46 
(48%,0%,44%,46%)
(0.48/0.00/0.44/0.46)	

CMYK yüzdeleri

%48.18
%0
%43.8
%46.27

Codes

Color #47894D in popluar color models

47894D
RGB7113777
HSL125°31.73%40.78%
HSB/HSV125°48.18%53.73%
CMYK48.18%0.00%43.80%
46.27%

Color #47894D in popluar number systems.

HEX47894D
Decimal7113777
Binary1000111100010011001101
Octal107211115

Shades and tints

Shades of #47894D

#47894D
(71,137,77)
#417D46
(65,125,70)
#3B713F
(59,113,63)
#356538
(53,101,56)
#2F5931
(47,89,49)
#294D2A
(41,77,42)
#234123
(35,65,35)
#1D351C
(29,53,28)
#172915
(23,41,21)
#111D0E
(17,29,14)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #47894D

#47894D
(71,137,77)
#57935D
(87,147,93)
#679D6D
(103,157,109)
#77A77D
(119,167,125)
#87B18D
(135,177,141)
#97BB9D
(151,187,157)
#A7C5AD
(167,197,173)
#B7CFBD
(183,207,189)
#C7D9CD
(199,217,205)
#D7E3DD
(215,227,221)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47894D color. Also use rgb(71,137,77) instead hex code.

Text Font Color

.myTextColor { color: #47894D; }

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

This text font color is #47894D.


Background Color

.myBgColor { background-color: #47894D; }

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

This div background color is #47894D.


Border color

.myBorderColor { border: 1px solid #47894D; }

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

This div border color is #47894D.


Opacity

.myOpacity80 { color: #47894D; opacity: 0.8; }

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

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

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

This text has shadow with #47894D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47894D on black background.


Color preview on white background

This text has color #47894D on white background.



Black color preview on #47894D background

This text has black color on #47894D background.


White color preview on #47894D background

This text has white color on #47894D background.