COLOR #3F857B

HEX: #3F857B
RGB: (63,133,123)

Color info

#3F857B contains mainly green and blue colors. Web safe color of #3F857B is #339966 (or #396).

RGB color model

#3F857B color RGB value is (63,133,123).

  • red value is 63;
  • green value is 133;
  • blue value is 123.
RGB:
(63,133,123)
(25%,52%,48%)

RGB channels and saturation

R 63 of 255 = 25%
G 133 of 255 = 52%
B 123 of 255 = 48%

63
133
123

R + G + B ~ 42%. #3F857B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 133 + 123 = 319 (100%)
R 63 of 319 ~ 19.75%
G 133 of 319 ~ 41.69%
B 123 of 319 ~ 38.56%

%19.75
%41.69
%38.56

CMYK color model

#3F857B color CMYK value is (53,0,8,48).

  • cyan value is 52.63%
  • magenta value is 0.00%
  • yellow value is 7.52%
  • key color value is 47.84%
CMYK:
(53,0,8,48)
C53M0Y8K48 
(53%,0%,8%,48%)
(0.53/0.00/0.08/0.48)	

CMYK percentages

%52.63
%0
%7.52
%47.84

Codes

Color #3F857B in popluar color models

3F857B
RGB63133123
HSL171°35.71%38.43%
HSB/HSV171°52.63%52.16%
CMYK52.63%0.00%7.52%
47.84%

Color #3F857B in popluar number systems.

HEX3F857B
Decimal63133123
Binary111111100001011111011
Octal77205173

Shades and tints

Shades of #3F857B

#3F857B
(63,133,123)
#3A7970
(58,121,112)
#356D65
(53,109,101)
#30615A
(48,97,90)
#2B554F
(43,85,79)
#264944
(38,73,68)
#213D39
(33,61,57)
#1C312E
(28,49,46)
#172523
(23,37,35)
#121918
(18,25,24)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #3F857B

#3F857B
(63,133,123)
#509087
(80,144,135)
#619B93
(97,155,147)
#72A69F
(114,166,159)
#83B1AB
(131,177,171)
#94BCB7
(148,188,183)
#A5C7C3
(165,199,195)
#B6D2CF
(182,210,207)
#C7DDDB
(199,221,219)
#D8E8E7
(216,232,231)
#E9F3F3
(233,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F857B color. Also use rgb(63,133,123) instead hex code.

Text Font Color

.myTextColor { color: #3F857B; }

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

This text font color is #3F857B.


Background Color

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

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

This div background color is #3F857B.


Border color

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

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

This div border color is #3F857B.


Opacity

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

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

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

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

This text has shadow with #3F857B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F857B on black background.


Color preview on white background

This text has color #3F857B on white background.



Black color preview on #3F857B background

This text has black color on #3F857B background.


White color preview on #3F857B background

This text has white color on #3F857B background.