COLOR #3F6965

HEX: #3F6965
RGB: (63,105,101)

Color info

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

RGB color model

#3F6965 color RGB value is (63,105,101).

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

RGB channels and saturation

R 63 of 255 = 25%
G 105 of 255 = 41%
B 101 of 255 = 40%

63
105
101

R + G + B ~ 35%. #3F6965 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 105 + 101 = 269 (100%)
R 63 of 269 ~ 23.42%
G 105 of 269 ~ 39.03%
B 101 of 269 ~ 37.55%

%23.42
%39.03
%37.55

CMYK color model

#3F6965 color CMYK value is (40,0,4,59).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 58.82%
CMYK:
(40,0,4,59)
C40M0Y4K59 
(40%,0%,4%,59%)
(0.40/0.00/0.04/0.59)	

CMYK percentages

%40
%0
%3.81
%58.82

Codes

Color #3F6965 in popluar color models

3F6965
RGB63105101
HSL174°25.00%32.94%
HSB/HSV174°40.00%41.18%
CMYK40.00%0.00%3.81%
58.82%

Color #3F6965 in popluar number systems.

HEX3F6965
Decimal63105101
Binary11111111010011100101
Octal77151145

Shades and tints

Shades of #3F6965

#3F6965
(63,105,101)
#3A605C
(58,96,92)
#355753
(53,87,83)
#304E4A
(48,78,74)
#2B4541
(43,69,65)
#263C38
(38,60,56)
#21332F
(33,51,47)
#1C2A26
(28,42,38)
#17211D
(23,33,29)
#121814
(18,24,20)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #3F6965

#3F6965
(63,105,101)
#507673
(80,118,115)
#618381
(97,131,129)
#72908F
(114,144,143)
#839D9D
(131,157,157)
#94AAAB
(148,170,171)
#A5B7B9
(165,183,185)
#B6C4C7
(182,196,199)
#C7D1D5
(199,209,213)
#D8DEE3
(216,222,227)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6965; }

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

This text font color is #3F6965.


Background Color

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

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

This div background color is #3F6965.


Border color

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

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

This div border color is #3F6965.


Opacity

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

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

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

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

This text has shadow with #3F6965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6965 on black background.


Color preview on white background

This text has color #3F6965 on white background.



Black color preview on #3F6965 background

This text has black color on #3F6965 background.


White color preview on #3F6965 background

This text has white color on #3F6965 background.