COLOR #47646B

HEX: #47646B
RGB: (71,100,107)

Renk bilgisi

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

RGB renk modeli

#47646B color RGB value is (71,100,107).

  • kırmız ton 71;
  • yeşil ton 100;
  • mavi ton 107.
RGB:
(71,100,107)
(28%,39%,42%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 100 of 255 = 39%
B 107 of 255 = 42%

71
100
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 100 + 107 = 278 (100%)
R 71 of 278 ~ 25.54%
G 100 of 278 ~ 35.97%
B 107 of 278 ~ 38.49%

%25.54
%35.97
%38.49

CMYK RENK MODELİ

#47646B rengi CMYK tonu (34,7,0,58).

  • camgöbeği tonu 33.64%
  • eflatun tonu 6.54%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(34,7,0,58)
C34M7Y0K58 
(34%,7%,0%,58%)
(0.34/0.07/0.00/0.58)	

CMYK yüzdeleri

%33.64
%6.54
%0
%58.04

Codes

Color #47646B in popluar color models

47646B
RGB71100107
HSL192°20.22%34.90%
HSB/HSV192°33.64%41.96%
CMYK33.64%6.54%0.00%
58.04%

Color #47646B in popluar number systems.

HEX47646B
Decimal71100107
Binary100011111001001101011
Octal107144153

Shades and tints

Shades of #47646B

#47646B
(71,100,107)
#415B62
(65,91,98)
#3B5259
(59,82,89)
#354950
(53,73,80)
#2F4047
(47,64,71)
#29373E
(41,55,62)
#232E35
(35,46,53)
#1D252C
(29,37,44)
#171C23
(23,28,35)
#11131A
(17,19,26)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #47646B

#47646B
(71,100,107)
#577278
(87,114,120)
#678085
(103,128,133)
#778E92
(119,142,146)
#879C9F
(135,156,159)
#97AAAC
(151,170,172)
#A7B8B9
(167,184,185)
#B7C6C6
(183,198,198)
#C7D4D3
(199,212,211)
#D7E2E0
(215,226,224)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47646B color. Also use rgb(71,100,107) instead hex code.

Text Font Color

.myTextColor { color: #47646B; }

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

This text font color is #47646B.


Background Color

.myBgColor { background-color: #47646B; }

<div style="background-color:#47646B">Inner text</div>

This div background color is #47646B.


Border color

.myBorderColor { border: 1px solid #47646B; }

<div style="border:3px solid #47646B">Div</div>

This div border color is #47646B.


Opacity

.myOpacity80 { color: #47646B; opacity: 0.8; }

<p style="color:#47646B;opacity:0.8;">80%</p>

Text with #47646B 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 #47646B;}

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

This text has shadow with #47646B color.

.textShadow {text-shadow: 3px 3px 1px #47646B, 3px 3px 1px red;}

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

This text has shadow with #47646B primary color and red secondary color.


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

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

This text has shadow with #47646B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47646B on black background.


Color preview on white background

This text has color #47646B on white background.



Black color preview on #47646B background

This text has black color on #47646B background.


White color preview on #47646B background

This text has white color on #47646B background.