COLOR #3F7C67

HEX: #3F7C67
RGB: (63,124,103)

Color info

#3F7C67 contains mainly green and blue colors. Web safe color of #3F7C67 is #336666 (or #366).

RGB color model

#3F7C67 color RGB value is (63,124,103).

  • red value is 63;
  • green value is 124;
  • blue value is 103.
RGB:
(63,124,103)
(25%,49%,40%)

RGB channels and saturation

R 63 of 255 = 25%
G 124 of 255 = 49%
B 103 of 255 = 40%

63
124
103

R + G + B ~ 38%. #3F7C67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 124 + 103 = 290 (100%)
R 63 of 290 ~ 21.72%
G 124 of 290 ~ 42.76%
B 103 of 290 ~ 35.52%

%21.72
%42.76
%35.52

CMYK color model

#3F7C67 color CMYK value is (49,0,17,51).

  • cyan value is 49.19%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 51.37%
CMYK:
(49,0,17,51)
C49M0Y17K51 
(49%,0%,17%,51%)
(0.49/0.00/0.17/0.51)	

CMYK percentages

%49.19
%0
%16.94
%51.37

Codes

Color #3F7C67 in popluar color models

3F7C67
RGB63124103
HSL159°32.62%36.67%
HSB/HSV159°49.19%48.63%
CMYK49.19%0.00%16.94%
51.37%

Color #3F7C67 in popluar number systems.

HEX3F7C67
Decimal63124103
Binary11111111111001100111
Octal77174147

Shades and tints

Shades of #3F7C67

#3F7C67
(63,124,103)
#3A715E
(58,113,94)
#356655
(53,102,85)
#305B4C
(48,91,76)
#2B5043
(43,80,67)
#26453A
(38,69,58)
#213A31
(33,58,49)
#1C2F28
(28,47,40)
#17241F
(23,36,31)
#121916
(18,25,22)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #3F7C67

#3F7C67
(63,124,103)
#508774
(80,135,116)
#619281
(97,146,129)
#729D8E
(114,157,142)
#83A89B
(131,168,155)
#94B3A8
(148,179,168)
#A5BEB5
(165,190,181)
#B6C9C2
(182,201,194)
#C7D4CF
(199,212,207)
#D8DFDC
(216,223,220)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7C67 color. Also use rgb(63,124,103) instead hex code.

Text Font Color

.myTextColor { color: #3F7C67; }

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

This text font color is #3F7C67.


Background Color

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

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

This div background color is #3F7C67.


Border color

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

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

This div border color is #3F7C67.


Opacity

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

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

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

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

This text has shadow with #3F7C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7C67 on black background.


Color preview on white background

This text has color #3F7C67 on white background.



Black color preview on #3F7C67 background

This text has black color on #3F7C67 background.


White color preview on #3F7C67 background

This text has white color on #3F7C67 background.