COLOR #3F625B

HEX: #3F625B
RGB: (63,98,91)

Color info

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

RGB color model

#3F625B color RGB value is (63,98,91).

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

RGB channels and saturation

R 63 of 255 = 25%
G 98 of 255 = 38%
B 91 of 255 = 36%

63
98
91

R + G + B ~ 33%. #3F625B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 98 + 91 = 252 (100%)
R 63 of 252 ~ 25%
G 98 of 252 ~ 38.89%
B 91 of 252 ~ 36.11%

%25
%38.89
%36.11

CMYK color model

#3F625B color CMYK value is (36,0,7,62).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 61.57%
CMYK:
(36,0,7,62)
C36M0Y7K62 
(36%,0%,7%,62%)
(0.36/0.00/0.07/0.62)	

CMYK percentages

%35.71
%0
%7.14
%61.57

Codes

Color #3F625B in popluar color models

3F625B
RGB639891
HSL168°21.74%31.57%
HSB/HSV168°35.71%38.43%
CMYK35.71%0.00%7.14%
61.57%

Color #3F625B in popluar number systems.

HEX3F625B
Decimal639891
Binary11111111000101011011
Octal77142133

Shades and tints

Shades of #3F625B

#3F625B
(63,98,91)
#3A5A53
(58,90,83)
#35524B
(53,82,75)
#304A43
(48,74,67)
#2B423B
(43,66,59)
#263A33
(38,58,51)
#21322B
(33,50,43)
#1C2A23
(28,42,35)
#17221B
(23,34,27)
#121A13
(18,26,19)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #3F625B

#3F625B
(63,98,91)
#507069
(80,112,105)
#617E77
(97,126,119)
#728C85
(114,140,133)
#839A93
(131,154,147)
#94A8A1
(148,168,161)
#A5B6AF
(165,182,175)
#B6C4BD
(182,196,189)
#C7D2CB
(199,210,203)
#D8E0D9
(216,224,217)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F625B; }

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

This text font color is #3F625B.


Background Color

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

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

This div background color is #3F625B.


Border color

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

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

This div border color is #3F625B.


Opacity

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

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

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

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

This text has shadow with #3F625B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F625B on black background.


Color preview on white background

This text has color #3F625B on white background.



Black color preview on #3F625B background

This text has black color on #3F625B background.


White color preview on #3F625B background

This text has white color on #3F625B background.