COLOR #3F836F

HEX: #3F836F
RGB: (63,131,111)

Color info

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

RGB color model

#3F836F color RGB value is (63,131,111).

  • red value is 63;
  • green value is 131;
  • blue value is 111.
RGB:
(63,131,111)
(25%,51%,44%)

RGB channels and saturation

R 63 of 255 = 25%
G 131 of 255 = 51%
B 111 of 255 = 44%

63
131
111

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

Portions of RGB colors in percentages

R + G + B =
63 + 131 + 111 = 305 (100%)
R 63 of 305 ~ 20.66%
G 131 of 305 ~ 42.95%
B 111 of 305 ~ 36.39%

%20.66
%42.95
%36.39

CMYK color model

#3F836F color CMYK value is (52,0,15,49).

  • cyan value is 51.91%
  • magenta value is 0.00%
  • yellow value is 15.27%
  • key color value is 48.63%
CMYK:
(52,0,15,49)
C52M0Y15K49 
(52%,0%,15%,49%)
(0.52/0.00/0.15/0.49)	

CMYK percentages

%51.91
%0
%15.27
%48.63

Codes

Color #3F836F in popluar color models

3F836F
RGB63131111
HSL162°35.05%38.04%
HSB/HSV162°51.91%51.37%
CMYK51.91%0.00%15.27%
48.63%

Color #3F836F in popluar number systems.

HEX3F836F
Decimal63131111
Binary111111100000111101111
Octal77203157

Shades and tints

Shades of #3F836F

#3F836F
(63,131,111)
#3A7865
(58,120,101)
#356D5B
(53,109,91)
#306251
(48,98,81)
#2B5747
(43,87,71)
#264C3D
(38,76,61)
#214133
(33,65,51)
#1C3629
(28,54,41)
#172B1F
(23,43,31)
#122015
(18,32,21)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #3F836F

#3F836F
(63,131,111)
#508E7C
(80,142,124)
#619989
(97,153,137)
#72A496
(114,164,150)
#83AFA3
(131,175,163)
#94BAB0
(148,186,176)
#A5C5BD
(165,197,189)
#B6D0CA
(182,208,202)
#C7DBD7
(199,219,215)
#D8E6E4
(216,230,228)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F836F; }

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

This text font color is #3F836F.


Background Color

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

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

This div background color is #3F836F.


Border color

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

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

This div border color is #3F836F.


Opacity

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

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

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

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

This text has shadow with #3F836F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F836F on black background.


Color preview on white background

This text has color #3F836F on white background.



Black color preview on #3F836F background

This text has black color on #3F836F background.


White color preview on #3F836F background

This text has white color on #3F836F background.