COLOR #3F877A

HEX: #3F877A
RGB: (63,135,122)

Color info

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

RGB color model

#3F877A color RGB value is (63,135,122).

  • red value is 63;
  • green value is 135;
  • blue value is 122.
RGB:
(63,135,122)
(25%,53%,48%)

RGB channels and saturation

R 63 of 255 = 25%
G 135 of 255 = 53%
B 122 of 255 = 48%

63
135
122

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

Portions of RGB colors in percentages

R + G + B =
63 + 135 + 122 = 320 (100%)
R 63 of 320 ~ 19.69%
G 135 of 320 ~ 42.19%
B 122 of 320 ~ 38.13%

%19.69
%42.19
%38.13

CMYK color model

#3F877A color CMYK value is (53,0,10,47).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK:
(53,0,10,47)
C53M0Y10K47 
(53%,0%,10%,47%)
(0.53/0.00/0.10/0.47)	

CMYK percentages

%53.33
%0
%9.63
%47.06

Codes

Color #3F877A in popluar color models

3F877A
RGB63135122
HSL169°36.36%38.82%
HSB/HSV169°53.33%52.94%
CMYK53.33%0.00%9.63%
47.06%

Color #3F877A in popluar number systems.

HEX3F877A
Decimal63135122
Binary111111100001111111010
Octal77207172

Shades and tints

Shades of #3F877A

#3F877A
(63,135,122)
#3A7B6F
(58,123,111)
#356F64
(53,111,100)
#306359
(48,99,89)
#2B574E
(43,87,78)
#264B43
(38,75,67)
#213F38
(33,63,56)
#1C332D
(28,51,45)
#172722
(23,39,34)
#121B17
(18,27,23)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #3F877A

#3F877A
(63,135,122)
#509186
(80,145,134)
#619B92
(97,155,146)
#72A59E
(114,165,158)
#83AFAA
(131,175,170)
#94B9B6
(148,185,182)
#A5C3C2
(165,195,194)
#B6CDCE
(182,205,206)
#C7D7DA
(199,215,218)
#D8E1E6
(216,225,230)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F877A color. Also use rgb(63,135,122) instead hex code.

Text Font Color

.myTextColor { color: #3F877A; }

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

This text font color is #3F877A.


Background Color

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

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

This div background color is #3F877A.


Border color

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

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

This div border color is #3F877A.


Opacity

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

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

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

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

This text has shadow with #3F877A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F877A on black background.


Color preview on white background

This text has color #3F877A on white background.



Black color preview on #3F877A background

This text has black color on #3F877A background.


White color preview on #3F877A background

This text has white color on #3F877A background.