COLOR #3F5532

HEX: #3F5532 RGB: (63,85,50)

Color info

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

RGB color model

#3F5532 color RGB value is (63,85,50).

RGB: (63,85,50) (25%, 33%, 20%)

RGB channels and saturation

R 63 of 255 = 25%
G 85 of 255 = 33%
B 50 of 255 = 20%

63
85
50

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

Portions of RGB colors in percentages

R + G + B = 63 + 85 + 50 = 198 (100%)
R 63 of 198 ~ 31.82%
G 85 of 198 ~ 42.93%
B 50 of 198 ~ 25.25'%

%31.82
%42.93
%25.25

CMYK color model

#3F5532 color CMYK value is (26,0,41,67).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 66.67%

CMYK: (26,0,41,67)
C26M0Y41K67 (26%, 0%, 41%, 67%)
(0.26 / 0.00 / 0.41 / 0.67)

CMYK percentages

%25.88
%0
%41.18
%66.67

Codes

Color #3F5532 in popluar color models

3F 55 32
RGB 63 85 50
HSL 98° 25.93% 26.47%
HSB/HSV 98° 41.18% 33.33%
CMYK 25.88% 0.00% 41.18%
66.67%

Color #3F5532 in popluar number systems.

HEX 3F 55 32
Decimal 63 85 50
Binary 111111 1010101 110010
Octal 77 125 62

Shades and tints

Shades of #3F5532

#3F5532
(63,85,50)
#3A4E2E
(58,78,46)
#35472A
(53,71,42)
#304026
(48,64,38)
#2B3922
(43,57,34)
#26321E
(38,50,30)
#212B1A
(33,43,26)
#1C2416
(28,36,22)
#171D12
(23,29,18)
#12160E
(18,22,14)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #3F5532

#3F5532
(63,85,50)
#506444
(80,100,68)
#617356
(97,115,86)
#728268
(114,130,104)
#83917A
(131,145,122)
#94A08C
(148,160,140)
#A5AF9E
(165,175,158)
#B6BEB0
(182,190,176)
#C7CDC2
(199,205,194)
#D8DCD4
(216,220,212)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5532 color. Also use rgb(63,85,50) instead hex code.

Text Font Color

.myTextColor { color: #3F5532; }

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

This text font color is #3F5532.

Background Color

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

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

This div background color is #3F5532.

Border color

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

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

This div border color is #3F5532.

Opacity

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

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

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

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

This text has shadow with #3F5532 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5532.

Preview

Color preview on black background

This text has color #3F5532 on black background.


Color preview on white background

This text has color #3F5532 on white background.


Black color preview on #3F5532 background

This text has black color on #3F5532 background.


White color preview on #3F5532 background

This text has white color on #3F5532 background.


Related colors

Complementary color

Complementary color for #hex is #C0AACD.


I love getcolorcode.com

Triadic colors

1 #323F55 and #55323F with #3F5532 are triadic colors.

2 #32553F and #553F32 with #3F5532 are triadic colors.