COLOR #3F856C

HEX: #3F856C RGB: (63,133,108)

Color info

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

RGB color model

#3F856C color RGB value is (63,133,108).

RGB: (63,133,108) (25%, 52%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 133 of 255 = 52%
B 108 of 255 = 42%

63
133
108

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

Portions of RGB colors in percentages

R + G + B = 63 + 133 + 108 = 304 (100%)
R 63 of 304 ~ 20.72%
G 133 of 304 ~ 43.75%
B 108 of 304 ~ 35.53'%

%20.72
%43.75
%35.53

CMYK color model

#3F856C color CMYK value is (53,0,19,48).

  • cyan value is 52.63%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 47.84%

CMYK: (53,0,19,48)
C53M0Y19K48 (53%, 0%, 19%, 48%)
(0.53 / 0.00 / 0.19 / 0.48)

CMYK percentages

%52.63
%0
%18.8
%47.84

Codes

Color #3F856C in popluar color models

3F 85 6C
RGB 63 133 108
HSL 159° 35.71% 38.43%
HSB/HSV 159° 52.63% 52.16%
CMYK 52.63% 0.00% 18.80%
47.84%

Color #3F856C in popluar number systems.

HEX 3F 85 6C
Decimal 63 133 108
Binary 111111 10000101 1101100
Octal 77 205 154

Shades and tints

Shades of #3F856C

#3F856C
(63,133,108)
#3A7963
(58,121,99)
#356D5A
(53,109,90)
#306151
(48,97,81)
#2B5548
(43,85,72)
#26493F
(38,73,63)
#213D36
(33,61,54)
#1C312D
(28,49,45)
#172524
(23,37,36)
#12191B
(18,25,27)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #3F856C

#3F856C
(63,133,108)
#509079
(80,144,121)
#619B86
(97,155,134)
#72A693
(114,166,147)
#83B1A0
(131,177,160)
#94BCAD
(148,188,173)
#A5C7BA
(165,199,186)
#B6D2C7
(182,210,199)
#C7DDD4
(199,221,212)
#D8E8E1
(216,232,225)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F856C; }

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

This text font color is #3F856C.

Background Color

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

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

This div background color is #3F856C.

Border color

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

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

This div border color is #3F856C.

Opacity

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

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

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

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

This text has shadow with #3F856C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F856C.

Preview

Color preview on black background

This text has color #3F856C on black background.


Color preview on white background

This text has color #3F856C on white background.


Black color preview on #3F856C background

This text has black color on #3F856C background.


White color preview on #3F856C background

This text has white color on #3F856C background.


Related colors

Complementary color

Complementary color for #hex is #C07A93.


I love getcolorcode.com

Triadic colors

1 #6C3F85 and #856C3F with #3F856C are triadic colors.

2 #6C853F and #853F6C with #3F856C are triadic colors.