COLOR #47715A

HEX: #47715A
RGB: (71,113,90)

Renk bilgisi

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

RGB renk modeli

#47715A color RGB value is (71,113,90).

  • kırmız ton 71;
  • yeşil ton 113;
  • mavi ton 90.
RGB:
(71,113,90)
(28%,44%,35%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 113 of 255 = 44%
B 90 of 255 = 35%

71
113
90

R + G + B ~ 36%. #47715A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 113 + 90 = 274 (100%)
R 71 of 274 ~ 25.91%
G 113 of 274 ~ 41.24%
B 90 of 274 ~ 32.85%

%25.91
%41.24
%32.85

CMYK RENK MODELİ

#47715A rengi CMYK tonu (37,0,20,56).

  • camgöbeği tonu 37.17%
  • eflatun tonu 0.00%
  • sarı tonu 20.35%
  • ana renk tonu 55.69%
CMYK:
(37,0,20,56)
C37M0Y20K56 
(37%,0%,20%,56%)
(0.37/0.00/0.20/0.56)	

CMYK yüzdeleri

%37.17
%0
%20.35
%55.69

Codes

Color #47715A in popluar color models

47715A
RGB7111390
HSL147°22.83%36.08%
HSB/HSV147°37.17%44.31%
CMYK37.17%0.00%20.35%
55.69%

Color #47715A in popluar number systems.

HEX47715A
Decimal7111390
Binary100011111100011011010
Octal107161132

Shades and tints

Shades of #47715A

#47715A
(71,113,90)
#416752
(65,103,82)
#3B5D4A
(59,93,74)
#355342
(53,83,66)
#2F493A
(47,73,58)
#293F32
(41,63,50)
#23352A
(35,53,42)
#1D2B22
(29,43,34)
#17211A
(23,33,26)
#111712
(17,23,18)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #47715A

#47715A
(71,113,90)
#577D69
(87,125,105)
#678978
(103,137,120)
#779587
(119,149,135)
#87A196
(135,161,150)
#97ADA5
(151,173,165)
#A7B9B4
(167,185,180)
#B7C5C3
(183,197,195)
#C7D1D2
(199,209,210)
#D7DDE1
(215,221,225)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47715A color. Also use rgb(71,113,90) instead hex code.

Text Font Color

.myTextColor { color: #47715A; }

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

This text font color is #47715A.


Background Color

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

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

This div background color is #47715A.


Border color

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

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

This div border color is #47715A.


Opacity

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

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

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

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

This text has shadow with #47715A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47715A on black background.


Color preview on white background

This text has color #47715A on white background.



Black color preview on #47715A background

This text has black color on #47715A background.


White color preview on #47715A background

This text has white color on #47715A background.