COLOR #47976C

HEX: #47976C
RGB: (71,151,108)

Renk bilgisi

#47976C contains mainly green and blue colors. #47976C ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#47976C color RGB value is (71,151,108).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 151 of 255 = 59%
B 108 of 255 = 42%

71
151
108

R + G + B ~ 43%. #47976C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 151 + 108 = 330 (100%)
R 71 of 330 ~ 21.52%
G 151 of 330 ~ 45.76%
B 108 of 330 ~ 32.73%

%21.52
%45.76
%32.73

CMYK RENK MODELİ

#47976C rengi CMYK tonu (53,0,28,41).

  • camgöbeği tonu 52.98%
  • eflatun tonu 0.00%
  • sarı tonu 28.48%
  • ana renk tonu 40.78%
CMYK:
(53,0,28,41)
C53M0Y28K41 
(53%,0%,28%,41%)
(0.53/0.00/0.28/0.41)	

CMYK yüzdeleri

%52.98
%0
%28.48
%40.78

Codes

Color #47976C in popluar color models

47976C
RGB71151108
HSL148°36.04%43.53%
HSB/HSV148°52.98%59.22%
CMYK52.98%0.00%28.48%
40.78%

Color #47976C in popluar number systems.

HEX47976C
Decimal71151108
Binary1000111100101111101100
Octal107227154

Shades and tints

Shades of #47976C

#47976C
(71,151,108)
#418A63
(65,138,99)
#3B7D5A
(59,125,90)
#357051
(53,112,81)
#2F6348
(47,99,72)
#29563F
(41,86,63)
#234936
(35,73,54)
#1D3C2D
(29,60,45)
#172F24
(23,47,36)
#11221B
(17,34,27)
#0B1512
(11,21,18)
#000000
(0,0,0)

Tints of #47976C

#47976C
(71,151,108)
#57A079
(87,160,121)
#67A986
(103,169,134)
#77B293
(119,178,147)
#87BBA0
(135,187,160)
#97C4AD
(151,196,173)
#A7CDBA
(167,205,186)
#B7D6C7
(183,214,199)
#C7DFD4
(199,223,212)
#D7E8E1
(215,232,225)
#E7F1EE
(231,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47976C color. Also use rgb(71,151,108) instead hex code.

Text Font Color

.myTextColor { color: #47976C; }

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

This text font color is #47976C.


Background Color

.myBgColor { background-color: #47976C; }

<div style="background-color:#47976C">Inner text</div>

This div background color is #47976C.


Border color

.myBorderColor { border: 1px solid #47976C; }

<div style="border:3px solid #47976C">Div</div>

This div border color is #47976C.


Opacity

.myOpacity80 { color: #47976C; opacity: 0.8; }

<p style="color:#47976C;opacity:0.8;">80%</p>

Text with #47976C 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 #47976C;}

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

This text has shadow with #47976C color.

.textShadow {text-shadow: 3px 3px 1px #47976C, 3px 3px 1px red;}

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

This text has shadow with #47976C primary color and red secondary color.


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

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

This text has shadow with #47976C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47976C on black background.


Color preview on white background

This text has color #47976C on white background.



Black color preview on #47976C background

This text has black color on #47976C background.


White color preview on #47976C background

This text has white color on #47976C background.