COLOR #3F563F

HEX: #3F563F
RGB: (63,86,63)

Color info

#3F563F contains red, green and blue colors in about the same proportion. Web safe color of #3F563F is #336633 (or #363).

RGB color model

#3F563F color RGB value is (63,86,63).

  • red value is 63;
  • green value is 86;
  • blue value is 63.
RGB:
(63,86,63)
(25%,34%,25%)

RGB channels and saturation

R 63 of 255 = 25%
G 86 of 255 = 34%
B 63 of 255 = 25%

63
86
63

R + G + B ~ 28%. #3F563F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 86 + 63 = 212 (100%)
R 63 of 212 ~ 29.72%
G 86 of 212 ~ 40.57%
B 63 of 212 ~ 29.72%

%29.72
%40.57
%29.72

CMYK color model

#3F563F color CMYK value is (27,0,27,66).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 66.27%
CMYK:
(27,0,27,66)
C27M0Y27K66 
(27%,0%,27%,66%)
(0.27/0.00/0.27/0.66)	

CMYK percentages

%26.74
%0
%26.74
%66.27

Codes

Color #3F563F in popluar color models

3F563F
RGB638663
HSL120°15.44%29.22%
HSB/HSV120°26.74%33.73%
CMYK26.74%0.00%26.74%
66.27%

Color #3F563F in popluar number systems.

HEX3F563F
Decimal638663
Binary1111111010110111111
Octal7712677

Shades and tints

Shades of #3F563F

#3F563F
(63,86,63)
#3A4F3A
(58,79,58)
#354835
(53,72,53)
#304130
(48,65,48)
#2B3A2B
(43,58,43)
#263326
(38,51,38)
#212C21
(33,44,33)
#1C251C
(28,37,28)
#171E17
(23,30,23)
#121712
(18,23,18)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #3F563F

#3F563F
(63,86,63)
#506550
(80,101,80)
#617461
(97,116,97)
#728372
(114,131,114)
#839283
(131,146,131)
#94A194
(148,161,148)
#A5B0A5
(165,176,165)
#B6BFB6
(182,191,182)
#C7CEC7
(199,206,199)
#D8DDD8
(216,221,216)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F563F; }

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

This text font color is #3F563F.


Background Color

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

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

This div background color is #3F563F.


Border color

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

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

This div border color is #3F563F.


Opacity

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

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

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

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

This text has shadow with #3F563F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F563F on black background.


Color preview on white background

This text has color #3F563F on white background.



Black color preview on #3F563F background

This text has black color on #3F563F background.


White color preview on #3F563F background

This text has white color on #3F563F background.