COLOR #3F8368

HEX: #3F8368 RGB: (63,131,104)

Color info

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

RGB color model

#3F8368 color RGB value is (63,131,104).

RGB: (63,131,104) (25%, 51%, 41%)

RGB channels and saturation

R 63 of 255 = 25%
G 131 of 255 = 51%
B 104 of 255 = 41%

63
131
104

R + G + B ~ 39%. #3F8368 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 131 + 104 = 298 (100%)
R 63 of 298 ~ 21.14%
G 131 of 298 ~ 43.96%
B 104 of 298 ~ 34.9'%

%21.14
%43.96
%34.9

CMYK color model

#3F8368 color CMYK value is (52,0,21,49).

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

CMYK: (52,0,21,49)
C52M0Y21K49 (52%, 0%, 21%, 49%)
(0.52 / 0.00 / 0.21 / 0.49)

CMYK percentages

%51.91
%0
%20.61
%48.63

Codes

Color #3F8368 in popluar color models

3F 83 68
RGB 63 131 104
HSL 156° 35.05% 38.04%
HSB/HSV 156° 51.91% 51.37%
CMYK 51.91% 0.00% 20.61%
48.63%

Color #3F8368 in popluar number systems.

HEX 3F 83 68
Decimal 63 131 104
Binary 111111 10000011 1101000
Octal 77 203 150

Shades and tints

Shades of #3F8368

#3F8368
(63,131,104)
#3A785F
(58,120,95)
#356D56
(53,109,86)
#30624D
(48,98,77)
#2B5744
(43,87,68)
#264C3B
(38,76,59)
#214132
(33,65,50)
#1C3629
(28,54,41)
#172B20
(23,43,32)
#122017
(18,32,23)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #3F8368

#3F8368
(63,131,104)
#508E75
(80,142,117)
#619982
(97,153,130)
#72A48F
(114,164,143)
#83AF9C
(131,175,156)
#94BAA9
(148,186,169)
#A5C5B6
(165,197,182)
#B6D0C3
(182,208,195)
#C7DBD0
(199,219,208)
#D8E6DD
(216,230,221)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F8368; }

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

This text font color is #3F8368.

Background Color

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

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

This div background color is #3F8368.

Border color

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

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

This div border color is #3F8368.

Opacity

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

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

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

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

This text has shadow with #3F8368 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F8368.

Preview

Color preview on black background

This text has color #3F8368 on black background.


Color preview on white background

This text has color #3F8368 on white background.


Black color preview on #3F8368 background

This text has black color on #3F8368 background.


White color preview on #3F8368 background

This text has white color on #3F8368 background.


Related colors

Complementary color

Complementary color for #hex is #C07C97.


I love getcolorcode.com

Triadic colors

1 #683F83 and #83683F with #3F8368 are triadic colors.

2 #68833F and #833F68 with #3F8368 are triadic colors.