COLOR #3F653F

HEX: #3F653F RGB: (63,101,63)

Color info

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

RGB color model

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

RGB: (63,101,63) (25%, 40%, 25%)

RGB channels and saturation

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

63
101
63

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

Portions of RGB colors in percentages

R + G + B = 63 + 101 + 63 = 227 (100%)
R 63 of 227 ~ 27.75%
G 101 of 227 ~ 44.49%
B 63 of 227 ~ 27.75'%

%27.75
%44.49
%27.75

CMYK color model

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

  • cyan value is 37.62%
  • magenta value is 0.00%
  • yellow value is 37.62%
  • key color value is 60.39%

CMYK: (38,0,38,60)
C38M0Y38K60 (38%, 0%, 38%, 60%)
(0.38 / 0.00 / 0.38 / 0.60)

CMYK percentages

%37.62
%0
%37.62
%60.39

Codes

Color #3F653F in popluar color models

3F 65 3F
RGB 63 101 63
HSL 120° 23.17% 32.16%
HSB/HSV 120° 37.62% 39.61%
CMYK 37.62% 0.00% 37.62%
60.39%

Color #3F653F in popluar number systems.

HEX 3F 65 3F
Decimal 63 101 63
Binary 111111 1100101 111111
Octal 77 145 77

Shades and tints

Shades of #3F653F

#3F653F
(63,101,63)
#3A5C3A
(58,92,58)
#355335
(53,83,53)
#304A30
(48,74,48)
#2B412B
(43,65,43)
#263826
(38,56,38)
#212F21
(33,47,33)
#1C261C
(28,38,28)
#171D17
(23,29,23)
#121412
(18,20,18)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #3F653F

#3F653F
(63,101,63)
#507350
(80,115,80)
#618161
(97,129,97)
#728F72
(114,143,114)
#839D83
(131,157,131)
#94AB94
(148,171,148)
#A5B9A5
(165,185,165)
#B6C7B6
(182,199,182)
#C7D5C7
(199,213,199)
#D8E3D8
(216,227,216)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F653F; }

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

This text font color is #3F653F.

Background Color

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

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

This div background color is #3F653F.

Border color

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

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

This div border color is #3F653F.

Opacity

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

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

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

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

This text has shadow with #3F653F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F653F.

Preview

Color preview on black background

This text has color #3F653F on black background.


Color preview on white background

This text has color #3F653F on white background.


Black color preview on #3F653F background

This text has black color on #3F653F background.


White color preview on #3F653F background

This text has white color on #3F653F background.


Related colors

Complementary color

Complementary color for #hex is #C09AC0.


I love getcolorcode.com

Triadic colors

1 #3F3F65 and #653F3F with #3F653F are triadic colors.

2 #3F653F and #653F3F with #3F653F are triadic colors.