COLOR #47837F

HEX: #47837F
RGB: (71,131,127)

Renk bilgisi

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

RGB renk modeli

#47837F color RGB value is (71,131,127).

  • kırmız ton 71;
  • yeşil ton 131;
  • mavi ton 127.
RGB:
(71,131,127)
(28%,51%,50%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 131 of 255 = 51%
B 127 of 255 = 50%

71
131
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 131 + 127 = 329 (100%)
R 71 of 329 ~ 21.58%
G 131 of 329 ~ 39.82%
B 127 of 329 ~ 38.6%

%21.58
%39.82
%38.6

CMYK RENK MODELİ

#47837F rengi CMYK tonu (46,0,3,49).

  • camgöbeği tonu 45.80%
  • eflatun tonu 0.00%
  • sarı tonu 3.05%
  • ana renk tonu 48.63%
CMYK:
(46,0,3,49)
C46M0Y3K49 
(46%,0%,3%,49%)
(0.46/0.00/0.03/0.49)	

CMYK yüzdeleri

%45.8
%0
%3.05
%48.63

Codes

Color #47837F in popluar color models

47837F
RGB71131127
HSL176°29.70%39.61%
HSB/HSV176°45.80%51.37%
CMYK45.80%0.00%3.05%
48.63%

Color #47837F in popluar number systems.

HEX47837F
Decimal71131127
Binary1000111100000111111111
Octal107203177

Shades and tints

Shades of #47837F

#47837F
(71,131,127)
#417874
(65,120,116)
#3B6D69
(59,109,105)
#35625E
(53,98,94)
#2F5753
(47,87,83)
#294C48
(41,76,72)
#23413D
(35,65,61)
#1D3632
(29,54,50)
#172B27
(23,43,39)
#11201C
(17,32,28)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #47837F

#47837F
(71,131,127)
#578E8A
(87,142,138)
#679995
(103,153,149)
#77A4A0
(119,164,160)
#87AFAB
(135,175,171)
#97BAB6
(151,186,182)
#A7C5C1
(167,197,193)
#B7D0CC
(183,208,204)
#C7DBD7
(199,219,215)
#D7E6E2
(215,230,226)
#E7F1ED
(231,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47837F color. Also use rgb(71,131,127) instead hex code.

Text Font Color

.myTextColor { color: #47837F; }

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

This text font color is #47837F.


Background Color

.myBgColor { background-color: #47837F; }

<div style="background-color:#47837F">Inner text</div>

This div background color is #47837F.


Border color

.myBorderColor { border: 1px solid #47837F; }

<div style="border:3px solid #47837F">Div</div>

This div border color is #47837F.


Opacity

.myOpacity80 { color: #47837F; opacity: 0.8; }

<p style="color:#47837F;opacity:0.8;">80%</p>

Text with #47837F 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 #47837F;}

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

This text has shadow with #47837F color.

.textShadow {text-shadow: 3px 3px 1px #47837F, 3px 3px 1px red;}

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

This text has shadow with #47837F primary color and red secondary color.


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

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

This text has shadow with #47837F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47837F on black background.


Color preview on white background

This text has color #47837F on white background.



Black color preview on #47837F background

This text has black color on #47837F background.


White color preview on #47837F background

This text has white color on #47837F background.