COLOR #3F5A3A

HEX: #3F5A3A
RGB: (63,90,58)

Color info

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

RGB color model

#3F5A3A color RGB value is (63,90,58).

  • red value is 63;
  • green value is 90;
  • blue value is 58.
RGB:
(63,90,58)
(25%,35%,23%)

RGB channels and saturation

R 63 of 255 = 25%
G 90 of 255 = 35%
B 58 of 255 = 23%

63
90
58

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

Portions of RGB colors in percentages

R + G + B =
63 + 90 + 58 = 211 (100%)
R 63 of 211 ~ 29.86%
G 90 of 211 ~ 42.65%
B 58 of 211 ~ 27.49%

%29.86
%42.65
%27.49

CMYK color model

#3F5A3A color CMYK value is (30,0,36,65).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 64.71%
CMYK:
(30,0,36,65)
C30M0Y36K65 
(30%,0%,36%,65%)
(0.30/0.00/0.36/0.65)	

CMYK percentages

%30
%0
%35.56
%64.71

Codes

Color #3F5A3A in popluar color models

3F5A3A
RGB639058
HSL111°21.62%29.02%
HSB/HSV111°35.56%35.29%
CMYK30.00%0.00%35.56%
64.71%

Color #3F5A3A in popluar number systems.

HEX3F5A3A
Decimal639058
Binary1111111011010111010
Octal7713272

Shades and tints

Shades of #3F5A3A

#3F5A3A
(63,90,58)
#3A5235
(58,82,53)
#354A30
(53,74,48)
#30422B
(48,66,43)
#2B3A26
(43,58,38)
#263221
(38,50,33)
#212A1C
(33,42,28)
#1C2217
(28,34,23)
#171A12
(23,26,18)
#12120D
(18,18,13)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #3F5A3A

#3F5A3A
(63,90,58)
#50694B
(80,105,75)
#61785C
(97,120,92)
#72876D
(114,135,109)
#83967E
(131,150,126)
#94A58F
(148,165,143)
#A5B4A0
(165,180,160)
#B6C3B1
(182,195,177)
#C7D2C2
(199,210,194)
#D8E1D3
(216,225,211)
#E9F0E4
(233,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5A3A; }

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

This text font color is #3F5A3A.


Background Color

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

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

This div background color is #3F5A3A.


Border color

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

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

This div border color is #3F5A3A.


Opacity

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

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

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

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

This text has shadow with #3F5A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5A3A on black background.


Color preview on white background

This text has color #3F5A3A on white background.



Black color preview on #3F5A3A background

This text has black color on #3F5A3A background.


White color preview on #3F5A3A background

This text has white color on #3F5A3A background.