COLOR #3F6751

HEX: #3F6751
RGB: (63,103,81)

Color info

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

RGB color model

#3F6751 color RGB value is (63,103,81).

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

RGB channels and saturation

R 63 of 255 = 25%
G 103 of 255 = 40%
B 81 of 255 = 32%

63
103
81

R + G + B ~ 32%. #3F6751 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 103 + 81 = 247 (100%)
R 63 of 247 ~ 25.51%
G 103 of 247 ~ 41.7%
B 81 of 247 ~ 32.79%

%25.51
%41.7
%32.79

CMYK color model

#3F6751 color CMYK value is (39,0,21,60).

  • cyan value is 38.83%
  • magenta value is 0.00%
  • yellow value is 21.36%
  • key color value is 59.61%
CMYK:
(39,0,21,60)
C39M0Y21K60 
(39%,0%,21%,60%)
(0.39/0.00/0.21/0.60)	

CMYK percentages

%38.83
%0
%21.36
%59.61

Codes

Color #3F6751 in popluar color models

3F6751
RGB6310381
HSL147°24.10%32.55%
HSB/HSV147°38.83%40.39%
CMYK38.83%0.00%21.36%
59.61%

Color #3F6751 in popluar number systems.

HEX3F6751
Decimal6310381
Binary11111111001111010001
Octal77147121

Shades and tints

Shades of #3F6751

#3F6751
(63,103,81)
#3A5E4A
(58,94,74)
#355543
(53,85,67)
#304C3C
(48,76,60)
#2B4335
(43,67,53)
#263A2E
(38,58,46)
#213127
(33,49,39)
#1C2820
(28,40,32)
#171F19
(23,31,25)
#121612
(18,22,18)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #3F6751

#3F6751
(63,103,81)
#507460
(80,116,96)
#61816F
(97,129,111)
#728E7E
(114,142,126)
#839B8D
(131,155,141)
#94A89C
(148,168,156)
#A5B5AB
(165,181,171)
#B6C2BA
(182,194,186)
#C7CFC9
(199,207,201)
#D8DCD8
(216,220,216)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6751; }

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

This text font color is #3F6751.


Background Color

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

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

This div background color is #3F6751.


Border color

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

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

This div border color is #3F6751.


Opacity

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

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

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

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

This text has shadow with #3F6751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6751 on black background.


Color preview on white background

This text has color #3F6751 on white background.



Black color preview on #3F6751 background

This text has black color on #3F6751 background.


White color preview on #3F6751 background

This text has white color on #3F6751 background.