COLOR #3F633E

HEX: #3F633E
RGB: (63,99,62)

Color info

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

RGB color model

#3F633E color RGB value is (63,99,62).

  • red value is 63;
  • green value is 99;
  • blue value is 62.
RGB:
(63,99,62)
(25%,39%,24%)

RGB channels and saturation

R 63 of 255 = 25%
G 99 of 255 = 39%
B 62 of 255 = 24%

63
99
62

R + G + B ~ 29%. #3F633E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 99 + 62 = 224 (100%)
R 63 of 224 ~ 28.13%
G 99 of 224 ~ 44.2%
B 62 of 224 ~ 27.68%

%28.13
%44.2
%27.68

CMYK color model

#3F633E color CMYK value is (36,0,37,61).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 37.37%
  • key color value is 61.18%
CMYK:
(36,0,37,61)
C36M0Y37K61 
(36%,0%,37%,61%)
(0.36/0.00/0.37/0.61)	

CMYK percentages

%36.36
%0
%37.37
%61.18

Codes

Color #3F633E in popluar color models

3F633E
RGB639962
HSL118°22.98%31.57%
HSB/HSV118°37.37%38.82%
CMYK36.36%0.00%37.37%
61.18%

Color #3F633E in popluar number systems.

HEX3F633E
Decimal639962
Binary1111111100011111110
Octal7714376

Shades and tints

Shades of #3F633E

#3F633E
(63,99,62)
#3A5A39
(58,90,57)
#355134
(53,81,52)
#30482F
(48,72,47)
#2B3F2A
(43,63,42)
#263625
(38,54,37)
#212D20
(33,45,32)
#1C241B
(28,36,27)
#171B16
(23,27,22)
#121211
(18,18,17)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #3F633E

#3F633E
(63,99,62)
#50714F
(80,113,79)
#617F60
(97,127,96)
#728D71
(114,141,113)
#839B82
(131,155,130)
#94A993
(148,169,147)
#A5B7A4
(165,183,164)
#B6C5B5
(182,197,181)
#C7D3C6
(199,211,198)
#D8E1D7
(216,225,215)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F633E; }

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

This text font color is #3F633E.


Background Color

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

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

This div background color is #3F633E.


Border color

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

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

This div border color is #3F633E.


Opacity

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

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

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

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

This text has shadow with #3F633E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F633E on black background.


Color preview on white background

This text has color #3F633E on white background.



Black color preview on #3F633E background

This text has black color on #3F633E background.


White color preview on #3F633E background

This text has white color on #3F633E background.