COLOR #3F7B97

HEX: #3F7B97 RGB: (63,123,151)

Color info

#3F7B97 contains mainly green and blue colors. Web safe color of #3F7B97 is #336699 (or #369).

RGB color model

#3F7B97 color RGB value is (63,123,151).

RGB: (63,123,151) (25%, 48%, 59%)

RGB channels and saturation

R 63 of 255 = 25%
G 123 of 255 = 48%
B 151 of 255 = 59%

63
123
151

R + G + B ~ 44%. #3F7B97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 63 + 123 + 151 = 337 (100%)
R 63 of 337 ~ 18.69%
G 123 of 337 ~ 36.5%
B 151 of 337 ~ 44.81'%

%18.69
%36.5
%44.81

CMYK color model

#3F7B97 color CMYK value is (58,19,0,41).

  • cyan value is 58.28%
  • magenta value is 18.54%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (58,19,0,41)
C58M19Y0K41 (58%, 19%, 0%, 41%)
(0.58 / 0.19 / 0.00 / 0.41)

CMYK percentages

%58.28
%18.54
%0
%40.78

Codes

Color #3F7B97 in popluar color models

3F 7B 97
RGB 63 123 151
HSL 199° 41.12% 41.96%
HSB/HSV 199° 58.28% 59.22%
CMYK 58.28% 18.54% 0.00%
40.78%

Color #3F7B97 in popluar number systems.

HEX 3F 7B 97
Decimal 63 123 151
Binary 111111 1111011 10010111
Octal 77 173 227

Shades and tints

Shades of #3F7B97

#3F7B97
(63,123,151)
#3A708A
(58,112,138)
#35657D
(53,101,125)
#305A70
(48,90,112)
#2B4F63
(43,79,99)
#264456
(38,68,86)
#213949
(33,57,73)
#1C2E3C
(28,46,60)
#17232F
(23,35,47)
#121822
(18,24,34)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #3F7B97

#3F7B97
(63,123,151)
#5087A0
(80,135,160)
#6193A9
(97,147,169)
#729FB2
(114,159,178)
#83ABBB
(131,171,187)
#94B7C4
(148,183,196)
#A5C3CD
(165,195,205)
#B6CFD6
(182,207,214)
#C7DBDF
(199,219,223)
#D8E7E8
(216,231,232)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7B97; }

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

This text font color is #3F7B97.

Background Color

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

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

This div background color is #3F7B97.

Border color

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

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

This div border color is #3F7B97.

Opacity

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

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

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

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

This text has shadow with #3F7B97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7B97.

Preview

Color preview on black background

This text has color #3F7B97 on black background.


Color preview on white background

This text has color #3F7B97 on white background.


Black color preview on #3F7B97 background

This text has black color on #3F7B97 background.


White color preview on #3F7B97 background

This text has white color on #3F7B97 background.


Related colors

Complementary color

Complementary color for #hex is #C08468.


I love getcolorcode.com

Triadic colors

1 #973F7B and #7B973F with #3F7B97 are triadic colors.

2 #977B3F and #7B3F97 with #3F7B97 are triadic colors.