COLOR #47704A

HEX: #47704A
RGB: (71,112,74)

Renk bilgisi

#47704A contains red, green and blue colors in about the same proportion. #47704A ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#47704A color RGB value is (71,112,74).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 112 of 255 = 44%
B 74 of 255 = 29%

71
112
74

R + G + B ~ 34%. #47704A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 112 + 74 = 257 (100%)
R 71 of 257 ~ 27.63%
G 112 of 257 ~ 43.58%
B 74 of 257 ~ 28.79%

%27.63
%43.58
%28.79

CMYK RENK MODELİ

#47704A rengi CMYK tonu (37,0,34,56).

  • camgöbeği tonu 36.61%
  • eflatun tonu 0.00%
  • sarı tonu 33.93%
  • ana renk tonu 56.08%
CMYK:
(37,0,34,56)
C37M0Y34K56 
(37%,0%,34%,56%)
(0.37/0.00/0.34/0.56)	

CMYK yüzdeleri

%36.61
%0
%33.93
%56.08

Codes

Color #47704A in popluar color models

47704A
RGB7111274
HSL124°22.40%35.88%
HSB/HSV124°36.61%43.92%
CMYK36.61%0.00%33.93%
56.08%

Color #47704A in popluar number systems.

HEX47704A
Decimal7111274
Binary100011111100001001010
Octal107160112

Shades and tints

Shades of #47704A

#47704A
(71,112,74)
#416644
(65,102,68)
#3B5C3E
(59,92,62)
#355238
(53,82,56)
#2F4832
(47,72,50)
#293E2C
(41,62,44)
#233426
(35,52,38)
#1D2A20
(29,42,32)
#17201A
(23,32,26)
#111614
(17,22,20)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #47704A

#47704A
(71,112,74)
#577D5A
(87,125,90)
#678A6A
(103,138,106)
#77977A
(119,151,122)
#87A48A
(135,164,138)
#97B19A
(151,177,154)
#A7BEAA
(167,190,170)
#B7CBBA
(183,203,186)
#C7D8CA
(199,216,202)
#D7E5DA
(215,229,218)
#E7F2EA
(231,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47704A; }

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

This text font color is #47704A.


Background Color

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

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

This div background color is #47704A.


Border color

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

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

This div border color is #47704A.


Opacity

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

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

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

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

This text has shadow with #47704A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47704A on black background.


Color preview on white background

This text has color #47704A on white background.



Black color preview on #47704A background

This text has black color on #47704A background.


White color preview on #47704A background

This text has white color on #47704A background.