COLOR #3F497B

HEX: #3F497B
RGB: (63,73,123)

Renk bilgisi

#3F497B contains mainly green and blue colors. #3F497B ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#3F497B color RGB value is (63,73,123).

  • kırmız ton 63;
  • yeşil ton 73;
  • mavi ton 123.
RGB:
(63,73,123)
(25%,29%,48%)

RGB bağlantıları ve doygunluk

R 63 of 255 = 25%
G 73 of 255 = 29%
B 123 of 255 = 48%

63
73
123

R + G + B ~ 34%. #3F497B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
63 + 73 + 123 = 259 (100%)
R 63 of 259 ~ 24.32%
G 73 of 259 ~ 28.19%
B 123 of 259 ~ 47.49%

%24.32
%28.19
%47.49

CMYK RENK MODELİ

#3F497B rengi CMYK tonu (49,41,0,52).

  • camgöbeği tonu 48.78%
  • eflatun tonu 40.65%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(49,41,0,52)
C49M41Y0K52 
(49%,41%,0%,52%)
(0.49/0.41/0.00/0.52)	

CMYK yüzdeleri

%48.78
%40.65
%0
%51.76

Codes

Color #3F497B in popluar color models

3F497B
RGB6373123
HSL230°32.26%36.47%
HSB/HSV230°48.78%48.24%
CMYK48.78%40.65%0.00%
51.76%

Color #3F497B in popluar number systems.

HEX3F497B
Decimal6373123
Binary11111110010011111011
Octal77111173

Shades and tints

Shades of #3F497B

#3F497B
(63,73,123)
#3A4370
(58,67,112)
#353D65
(53,61,101)
#30375A
(48,55,90)
#2B314F
(43,49,79)
#262B44
(38,43,68)
#212539
(33,37,57)
#1C1F2E
(28,31,46)
#171923
(23,25,35)
#121318
(18,19,24)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #3F497B

#3F497B
(63,73,123)
#505987
(80,89,135)
#616993
(97,105,147)
#72799F
(114,121,159)
#8389AB
(131,137,171)
#9499B7
(148,153,183)
#A5A9C3
(165,169,195)
#B6B9CF
(182,185,207)
#C7C9DB
(199,201,219)
#D8D9E7
(216,217,231)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F497B color. Also use rgb(63,73,123) instead hex code.

Text Font Color

.myTextColor { color: #3F497B; }

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

This text font color is #3F497B.


Background Color

.myBgColor { background-color: #3F497B; }

<div style="background-color:#3F497B">Inner text</div>

This div background color is #3F497B.


Border color

.myBorderColor { border: 1px solid #3F497B; }

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

This div border color is #3F497B.


Opacity

.myOpacity80 { color: #3F497B; opacity: 0.8; }

<p style="color:#3F497B;opacity:0.8;">80%</p>

Text with #3F497B 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 #3F497B;}

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

This text has shadow with #3F497B color.

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

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

This text has shadow with #3F497B primary color and red secondary color.


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

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

This text has shadow with #3F497B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F497B on black background.


Color preview on white background

This text has color #3F497B on white background.



Black color preview on #3F497B background

This text has black color on #3F497B background.


White color preview on #3F497B background

This text has white color on #3F497B background.