COLOR #3F654F

HEX: #3F654F RGB: (63,101,79)

Color info

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

RGB color model

#3F654F color RGB value is (63,101,79).

RGB: (63,101,79) (25%, 40%, 31%)

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 79 of 255 = 31%

63
101
79

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

Portions of RGB colors in percentages

R + G + B = 63 + 101 + 79 = 243 (100%)
R 63 of 243 ~ 25.93%
G 101 of 243 ~ 41.56%
B 79 of 243 ~ 32.51'%

%25.93
%41.56
%32.51

CMYK color model

#3F654F color CMYK value is (38,0,22,60).

  • cyan value is 37.62%
  • magenta value is 0.00%
  • yellow value is 21.78%
  • key color value is 60.39%

CMYK: (38,0,22,60)
C38M0Y22K60 (38%, 0%, 22%, 60%)
(0.38 / 0.00 / 0.22 / 0.60)

CMYK percentages

%37.62
%0
%21.78
%60.39

Codes

Color #3F654F in popluar color models

3F 65 4F
RGB 63 101 79
HSL 145° 23.17% 32.16%
HSB/HSV 145° 37.62% 39.61%
CMYK 37.62% 0.00% 21.78%
60.39%

Color #3F654F in popluar number systems.

HEX 3F 65 4F
Decimal 63 101 79
Binary 111111 1100101 1001111
Octal 77 145 117

Shades and tints

Shades of #3F654F

#3F654F
(63,101,79)
#3A5C48
(58,92,72)
#355341
(53,83,65)
#304A3A
(48,74,58)
#2B4133
(43,65,51)
#26382C
(38,56,44)
#212F25
(33,47,37)
#1C261E
(28,38,30)
#171D17
(23,29,23)
#121410
(18,20,16)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #3F654F

#3F654F
(63,101,79)
#50735F
(80,115,95)
#61816F
(97,129,111)
#728F7F
(114,143,127)
#839D8F
(131,157,143)
#94AB9F
(148,171,159)
#A5B9AF
(165,185,175)
#B6C7BF
(182,199,191)
#C7D5CF
(199,213,207)
#D8E3DF
(216,227,223)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F654F; }

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

This text font color is #3F654F.

Background Color

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

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

This div background color is #3F654F.

Border color

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

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

This div border color is #3F654F.

Opacity

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

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

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

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

This text has shadow with #3F654F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F654F.

Preview

Color preview on black background

This text has color #3F654F on black background.


Color preview on white background

This text has color #3F654F on white background.


Black color preview on #3F654F background

This text has black color on #3F654F background.


White color preview on #3F654F background

This text has white color on #3F654F background.


Related colors

Complementary color

Complementary color for #hex is #C09AB0.


I love getcolorcode.com

Triadic colors

1 #4F3F65 and #654F3F with #3F654F are triadic colors.

2 #4F653F and #653F4F with #3F654F are triadic colors.