COLOR #3F885A

HEX: #3F885A RGB: (63,136,90)

Color info

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

RGB color model

#3F885A color RGB value is (63,136,90).

RGB: (63,136,90) (25%, 53%, 35%)

RGB channels and saturation

R 63 of 255 = 25%
G 136 of 255 = 53%
B 90 of 255 = 35%

63
136
90

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

Portions of RGB colors in percentages

R + G + B = 63 + 136 + 90 = 289 (100%)
R 63 of 289 ~ 21.8%
G 136 of 289 ~ 47.06%
B 90 of 289 ~ 31.14'%

%21.8
%47.06
%31.14

CMYK color model

#3F885A color CMYK value is (54,0,34,47).

  • cyan value is 53.68%
  • magenta value is 0.00%
  • yellow value is 33.82%
  • key color value is 46.67%

CMYK: (54,0,34,47)
C54M0Y34K47 (54%, 0%, 34%, 47%)
(0.54 / 0.00 / 0.34 / 0.47)

CMYK percentages

%53.68
%0
%33.82
%46.67

Codes

Color #3F885A in popluar color models

3F 88 5A
RGB 63 136 90
HSL 142° 36.68% 39.02%
HSB/HSV 142° 53.68% 53.33%
CMYK 53.68% 0.00% 33.82%
46.67%

Color #3F885A in popluar number systems.

HEX 3F 88 5A
Decimal 63 136 90
Binary 111111 10001000 1011010
Octal 77 210 132

Shades and tints

Shades of #3F885A

#3F885A
(63,136,90)
#3A7C52
(58,124,82)
#35704A
(53,112,74)
#306442
(48,100,66)
#2B583A
(43,88,58)
#264C32
(38,76,50)
#21402A
(33,64,42)
#1C3422
(28,52,34)
#17281A
(23,40,26)
#121C12
(18,28,18)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #3F885A

#3F885A
(63,136,90)
#509269
(80,146,105)
#619C78
(97,156,120)
#72A687
(114,166,135)
#83B096
(131,176,150)
#94BAA5
(148,186,165)
#A5C4B4
(165,196,180)
#B6CEC3
(182,206,195)
#C7D8D2
(199,216,210)
#D8E2E1
(216,226,225)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F885A color. Also use rgb(63,136,90) instead hex code.

Text Font Color

.myTextColor { color: #3F885A; }

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

This text font color is #3F885A.

Background Color

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

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

This div background color is #3F885A.

Border color

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

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

This div border color is #3F885A.

Opacity

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

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

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

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

This text has shadow with #3F885A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F885A.

Preview

Color preview on black background

This text has color #3F885A on black background.


Color preview on white background

This text has color #3F885A on white background.


Black color preview on #3F885A background

This text has black color on #3F885A background.


White color preview on #3F885A background

This text has white color on #3F885A background.


Related colors

Complementary color

Complementary color for #hex is #C077A5.


I love getcolorcode.com

Triadic colors

1 #5A3F88 and #885A3F with #3F885A are triadic colors.

2 #5A883F and #883F5A with #3F885A are triadic colors.