COLOR #3F5F5A

HEX: #3F5F5A
RGB: (63,95,90)

Color info

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

RGB color model

#3F5F5A color RGB value is (63,95,90).

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

RGB channels and saturation

R 63 of 255 = 25%
G 95 of 255 = 37%
B 90 of 255 = 35%

63
95
90

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

Portions of RGB colors in percentages

R + G + B =
63 + 95 + 90 = 248 (100%)
R 63 of 248 ~ 25.4%
G 95 of 248 ~ 38.31%
B 90 of 248 ~ 36.29%

%25.4
%38.31
%36.29

CMYK color model

#3F5F5A color CMYK value is (34,0,5,63).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 62.75%
CMYK:
(34,0,5,63)
C34M0Y5K63 
(34%,0%,5%,63%)
(0.34/0.00/0.05/0.63)	

CMYK percentages

%33.68
%0
%5.26
%62.75

Codes

Color #3F5F5A in popluar color models

3F5F5A
RGB639590
HSL171°20.25%30.98%
HSB/HSV171°33.68%37.25%
CMYK33.68%0.00%5.26%
62.75%

Color #3F5F5A in popluar number systems.

HEX3F5F5A
Decimal639590
Binary11111110111111011010
Octal77137132

Shades and tints

Shades of #3F5F5A

#3F5F5A
(63,95,90)
#3A5752
(58,87,82)
#354F4A
(53,79,74)
#304742
(48,71,66)
#2B3F3A
(43,63,58)
#263732
(38,55,50)
#212F2A
(33,47,42)
#1C2722
(28,39,34)
#171F1A
(23,31,26)
#121712
(18,23,18)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #3F5F5A

#3F5F5A
(63,95,90)
#506D69
(80,109,105)
#617B78
(97,123,120)
#728987
(114,137,135)
#839796
(131,151,150)
#94A5A5
(148,165,165)
#A5B3B4
(165,179,180)
#B6C1C3
(182,193,195)
#C7CFD2
(199,207,210)
#D8DDE1
(216,221,225)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5F5A; }

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

This text font color is #3F5F5A.


Background Color

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

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

This div background color is #3F5F5A.


Border color

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

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

This div border color is #3F5F5A.


Opacity

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

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

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

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

This text has shadow with #3F5F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5F5A on black background.


Color preview on white background

This text has color #3F5F5A on white background.



Black color preview on #3F5F5A background

This text has black color on #3F5F5A background.


White color preview on #3F5F5A background

This text has white color on #3F5F5A background.