COLOR #3F6455

HEX: #3F6455 RGB: (63,100,85)

Color info

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

RGB color model

#3F6455 color RGB value is (63,100,85).

RGB: (63,100,85) (25%, 39%, 33%)

RGB channels and saturation

R 63 of 255 = 25%
G 100 of 255 = 39%
B 85 of 255 = 33%

63
100
85

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

Portions of RGB colors in percentages

R + G + B = 63 + 100 + 85 = 248 (100%)
R 63 of 248 ~ 25.4%
G 100 of 248 ~ 40.32%
B 85 of 248 ~ 34.27'%

%25.4
%40.32
%34.27

CMYK color model

#3F6455 color CMYK value is (37,0,15,61).

  • cyan value is 37.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 60.78%

CMYK: (37,0,15,61)
C37M0Y15K61 (37%, 0%, 15%, 61%)
(0.37 / 0.00 / 0.15 / 0.61)

CMYK percentages

%37
%0
%15
%60.78

Codes

Color #3F6455 in popluar color models

3F 64 55
RGB 63 100 85
HSL 156° 22.70% 31.96%
HSB/HSV 156° 37.00% 39.22%
CMYK 37.00% 0.00% 15.00%
60.78%

Color #3F6455 in popluar number systems.

HEX 3F 64 55
Decimal 63 100 85
Binary 111111 1100100 1010101
Octal 77 144 125

Shades and tints

Shades of #3F6455

#3F6455
(63,100,85)
#3A5B4E
(58,91,78)
#355247
(53,82,71)
#304940
(48,73,64)
#2B4039
(43,64,57)
#263732
(38,55,50)
#212E2B
(33,46,43)
#1C2524
(28,37,36)
#171C1D
(23,28,29)
#121316
(18,19,22)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #3F6455

#3F6455
(63,100,85)
#507264
(80,114,100)
#618073
(97,128,115)
#728E82
(114,142,130)
#839C91
(131,156,145)
#94AAA0
(148,170,160)
#A5B8AF
(165,184,175)
#B6C6BE
(182,198,190)
#C7D4CD
(199,212,205)
#D8E2DC
(216,226,220)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6455 color. Also use rgb(63,100,85) instead hex code.

Text Font Color

.myTextColor { color: #3F6455; }

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

This text font color is #3F6455.

Background Color

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

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

This div background color is #3F6455.

Border color

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

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

This div border color is #3F6455.

Opacity

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

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

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

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

This text has shadow with #3F6455 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6455.

Preview

Color preview on black background

This text has color #3F6455 on black background.


Color preview on white background

This text has color #3F6455 on white background.


Black color preview on #3F6455 background

This text has black color on #3F6455 background.


White color preview on #3F6455 background

This text has white color on #3F6455 background.


Related colors

Complementary color

Complementary color for #3F6455 is #C09BAA.


I love getcolorcode.com

Triadic colors

1 #553F64 and #64553F with #3F6455 are triadic colors.

2 #55643F and #643F55 with #3F6455 are triadic colors.