COLOR #3F5D25

HEX: #3F5D25 RGB: (63,93,37)

Color info

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

RGB color model

#3F5D25 color RGB value is (63,93,37).

RGB: (63,93,37) (25%, 36%, 15%)

RGB channels and saturation

R 63 of 255 = 25%
G 93 of 255 = 36%
B 37 of 255 = 15%

63
93
37

R + G + B ~ 25%. #3F5D25 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 93 + 37 = 193 (100%)
R 63 of 193 ~ 32.64%
G 93 of 193 ~ 48.19%
B 37 of 193 ~ 19.17'%

%32.64
%48.19
%19.17

CMYK color model

#3F5D25 color CMYK value is (32,0,60,64).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 60.22%
  • key color value is 63.53%

CMYK: (32,0,60,64)
C32M0Y60K64 (32%, 0%, 60%, 64%)
(0.32 / 0.00 / 0.60 / 0.64)

CMYK percentages

%32.26
%0
%60.22
%63.53

Codes

Color #3F5D25 in popluar color models

3F 5D 25
RGB 63 93 37
HSL 92° 43.08% 25.49%
HSB/HSV 92° 60.22% 36.47%
CMYK 32.26% 0.00% 60.22%
63.53%

Color #3F5D25 in popluar number systems.

HEX 3F 5D 25
Decimal 63 93 37
Binary 111111 1011101 100101
Octal 77 135 45

Shades and tints

Shades of #3F5D25

#3F5D25
(63,93,37)
#3A5522
(58,85,34)
#354D1F
(53,77,31)
#30451C
(48,69,28)
#2B3D19
(43,61,25)
#263516
(38,53,22)
#212D13
(33,45,19)
#1C2510
(28,37,16)
#171D0D
(23,29,13)
#12150A
(18,21,10)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #3F5D25

#3F5D25
(63,93,37)
#506B38
(80,107,56)
#61794B
(97,121,75)
#72875E
(114,135,94)
#839571
(131,149,113)
#94A384
(148,163,132)
#A5B197
(165,177,151)
#B6BFAA
(182,191,170)
#C7CDBD
(199,205,189)
#D8DBD0
(216,219,208)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5D25 color. Also use rgb(63,93,37) instead hex code.

Text Font Color

.myTextColor { color: #3F5D25; }

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

This text font color is #3F5D25.

Background Color

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

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

This div background color is #3F5D25.

Border color

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

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

This div border color is #3F5D25.

Opacity

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

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

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

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

This text has shadow with #3F5D25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5D25.

Preview

Color preview on black background

This text has color #3F5D25 on black background.


Color preview on white background

This text has color #3F5D25 on white background.


Black color preview on #3F5D25 background

This text has black color on #3F5D25 background.


White color preview on #3F5D25 background

This text has white color on #3F5D25 background.


Related colors

Complementary color

Complementary color for #hex is #C0A2DA.


I love getcolorcode.com

Triadic colors

1 #253F5D and #5D253F with #3F5D25 are triadic colors.

2 #255D3F and #5D3F25 with #3F5D25 are triadic colors.