COLOR #3F654C

HEX: #3F654C RGB: (63,101,76)

Color info

#3F654C contains red, green and blue colors in about the same proportion. Web safe color of #3F654C is #336633 (or #363).

RGB color model

#3F654C color RGB value is (63,101,76).

RGB: (63,101,76) (25%, 40%, 30%)

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 76 of 255 = 30%

63
101
76

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

Portions of RGB colors in percentages

R + G + B = 63 + 101 + 76 = 240 (100%)
R 63 of 240 ~ 26.25%
G 101 of 240 ~ 42.08%
B 76 of 240 ~ 31.67'%

%26.25
%42.08
%31.67

CMYK color model

#3F654C color CMYK value is (38,0,25,60).

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

CMYK: (38,0,25,60)
C38M0Y25K60 (38%, 0%, 25%, 60%)
(0.38 / 0.00 / 0.25 / 0.60)

CMYK percentages

%37.62
%0
%24.75
%60.39

Codes

Color #3F654C in popluar color models

3F 65 4C
RGB 63 101 76
HSL 141° 23.17% 32.16%
HSB/HSV 141° 37.62% 39.61%
CMYK 37.62% 0.00% 24.75%
60.39%

Color #3F654C in popluar number systems.

HEX 3F 65 4C
Decimal 63 101 76
Binary 111111 1100101 1001100
Octal 77 145 114

Shades and tints

Shades of #3F654C

#3F654C
(63,101,76)
#3A5C46
(58,92,70)
#355340
(53,83,64)
#304A3A
(48,74,58)
#2B4134
(43,65,52)
#26382E
(38,56,46)
#212F28
(33,47,40)
#1C2622
(28,38,34)
#171D1C
(23,29,28)
#121416
(18,20,22)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #3F654C

#3F654C
(63,101,76)
#50735C
(80,115,92)
#61816C
(97,129,108)
#728F7C
(114,143,124)
#839D8C
(131,157,140)
#94AB9C
(148,171,156)
#A5B9AC
(165,185,172)
#B6C7BC
(182,199,188)
#C7D5CC
(199,213,204)
#D8E3DC
(216,227,220)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F654C; }

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

This text font color is #3F654C.

Background Color

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

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

This div background color is #3F654C.

Border color

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

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

This div border color is #3F654C.

Opacity

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

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

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

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

This text has shadow with #3F654C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F654C.

Preview

Color preview on black background

This text has color #3F654C on black background.


Color preview on white background

This text has color #3F654C on white background.


Black color preview on #3F654C background

This text has black color on #3F654C background.


White color preview on #3F654C background

This text has white color on #3F654C background.


Related colors

Complementary color

Complementary color for #hex is #C09AB3.


I love getcolorcode.com

Triadic colors

1 #4C3F65 and #654C3F with #3F654C are triadic colors.

2 #4C653F and #653F4C with #3F654C are triadic colors.