COLOR #3F582F

HEX: #3F582F
RGB: (63,88,47)

Color info

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

RGB color model

#3F582F color RGB value is (63,88,47).

  • red value is 63;
  • green value is 88;
  • blue value is 47.
RGB:
(63,88,47)
(25%,35%,18%)

RGB channels and saturation

R 63 of 255 = 25%
G 88 of 255 = 35%
B 47 of 255 = 18%

63
88
47

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

Portions of RGB colors in percentages

R + G + B =
63 + 88 + 47 = 198 (100%)
R 63 of 198 ~ 31.82%
G 88 of 198 ~ 44.44%
B 47 of 198 ~ 23.74%

%31.82
%44.44
%23.74

CMYK color model

#3F582F color CMYK value is (28,0,47,65).

  • cyan value is 28.41%
  • magenta value is 0.00%
  • yellow value is 46.59%
  • key color value is 65.49%
CMYK:
(28,0,47,65)
C28M0Y47K65 
(28%,0%,47%,65%)
(0.28/0.00/0.47/0.65)	

CMYK percentages

%28.41
%0
%46.59
%65.49

Codes

Color #3F582F in popluar color models

3F582F
RGB638847
HSL97°30.37%26.47%
HSB/HSV97°46.59%34.51%
CMYK28.41%0.00%46.59%
65.49%

Color #3F582F in popluar number systems.

HEX3F582F
Decimal638847
Binary1111111011000101111
Octal7713057

Shades and tints

Shades of #3F582F

#3F582F
(63,88,47)
#3A502B
(58,80,43)
#354827
(53,72,39)
#304023
(48,64,35)
#2B381F
(43,56,31)
#26301B
(38,48,27)
#212817
(33,40,23)
#1C2013
(28,32,19)
#17180F
(23,24,15)
#12100B
(18,16,11)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #3F582F

#3F582F
(63,88,47)
#506741
(80,103,65)
#617653
(97,118,83)
#728565
(114,133,101)
#839477
(131,148,119)
#94A389
(148,163,137)
#A5B29B
(165,178,155)
#B6C1AD
(182,193,173)
#C7D0BF
(199,208,191)
#D8DFD1
(216,223,209)
#E9EEE3
(233,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F582F; }

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

This text font color is #3F582F.


Background Color

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

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

This div background color is #3F582F.


Border color

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

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

This div border color is #3F582F.


Opacity

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

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

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

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

This text has shadow with #3F582F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F582F on black background.


Color preview on white background

This text has color #3F582F on white background.



Black color preview on #3F582F background

This text has black color on #3F582F background.


White color preview on #3F582F background

This text has white color on #3F582F background.