COLOR #3F653E

HEX: #3F653E
RGB: (63,101,62)

Color info

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

RGB color model

#3F653E color RGB value is (63,101,62).

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

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 62 of 255 = 24%

63
101
62

R + G + B ~ 30%. #3F653E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 101 + 62 = 226 (100%)
R 63 of 226 ~ 27.88%
G 101 of 226 ~ 44.69%
B 62 of 226 ~ 27.43%

%27.88
%44.69
%27.43

CMYK color model

#3F653E color CMYK value is (38,0,39,60).

  • cyan value is 37.62%
  • magenta value is 0.00%
  • yellow value is 38.61%
  • key color value is 60.39%
CMYK:
(38,0,39,60)
C38M0Y39K60 
(38%,0%,39%,60%)
(0.38/0.00/0.39/0.60)	

CMYK percentages

%37.62
%0
%38.61
%60.39

Codes

Color #3F653E in popluar color models

3F653E
RGB6310162
HSL118°23.93%31.96%
HSB/HSV118°38.61%39.61%
CMYK37.62%0.00%38.61%
60.39%

Color #3F653E in popluar number systems.

HEX3F653E
Decimal6310162
Binary1111111100101111110
Octal7714576

Shades and tints

Shades of #3F653E

#3F653E
(63,101,62)
#3A5C39
(58,92,57)
#355334
(53,83,52)
#304A2F
(48,74,47)
#2B412A
(43,65,42)
#263825
(38,56,37)
#212F20
(33,47,32)
#1C261B
(28,38,27)
#171D16
(23,29,22)
#121411
(18,20,17)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #3F653E

#3F653E
(63,101,62)
#50734F
(80,115,79)
#618160
(97,129,96)
#728F71
(114,143,113)
#839D82
(131,157,130)
#94AB93
(148,171,147)
#A5B9A4
(165,185,164)
#B6C7B5
(182,199,181)
#C7D5C6
(199,213,198)
#D8E3D7
(216,227,215)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F653E; }

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

This text font color is #3F653E.


Background Color

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

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

This div background color is #3F653E.


Border color

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

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

This div border color is #3F653E.


Opacity

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

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

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

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

This text has shadow with #3F653E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F653E on black background.


Color preview on white background

This text has color #3F653E on white background.



Black color preview on #3F653E background

This text has black color on #3F653E background.


White color preview on #3F653E background

This text has white color on #3F653E background.