COLOR #3F875C

HEX: #3F875C RGB: (63,135,92)

Color info

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

RGB color model

#3F875C color RGB value is (63,135,92).

RGB: (63,135,92) (25%, 53%, 36%)

RGB channels and saturation

R 63 of 255 = 25%
G 135 of 255 = 53%
B 92 of 255 = 36%

63
135
92

R + G + B ~ 38%. #3F875C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 135 + 92 = 290 (100%)
R 63 of 290 ~ 21.72%
G 135 of 290 ~ 46.55%
B 92 of 290 ~ 31.72'%

%21.72
%46.55
%31.72

CMYK color model

#3F875C color CMYK value is (53,0,32,47).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 31.85%
  • key color value is 47.06%

CMYK: (53,0,32,47)
C53M0Y32K47 (53%, 0%, 32%, 47%)
(0.53 / 0.00 / 0.32 / 0.47)

CMYK percentages

%53.33
%0
%31.85
%47.06

Codes

Color #3F875C in popluar color models

3F 87 5C
RGB 63 135 92
HSL 144° 36.36% 38.82%
HSB/HSV 144° 53.33% 52.94%
CMYK 53.33% 0.00% 31.85%
47.06%

Color #3F875C in popluar number systems.

HEX 3F 87 5C
Decimal 63 135 92
Binary 111111 10000111 1011100
Octal 77 207 134

Shades and tints

Shades of #3F875C

#3F875C
(63,135,92)
#3A7B54
(58,123,84)
#356F4C
(53,111,76)
#306344
(48,99,68)
#2B573C
(43,87,60)
#264B34
(38,75,52)
#213F2C
(33,63,44)
#1C3324
(28,51,36)
#17271C
(23,39,28)
#121B14
(18,27,20)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #3F875C

#3F875C
(63,135,92)
#50916A
(80,145,106)
#619B78
(97,155,120)
#72A586
(114,165,134)
#83AF94
(131,175,148)
#94B9A2
(148,185,162)
#A5C3B0
(165,195,176)
#B6CDBE
(182,205,190)
#C7D7CC
(199,215,204)
#D8E1DA
(216,225,218)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F875C; }

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

This text font color is #3F875C.

Background Color

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

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

This div background color is #3F875C.

Border color

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

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

This div border color is #3F875C.

Opacity

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

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

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

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

This text has shadow with #3F875C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F875C.

Preview

Color preview on black background

This text has color #3F875C on black background.


Color preview on white background

This text has color #3F875C on white background.


Black color preview on #3F875C background

This text has black color on #3F875C background.


White color preview on #3F875C background

This text has white color on #3F875C background.


Related colors

Complementary color

Complementary color for #hex is #C078A3.


I love getcolorcode.com

Triadic colors

1 #5C3F87 and #875C3F with #3F875C are triadic colors.

2 #5C873F and #873F5C with #3F875C are triadic colors.