COLOR #47974A

HEX: #47974A
RGB: (71,151,74)

Renk bilgisi

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

RGB renk modeli

#47974A color RGB value is (71,151,74).

  • kırmız ton 71;
  • yeşil ton 151;
  • mavi ton 74.
RGB:
(71,151,74)
(28%,59%,29%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 151 of 255 = 59%
B 74 of 255 = 29%

71
151
74

R + G + B ~ 39%. #47974A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 151 + 74 = 296 (100%)
R 71 of 296 ~ 23.99%
G 151 of 296 ~ 51.01%
B 74 of 296 ~ 25%

%23.99
%51.01
%25

CMYK RENK MODELİ

#47974A rengi CMYK tonu (53,0,51,41).

  • camgöbeği tonu 52.98%
  • eflatun tonu 0.00%
  • sarı tonu 50.99%
  • ana renk tonu 40.78%
CMYK:
(53,0,51,41)
C53M0Y51K41 
(53%,0%,51%,41%)
(0.53/0.00/0.51/0.41)	

CMYK yüzdeleri

%52.98
%0
%50.99
%40.78

Codes

Color #47974A in popluar color models

47974A
RGB7115174
HSL122°36.04%43.53%
HSB/HSV122°52.98%59.22%
CMYK52.98%0.00%50.99%
40.78%

Color #47974A in popluar number systems.

HEX47974A
Decimal7115174
Binary1000111100101111001010
Octal107227112

Shades and tints

Shades of #47974A

#47974A
(71,151,74)
#418A44
(65,138,68)
#3B7D3E
(59,125,62)
#357038
(53,112,56)
#2F6332
(47,99,50)
#29562C
(41,86,44)
#234926
(35,73,38)
#1D3C20
(29,60,32)
#172F1A
(23,47,26)
#112214
(17,34,20)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #47974A

#47974A
(71,151,74)
#57A05A
(87,160,90)
#67A96A
(103,169,106)
#77B27A
(119,178,122)
#87BB8A
(135,187,138)
#97C49A
(151,196,154)
#A7CDAA
(167,205,170)
#B7D6BA
(183,214,186)
#C7DFCA
(199,223,202)
#D7E8DA
(215,232,218)
#E7F1EA
(231,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47974A color. Also use rgb(71,151,74) instead hex code.

Text Font Color

.myTextColor { color: #47974A; }

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

This text font color is #47974A.


Background Color

.myBgColor { background-color: #47974A; }

<div style="background-color:#47974A">Inner text</div>

This div background color is #47974A.


Border color

.myBorderColor { border: 1px solid #47974A; }

<div style="border:3px solid #47974A">Div</div>

This div border color is #47974A.


Opacity

.myOpacity80 { color: #47974A; opacity: 0.8; }

<p style="color:#47974A;opacity:0.8;">80%</p>

Text with #47974A 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 #47974A;}

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

This text has shadow with #47974A color.

.textShadow {text-shadow: 3px 3px 1px #47974A, 3px 3px 1px red;}

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

This text has shadow with #47974A primary color and red secondary color.


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

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

This text has shadow with #47974A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47974A on black background.


Color preview on white background

This text has color #47974A on white background.



Black color preview on #47974A background

This text has black color on #47974A background.


White color preview on #47974A background

This text has white color on #47974A background.