COLOR #3F5F66

HEX: #3F5F66
RGB: (63,95,102)

Color info

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

RGB color model

#3F5F66 color RGB value is (63,95,102).

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

RGB channels and saturation

R 63 of 255 = 25%
G 95 of 255 = 37%
B 102 of 255 = 40%

63
95
102

R + G + B ~ 34%. #3F5F66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 95 + 102 = 260 (100%)
R 63 of 260 ~ 24.23%
G 95 of 260 ~ 36.54%
B 102 of 260 ~ 39.23%

%24.23
%36.54
%39.23

CMYK color model

#3F5F66 color CMYK value is (38,7,0,60).

  • cyan value is 38.24%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(38,7,0,60)
C38M7Y0K60 
(38%,7%,0%,60%)
(0.38/0.07/0.00/0.60)	

CMYK percentages

%38.24
%6.86
%0
%60

Codes

Color #3F5F66 in popluar color models

3F5F66
RGB6395102
HSL191°23.64%32.35%
HSB/HSV191°38.24%40.00%
CMYK38.24%6.86%0.00%
60.00%

Color #3F5F66 in popluar number systems.

HEX3F5F66
Decimal6395102
Binary11111110111111100110
Octal77137146

Shades and tints

Shades of #3F5F66

#3F5F66
(63,95,102)
#3A575D
(58,87,93)
#354F54
(53,79,84)
#30474B
(48,71,75)
#2B3F42
(43,63,66)
#263739
(38,55,57)
#212F30
(33,47,48)
#1C2727
(28,39,39)
#171F1E
(23,31,30)
#121715
(18,23,21)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #3F5F66

#3F5F66
(63,95,102)
#506D73
(80,109,115)
#617B80
(97,123,128)
#72898D
(114,137,141)
#83979A
(131,151,154)
#94A5A7
(148,165,167)
#A5B3B4
(165,179,180)
#B6C1C1
(182,193,193)
#C7CFCE
(199,207,206)
#D8DDDB
(216,221,219)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5F66; }

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

This text font color is #3F5F66.


Background Color

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

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

This div background color is #3F5F66.


Border color

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

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

This div border color is #3F5F66.


Opacity

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

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

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

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

This text has shadow with #3F5F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5F66 on black background.


Color preview on white background

This text has color #3F5F66 on white background.



Black color preview on #3F5F66 background

This text has black color on #3F5F66 background.


White color preview on #3F5F66 background

This text has white color on #3F5F66 background.