COLOR #3F837A

HEX: #3F837A RGB: (63,131,122)

Color info

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

RGB color model

#3F837A color RGB value is (63,131,122).

RGB: (63,131,122) (25%, 51%, 48%)

RGB channels and saturation

R 63 of 255 = 25%
G 131 of 255 = 51%
B 122 of 255 = 48%

63
131
122

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

Portions of RGB colors in percentages

R + G + B = 63 + 131 + 122 = 316 (100%)
R 63 of 316 ~ 19.94%
G 131 of 316 ~ 41.46%
B 122 of 316 ~ 38.61'%

%19.94
%41.46
%38.61

CMYK color model

#3F837A color CMYK value is (52,0,7,49).

  • cyan value is 51.91%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 48.63%

CMYK: (52,0,7,49)
C52M0Y7K49 (52%, 0%, 7%, 49%)
(0.52 / 0.00 / 0.07 / 0.49)

CMYK percentages

%51.91
%0
%6.87
%48.63

Codes

Color #3F837A in popluar color models

3F 83 7A
RGB 63 131 122
HSL 172° 35.05% 38.04%
HSB/HSV 172° 51.91% 51.37%
CMYK 51.91% 0.00% 6.87%
48.63%

Color #3F837A in popluar number systems.

HEX 3F 83 7A
Decimal 63 131 122
Binary 111111 10000011 1111010
Octal 77 203 172

Shades and tints

Shades of #3F837A

#3F837A
(63,131,122)
#3A786F
(58,120,111)
#356D64
(53,109,100)
#306259
(48,98,89)
#2B574E
(43,87,78)
#264C43
(38,76,67)
#214138
(33,65,56)
#1C362D
(28,54,45)
#172B22
(23,43,34)
#122017
(18,32,23)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #3F837A

#3F837A
(63,131,122)
#508E86
(80,142,134)
#619992
(97,153,146)
#72A49E
(114,164,158)
#83AFAA
(131,175,170)
#94BAB6
(148,186,182)
#A5C5C2
(165,197,194)
#B6D0CE
(182,208,206)
#C7DBDA
(199,219,218)
#D8E6E6
(216,230,230)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F837A; }

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

This text font color is #3F837A.

Background Color

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

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

This div background color is #3F837A.

Border color

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

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

This div border color is #3F837A.

Opacity

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

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

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

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

This text has shadow with #3F837A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F837A.

Preview

Color preview on black background

This text has color #3F837A on black background.


Color preview on white background

This text has color #3F837A on white background.


Black color preview on #3F837A background

This text has black color on #3F837A background.


White color preview on #3F837A background

This text has white color on #3F837A background.


Related colors

Complementary color

Complementary color for #hex is #C07C85.


I love getcolorcode.com

Triadic colors

1 #7A3F83 and #837A3F with #3F837A are triadic colors.

2 #7A833F and #833F7A with #3F837A are triadic colors.