COLOR #3F7366

HEX: #3F7366
RGB: (63,115,102)

Color info

#3F7366 contains red, green and blue colors in about the same proportion. Web safe color of #3F7366 is #336666 (or #366).

RGB color model

#3F7366 color RGB value is (63,115,102).

  • red value is 63;
  • green value is 115;
  • blue value is 102.
RGB:
(63,115,102)
(25%,45%,40%)

RGB channels and saturation

R 63 of 255 = 25%
G 115 of 255 = 45%
B 102 of 255 = 40%

63
115
102

R + G + B ~ 37%. #3F7366 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 115 + 102 = 280 (100%)
R 63 of 280 ~ 22.5%
G 115 of 280 ~ 41.07%
B 102 of 280 ~ 36.43%

%22.5
%41.07
%36.43

CMYK color model

#3F7366 color CMYK value is (45,0,11,55).

  • cyan value is 45.22%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 54.90%
CMYK:
(45,0,11,55)
C45M0Y11K55 
(45%,0%,11%,55%)
(0.45/0.00/0.11/0.55)	

CMYK percentages

%45.22
%0
%11.3
%54.9

Codes

Color #3F7366 in popluar color models

3F7366
RGB63115102
HSL165°29.21%34.90%
HSB/HSV165°45.22%45.10%
CMYK45.22%0.00%11.30%
54.90%

Color #3F7366 in popluar number systems.

HEX3F7366
Decimal63115102
Binary11111111100111100110
Octal77163146

Shades and tints

Shades of #3F7366

#3F7366
(63,115,102)
#3A695D
(58,105,93)
#355F54
(53,95,84)
#30554B
(48,85,75)
#2B4B42
(43,75,66)
#264139
(38,65,57)
#213730
(33,55,48)
#1C2D27
(28,45,39)
#17231E
(23,35,30)
#121915
(18,25,21)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #3F7366

#3F7366
(63,115,102)
#507F73
(80,127,115)
#618B80
(97,139,128)
#72978D
(114,151,141)
#83A39A
(131,163,154)
#94AFA7
(148,175,167)
#A5BBB4
(165,187,180)
#B6C7C1
(182,199,193)
#C7D3CE
(199,211,206)
#D8DFDB
(216,223,219)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7366 color. Also use rgb(63,115,102) instead hex code.

Text Font Color

.myTextColor { color: #3F7366; }

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

This text font color is #3F7366.


Background Color

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

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

This div background color is #3F7366.


Border color

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

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

This div border color is #3F7366.


Opacity

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

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

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

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

This text has shadow with #3F7366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7366 on black background.


Color preview on white background

This text has color #3F7366 on white background.



Black color preview on #3F7366 background

This text has black color on #3F7366 background.


White color preview on #3F7366 background

This text has white color on #3F7366 background.