COLOR #47738C

HEX: #47738C
RGB: (71,115,140)

Renk bilgisi

#47738C contains mainly green and blue colors. #47738C ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#47738C color RGB value is (71,115,140).

  • kırmız ton 71;
  • yeşil ton 115;
  • mavi ton 140.
RGB:
(71,115,140)
(28%,45%,55%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 115 of 255 = 45%
B 140 of 255 = 55%

71
115
140

R + G + B ~ 43%. #47738C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 115 + 140 = 326 (100%)
R 71 of 326 ~ 21.78%
G 115 of 326 ~ 35.28%
B 140 of 326 ~ 42.94%

%21.78
%35.28
%42.94

CMYK RENK MODELİ

#47738C rengi CMYK tonu (49,18,0,45).

  • camgöbeği tonu 49.29%
  • eflatun tonu 17.86%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(49,18,0,45)
C49M18Y0K45 
(49%,18%,0%,45%)
(0.49/0.18/0.00/0.45)	

CMYK yüzdeleri

%49.29
%17.86
%0
%45.1

Codes

Color #47738C in popluar color models

47738C
RGB71115140
HSL202°32.70%41.37%
HSB/HSV202°49.29%54.90%
CMYK49.29%17.86%0.00%
45.10%

Color #47738C in popluar number systems.

HEX47738C
Decimal71115140
Binary1000111111001110001100
Octal107163214

Shades and tints

Shades of #47738C

#47738C
(71,115,140)
#416980
(65,105,128)
#3B5F74
(59,95,116)
#355568
(53,85,104)
#2F4B5C
(47,75,92)
#294150
(41,65,80)
#233744
(35,55,68)
#1D2D38
(29,45,56)
#17232C
(23,35,44)
#111920
(17,25,32)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #47738C

#47738C
(71,115,140)
#577F96
(87,127,150)
#678BA0
(103,139,160)
#7797AA
(119,151,170)
#87A3B4
(135,163,180)
#97AFBE
(151,175,190)
#A7BBC8
(167,187,200)
#B7C7D2
(183,199,210)
#C7D3DC
(199,211,220)
#D7DFE6
(215,223,230)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47738C color. Also use rgb(71,115,140) instead hex code.

Text Font Color

.myTextColor { color: #47738C; }

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

This text font color is #47738C.


Background Color

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

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

This div background color is #47738C.


Border color

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

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

This div border color is #47738C.


Opacity

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

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

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

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

This text has shadow with #47738C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47738C on black background.


Color preview on white background

This text has color #47738C on white background.



Black color preview on #47738C background

This text has black color on #47738C background.


White color preview on #47738C background

This text has white color on #47738C background.