COLOR #3F6869

HEX: #3F6869
RGB: (63,104,105)

Color info

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

RGB color model

#3F6869 color RGB value is (63,104,105).

  • red value is 63;
  • green value is 104;
  • blue value is 105.
RGB:
(63,104,105)
(25%,41%,41%)

RGB channels and saturation

R 63 of 255 = 25%
G 104 of 255 = 41%
B 105 of 255 = 41%

63
104
105

R + G + B ~ 36%. #3F6869 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 104 + 105 = 272 (100%)
R 63 of 272 ~ 23.16%
G 104 of 272 ~ 38.24%
B 105 of 272 ~ 38.6%

%23.16
%38.24
%38.6

CMYK color model

#3F6869 color CMYK value is (40,1,0,59).

  • cyan value is 40.00%
  • magenta value is 0.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(40,1,0,59)
C40M1Y0K59 
(40%,1%,0%,59%)
(0.40/0.01/0.00/0.59)	

CMYK percentages

%40
%0.95
%0
%58.82

Codes

Color #3F6869 in popluar color models

3F6869
RGB63104105
HSL181°25.00%32.94%
HSB/HSV181°40.00%41.18%
CMYK40.00%0.95%0.00%
58.82%

Color #3F6869 in popluar number systems.

HEX3F6869
Decimal63104105
Binary11111111010001101001
Octal77150151

Shades and tints

Shades of #3F6869

#3F6869
(63,104,105)
#3A5F60
(58,95,96)
#355657
(53,86,87)
#304D4E
(48,77,78)
#2B4445
(43,68,69)
#263B3C
(38,59,60)
#213233
(33,50,51)
#1C292A
(28,41,42)
#172021
(23,32,33)
#121718
(18,23,24)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #3F6869

#3F6869
(63,104,105)
#507576
(80,117,118)
#618283
(97,130,131)
#728F90
(114,143,144)
#839C9D
(131,156,157)
#94A9AA
(148,169,170)
#A5B6B7
(165,182,183)
#B6C3C4
(182,195,196)
#C7D0D1
(199,208,209)
#D8DDDE
(216,221,222)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6869 color. Also use rgb(63,104,105) instead hex code.

Text Font Color

.myTextColor { color: #3F6869; }

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

This text font color is #3F6869.


Background Color

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

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

This div background color is #3F6869.


Border color

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

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

This div border color is #3F6869.


Opacity

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

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

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

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

This text has shadow with #3F6869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6869 on black background.


Color preview on white background

This text has color #3F6869 on white background.



Black color preview on #3F6869 background

This text has black color on #3F6869 background.


White color preview on #3F6869 background

This text has white color on #3F6869 background.