COLOR #3F5F30

HEX: #3F5F30 RGB: (63,95,48)

Color info

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

RGB color model

#3F5F30 color RGB value is (63,95,48).

RGB: (63,95,48) (25%, 37%, 19%)

RGB channels and saturation

R 63 of 255 = 25%
G 95 of 255 = 37%
B 48 of 255 = 19%

63
95
48

R + G + B ~ 27%. #3F5F30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 95 + 48 = 206 (100%)
R 63 of 206 ~ 30.58%
G 95 of 206 ~ 46.12%
B 48 of 206 ~ 23.3'%

%30.58
%46.12
%23.3

CMYK color model

#3F5F30 color CMYK value is (34,0,49,63).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 49.47%
  • key color value is 62.75%

CMYK: (34,0,49,63)
C34M0Y49K63 (34%, 0%, 49%, 63%)
(0.34 / 0.00 / 0.49 / 0.63)

CMYK percentages

%33.68
%0
%49.47
%62.75

Codes

Color #3F5F30 in popluar color models

3F 5F 30
RGB 63 95 48
HSL 101° 32.87% 28.04%
HSB/HSV 101° 49.47% 37.25%
CMYK 33.68% 0.00% 49.47%
62.75%

Color #3F5F30 in popluar number systems.

HEX 3F 5F 30
Decimal 63 95 48
Binary 111111 1011111 110000
Octal 77 137 60

Shades and tints

Shades of #3F5F30

#3F5F30
(63,95,48)
#3A572C
(58,87,44)
#354F28
(53,79,40)
#304724
(48,71,36)
#2B3F20
(43,63,32)
#26371C
(38,55,28)
#212F18
(33,47,24)
#1C2714
(28,39,20)
#171F10
(23,31,16)
#12170C
(18,23,12)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #3F5F30

#3F5F30
(63,95,48)
#506D42
(80,109,66)
#617B54
(97,123,84)
#728966
(114,137,102)
#839778
(131,151,120)
#94A58A
(148,165,138)
#A5B39C
(165,179,156)
#B6C1AE
(182,193,174)
#C7CFC0
(199,207,192)
#D8DDD2
(216,221,210)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5F30; }

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

This text font color is #3F5F30.

Background Color

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

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

This div background color is #3F5F30.

Border color

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

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

This div border color is #3F5F30.

Opacity

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

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

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

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

This text has shadow with #3F5F30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5F30.

Preview

Color preview on black background

This text has color #3F5F30 on black background.


Color preview on white background

This text has color #3F5F30 on white background.


Black color preview on #3F5F30 background

This text has black color on #3F5F30 background.


White color preview on #3F5F30 background

This text has white color on #3F5F30 background.


Related colors

Complementary color

Complementary color for #hex is #C0A0CF.


I love getcolorcode.com

Triadic colors

1 #303F5F and #5F303F with #3F5F30 are triadic colors.

2 #305F3F and #5F3F30 with #3F5F30 are triadic colors.