COLOR #3F624E

HEX: #3F624E
RGB: (63,98,78)

Color info

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

RGB color model

#3F624E color RGB value is (63,98,78).

  • red value is 63;
  • green value is 98;
  • blue value is 78.
RGB:
(63,98,78)
(25%,38%,31%)

RGB channels and saturation

R 63 of 255 = 25%
G 98 of 255 = 38%
B 78 of 255 = 31%

63
98
78

R + G + B ~ 31%. #3F624E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 98 + 78 = 239 (100%)
R 63 of 239 ~ 26.36%
G 98 of 239 ~ 41%
B 78 of 239 ~ 32.64%

%26.36
%41
%32.64

CMYK color model

#3F624E color CMYK value is (36,0,20,62).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 61.57%
CMYK:
(36,0,20,62)
C36M0Y20K62 
(36%,0%,20%,62%)
(0.36/0.00/0.20/0.62)	

CMYK percentages

%35.71
%0
%20.41
%61.57

Codes

Color #3F624E in popluar color models

3F624E
RGB639878
HSL146°21.74%31.57%
HSB/HSV146°35.71%38.43%
CMYK35.71%0.00%20.41%
61.57%

Color #3F624E in popluar number systems.

HEX3F624E
Decimal639878
Binary11111111000101001110
Octal77142116

Shades and tints

Shades of #3F624E

#3F624E
(63,98,78)
#3A5A47
(58,90,71)
#355240
(53,82,64)
#304A39
(48,74,57)
#2B4232
(43,66,50)
#263A2B
(38,58,43)
#213224
(33,50,36)
#1C2A1D
(28,42,29)
#172216
(23,34,22)
#121A0F
(18,26,15)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #3F624E

#3F624E
(63,98,78)
#50705E
(80,112,94)
#617E6E
(97,126,110)
#728C7E
(114,140,126)
#839A8E
(131,154,142)
#94A89E
(148,168,158)
#A5B6AE
(165,182,174)
#B6C4BE
(182,196,190)
#C7D2CE
(199,210,206)
#D8E0DE
(216,224,222)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F624E; }

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

This text font color is #3F624E.


Background Color

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

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

This div background color is #3F624E.


Border color

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

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

This div border color is #3F624E.


Opacity

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

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

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

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

This text has shadow with #3F624E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F624E on black background.


Color preview on white background

This text has color #3F624E on white background.



Black color preview on #3F624E background

This text has black color on #3F624E background.


White color preview on #3F624E background

This text has white color on #3F624E background.