COLOR #3F6A5A

HEX: #3F6A5A
RGB: (63,106,90)

Color info

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

RGB color model

#3F6A5A color RGB value is (63,106,90).

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

RGB channels and saturation

R 63 of 255 = 25%
G 106 of 255 = 42%
B 90 of 255 = 35%

63
106
90

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

Portions of RGB colors in percentages

R + G + B =
63 + 106 + 90 = 259 (100%)
R 63 of 259 ~ 24.32%
G 106 of 259 ~ 40.93%
B 90 of 259 ~ 34.75%

%24.32
%40.93
%34.75

CMYK color model

#3F6A5A color CMYK value is (41,0,15,58).

  • cyan value is 40.57%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 58.43%
CMYK:
(41,0,15,58)
C41M0Y15K58 
(41%,0%,15%,58%)
(0.41/0.00/0.15/0.58)	

CMYK percentages

%40.57
%0
%15.09
%58.43

Codes

Color #3F6A5A in popluar color models

3F6A5A
RGB6310690
HSL158°25.44%33.14%
HSB/HSV158°40.57%41.57%
CMYK40.57%0.00%15.09%
58.43%

Color #3F6A5A in popluar number systems.

HEX3F6A5A
Decimal6310690
Binary11111111010101011010
Octal77152132

Shades and tints

Shades of #3F6A5A

#3F6A5A
(63,106,90)
#3A6152
(58,97,82)
#35584A
(53,88,74)
#304F42
(48,79,66)
#2B463A
(43,70,58)
#263D32
(38,61,50)
#21342A
(33,52,42)
#1C2B22
(28,43,34)
#17221A
(23,34,26)
#121912
(18,25,18)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #3F6A5A

#3F6A5A
(63,106,90)
#507769
(80,119,105)
#618478
(97,132,120)
#729187
(114,145,135)
#839E96
(131,158,150)
#94ABA5
(148,171,165)
#A5B8B4
(165,184,180)
#B6C5C3
(182,197,195)
#C7D2D2
(199,210,210)
#D8DFE1
(216,223,225)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6A5A; }

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

This text font color is #3F6A5A.


Background Color

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

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

This div background color is #3F6A5A.


Border color

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

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

This div border color is #3F6A5A.


Opacity

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

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

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

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

This text has shadow with #3F6A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6A5A on black background.


Color preview on white background

This text has color #3F6A5A on white background.



Black color preview on #3F6A5A background

This text has black color on #3F6A5A background.


White color preview on #3F6A5A background

This text has white color on #3F6A5A background.