COLOR #47804F

HEX: #47804F
RGB: (71,128,79)

Renk bilgisi

#47804F contains red, green and blue colors in about the same proportion. #47804F ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#47804F color RGB value is (71,128,79).

  • kırmız ton 71;
  • yeşil ton 128;
  • mavi ton 79.
RGB:
(71,128,79)
(28%,50%,31%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 128 of 255 = 50%
B 79 of 255 = 31%

71
128
79

R + G + B ~ 36%. #47804F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 128 + 79 = 278 (100%)
R 71 of 278 ~ 25.54%
G 128 of 278 ~ 46.04%
B 79 of 278 ~ 28.42%

%25.54
%46.04
%28.42

CMYK RENK MODELİ

#47804F rengi CMYK tonu (45,0,38,50).

  • camgöbeği tonu 44.53%
  • eflatun tonu 0.00%
  • sarı tonu 38.28%
  • ana renk tonu 49.80%
CMYK:
(45,0,38,50)
C45M0Y38K50 
(45%,0%,38%,50%)
(0.45/0.00/0.38/0.50)	

CMYK yüzdeleri

%44.53
%0
%38.28
%49.8

Codes

Color #47804F in popluar color models

47804F
RGB7112879
HSL128°28.64%39.02%
HSB/HSV128°44.53%50.20%
CMYK44.53%0.00%38.28%
49.80%

Color #47804F in popluar number systems.

HEX47804F
Decimal7112879
Binary1000111100000001001111
Octal107200117

Shades and tints

Shades of #47804F

#47804F
(71,128,79)
#417548
(65,117,72)
#3B6A41
(59,106,65)
#355F3A
(53,95,58)
#2F5433
(47,84,51)
#29492C
(41,73,44)
#233E25
(35,62,37)
#1D331E
(29,51,30)
#172817
(23,40,23)
#111D10
(17,29,16)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #47804F

#47804F
(71,128,79)
#578B5F
(87,139,95)
#67966F
(103,150,111)
#77A17F
(119,161,127)
#87AC8F
(135,172,143)
#97B79F
(151,183,159)
#A7C2AF
(167,194,175)
#B7CDBF
(183,205,191)
#C7D8CF
(199,216,207)
#D7E3DF
(215,227,223)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47804F color. Also use rgb(71,128,79) instead hex code.

Text Font Color

.myTextColor { color: #47804F; }

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

This text font color is #47804F.


Background Color

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

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

This div background color is #47804F.


Border color

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

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

This div border color is #47804F.


Opacity

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

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

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

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

This text has shadow with #47804F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47804F on black background.


Color preview on white background

This text has color #47804F on white background.



Black color preview on #47804F background

This text has black color on #47804F background.


White color preview on #47804F background

This text has white color on #47804F background.