COLOR #47584C

HEX: #47584C
RGB: (71,88,76)

Renk bilgisi

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

RGB renk modeli

#47584C color RGB value is (71,88,76).

  • kırmız ton 71;
  • yeşil ton 88;
  • mavi ton 76.
RGB:
(71,88,76)
(28%,35%,30%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 88 of 255 = 35%
B 76 of 255 = 30%

71
88
76

R + G + B ~ 31%. #47584C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 88 + 76 = 235 (100%)
R 71 of 235 ~ 30.21%
G 88 of 235 ~ 37.45%
B 76 of 235 ~ 32.34%

%30.21
%37.45
%32.34

CMYK RENK MODELİ

#47584C rengi CMYK tonu (19,0,14,65).

  • camgöbeği tonu 19.32%
  • eflatun tonu 0.00%
  • sarı tonu 13.64%
  • ana renk tonu 65.49%
CMYK:
(19,0,14,65)
C19M0Y14K65 
(19%,0%,14%,65%)
(0.19/0.00/0.14/0.65)	

CMYK yüzdeleri

%19.32
%0
%13.64
%65.49

Codes

Color #47584C in popluar color models

47584C
RGB718876
HSL138°10.69%31.18%
HSB/HSV138°19.32%34.51%
CMYK19.32%0.00%13.64%
65.49%

Color #47584C in popluar number systems.

HEX47584C
Decimal718876
Binary100011110110001001100
Octal107130114

Shades and tints

Shades of #47584C

#47584C
(71,88,76)
#415046
(65,80,70)
#3B4840
(59,72,64)
#35403A
(53,64,58)
#2F3834
(47,56,52)
#29302E
(41,48,46)
#232828
(35,40,40)
#1D2022
(29,32,34)
#17181C
(23,24,28)
#111016
(17,16,22)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #47584C

#47584C
(71,88,76)
#57675C
(87,103,92)
#67766C
(103,118,108)
#77857C
(119,133,124)
#87948C
(135,148,140)
#97A39C
(151,163,156)
#A7B2AC
(167,178,172)
#B7C1BC
(183,193,188)
#C7D0CC
(199,208,204)
#D7DFDC
(215,223,220)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47584C color. Also use rgb(71,88,76) instead hex code.

Text Font Color

.myTextColor { color: #47584C; }

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

This text font color is #47584C.


Background Color

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

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

This div background color is #47584C.


Border color

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

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

This div border color is #47584C.


Opacity

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

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

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

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

This text has shadow with #47584C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47584C on black background.


Color preview on white background

This text has color #47584C on white background.



Black color preview on #47584C background

This text has black color on #47584C background.


White color preview on #47584C background

This text has white color on #47584C background.