COLOR #3F634E

HEX: #3F634E RGB: (63,99,78)

Color info

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

RGB color model

#3F634E color RGB value is (63,99,78).

RGB: (63,99,78) (25%, 39%, 31%)

RGB channels and saturation

R 63 of 255 = 25%
G 99 of 255 = 39%
B 78 of 255 = 31%

63
99
78

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

Portions of RGB colors in percentages

R + G + B = 63 + 99 + 78 = 240 (100%)
R 63 of 240 ~ 26.25%
G 99 of 240 ~ 41.25%
B 78 of 240 ~ 32.5'%

%26.25
%41.25
%32.5

CMYK color model

#3F634E color CMYK value is (36,0,21,61).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 61.18%

CMYK: (36,0,21,61)
C36M0Y21K61 (36%, 0%, 21%, 61%)
(0.36 / 0.00 / 0.21 / 0.61)

CMYK percentages

%36.36
%0
%21.21
%61.18

Codes

Color #3F634E in popluar color models

3F 63 4E
RGB 63 99 78
HSL 145° 22.22% 31.76%
HSB/HSV 145° 36.36% 38.82%
CMYK 36.36% 0.00% 21.21%
61.18%

Color #3F634E in popluar number systems.

HEX 3F 63 4E
Decimal 63 99 78
Binary 111111 1100011 1001110
Octal 77 143 116

Shades and tints

Shades of #3F634E

#3F634E
(63,99,78)
#3A5A47
(58,90,71)
#355140
(53,81,64)
#304839
(48,72,57)
#2B3F32
(43,63,50)
#26362B
(38,54,43)
#212D24
(33,45,36)
#1C241D
(28,36,29)
#171B16
(23,27,22)
#12120F
(18,18,15)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #3F634E

#3F634E
(63,99,78)
#50715E
(80,113,94)
#617F6E
(97,127,110)
#728D7E
(114,141,126)
#839B8E
(131,155,142)
#94A99E
(148,169,158)
#A5B7AE
(165,183,174)
#B6C5BE
(182,197,190)
#C7D3CE
(199,211,206)
#D8E1DE
(216,225,222)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F634E color. Also use rgb(63,99,78) instead hex code.

Text Font Color

.myTextColor { color: #3F634E; }

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

This text font color is #3F634E.

Background Color

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

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

This div background color is #3F634E.

Border color

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

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

This div border color is #3F634E.

Opacity

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

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

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

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

This text has shadow with #3F634E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F634E.

Preview

Color preview on black background

This text has color #3F634E on black background.


Color preview on white background

This text has color #3F634E on white background.


Black color preview on #3F634E background

This text has black color on #3F634E background.


White color preview on #3F634E background

This text has white color on #3F634E background.


Related colors

Complementary color

Complementary color for #hex is #C09CB1.


I love getcolorcode.com

Triadic colors

1 #4E3F63 and #634E3F with #3F634E are triadic colors.

2 #4E633F and #633F4E with #3F634E are triadic colors.