COLOR #3F5C3C

HEX: #3F5C3C
RGB: (63,92,60)

Color info

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

RGB color model

#3F5C3C color RGB value is (63,92,60).

  • red value is 63;
  • green value is 92;
  • blue value is 60.
RGB:
(63,92,60)
(25%,36%,24%)

RGB channels and saturation

R 63 of 255 = 25%
G 92 of 255 = 36%
B 60 of 255 = 24%

63
92
60

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

Portions of RGB colors in percentages

R + G + B =
63 + 92 + 60 = 215 (100%)
R 63 of 215 ~ 29.3%
G 92 of 215 ~ 42.79%
B 60 of 215 ~ 27.91%

%29.3
%42.79
%27.91

CMYK color model

#3F5C3C color CMYK value is (32,0,35,64).

  • cyan value is 31.52%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 63.92%
CMYK:
(32,0,35,64)
C32M0Y35K64 
(32%,0%,35%,64%)
(0.32/0.00/0.35/0.64)	

CMYK percentages

%31.52
%0
%34.78
%63.92

Codes

Color #3F5C3C in popluar color models

3F5C3C
RGB639260
HSL114°21.05%29.80%
HSB/HSV114°34.78%36.08%
CMYK31.52%0.00%34.78%
63.92%

Color #3F5C3C in popluar number systems.

HEX3F5C3C
Decimal639260
Binary1111111011100111100
Octal7713474

Shades and tints

Shades of #3F5C3C

#3F5C3C
(63,92,60)
#3A5437
(58,84,55)
#354C32
(53,76,50)
#30442D
(48,68,45)
#2B3C28
(43,60,40)
#263423
(38,52,35)
#212C1E
(33,44,30)
#1C2419
(28,36,25)
#171C14
(23,28,20)
#12140F
(18,20,15)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #3F5C3C

#3F5C3C
(63,92,60)
#506A4D
(80,106,77)
#61785E
(97,120,94)
#72866F
(114,134,111)
#839480
(131,148,128)
#94A291
(148,162,145)
#A5B0A2
(165,176,162)
#B6BEB3
(182,190,179)
#C7CCC4
(199,204,196)
#D8DAD5
(216,218,213)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5C3C; }

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

This text font color is #3F5C3C.


Background Color

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

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

This div background color is #3F5C3C.


Border color

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

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

This div border color is #3F5C3C.


Opacity

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

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

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

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

This text has shadow with #3F5C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5C3C on black background.


Color preview on white background

This text has color #3F5C3C on white background.



Black color preview on #3F5C3C background

This text has black color on #3F5C3C background.


White color preview on #3F5C3C background

This text has white color on #3F5C3C background.