COLOR #3F4F3A

HEX: #3F4F3A RGB: (63,79,58)

Color info

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

RGB color model

#3F4F3A color RGB value is (63,79,58).

RGB: (63,79,58) (25%, 31%, 23%)

RGB channels and saturation

R 63 of 255 = 25%
G 79 of 255 = 31%
B 58 of 255 = 23%

63
79
58

R + G + B ~ 26%. #3F4F3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 79 + 58 = 200 (100%)
R 63 of 200 ~ 31.5%
G 79 of 200 ~ 39.5%
B 58 of 200 ~ 29'%

%31.5
%39.5
%29

CMYK color model

#3F4F3A color CMYK value is (20,0,27,69).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 69.02%

CMYK: (20,0,27,69)
C20M0Y27K69 (20%, 0%, 27%, 69%)
(0.20 / 0.00 / 0.27 / 0.69)

CMYK percentages

%20.25
%0
%26.58
%69.02

Codes

Color #3F4F3A in popluar color models

3F 4F 3A
RGB 63 79 58
HSL 106° 15.33% 26.86%
HSB/HSV 106° 26.58% 30.98%
CMYK 20.25% 0.00% 26.58%
69.02%

Color #3F4F3A in popluar number systems.

HEX 3F 4F 3A
Decimal 63 79 58
Binary 111111 1001111 111010
Octal 77 117 72

Shades and tints

Shades of #3F4F3A

#3F4F3A
(63,79,58)
#3A4835
(58,72,53)
#354130
(53,65,48)
#303A2B
(48,58,43)
#2B3326
(43,51,38)
#262C21
(38,44,33)
#21251C
(33,37,28)
#1C1E17
(28,30,23)
#171712
(23,23,18)
#12100D
(18,16,13)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #3F4F3A

#3F4F3A
(63,79,58)
#505F4B
(80,95,75)
#616F5C
(97,111,92)
#727F6D
(114,127,109)
#838F7E
(131,143,126)
#949F8F
(148,159,143)
#A5AFA0
(165,175,160)
#B6BFB1
(182,191,177)
#C7CFC2
(199,207,194)
#D8DFD3
(216,223,211)
#E9EFE4
(233,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4F3A; }

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

This text font color is #3F4F3A.

Background Color

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

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

This div background color is #3F4F3A.

Border color

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

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

This div border color is #3F4F3A.

Opacity

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

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

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

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

This text has shadow with #3F4F3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4F3A.

Preview

Color preview on black background

This text has color #3F4F3A on black background.


Color preview on white background

This text has color #3F4F3A on white background.


Black color preview on #3F4F3A background

This text has black color on #3F4F3A background.


White color preview on #3F4F3A background

This text has white color on #3F4F3A background.


Related colors

Complementary color

Complementary color for #hex is #C0B0C5.


I love getcolorcode.com

Triadic colors

1 #3A3F4F and #4F3A3F with #3F4F3A are triadic colors.

2 #3A4F3F and #4F3F3A with #3F4F3A are triadic colors.