COLOR #3F6235

HEX: #3F6235 RGB: (63,98,53)

Color info

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

RGB color model

#3F6235 color RGB value is (63,98,53).

RGB: (63,98,53) (25%, 38%, 21%)

RGB channels and saturation

R 63 of 255 = 25%
G 98 of 255 = 38%
B 53 of 255 = 21%

63
98
53

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

Portions of RGB colors in percentages

R + G + B = 63 + 98 + 53 = 214 (100%)
R 63 of 214 ~ 29.44%
G 98 of 214 ~ 45.79%
B 53 of 214 ~ 24.77'%

%29.44
%45.79
%24.77

CMYK color model

#3F6235 color CMYK value is (36,0,46,62).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 45.92%
  • key color value is 61.57%
CMYK: (36,0,46,62) C36M0Y46K62 (36%,0%,46%,62%) (0.36/0.00/0.46/0.62) 

CMYK percentages

%35.71
%0
%45.92
%61.57

Codes

Color #3F6235 in popluar color models

3F 62 35
RGB 63 98 53
HSL 107° 29.80% 29.61%
HSB/HSV 107° 45.92% 38.43%
CMYK 35.71% 0.00% 45.92%
61.57%

Color #3F6235 in popluar number systems.

HEX 3F 62 35
Decimal 63 98 53
Binary 111111 1100010 110101
Octal 77 142 65

Shades and tints

Shades of #3F6235

#3F6235
(63,98,53)
#3A5A31
(58,90,49)
#35522D
(53,82,45)
#304A29
(48,74,41)
#2B4225
(43,66,37)
#263A21
(38,58,33)
#21321D
(33,50,29)
#1C2A19
(28,42,25)
#172215
(23,34,21)
#121A11
(18,26,17)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #3F6235

#3F6235
(63,98,53)
#507047
(80,112,71)
#617E59
(97,126,89)
#728C6B
(114,140,107)
#839A7D
(131,154,125)
#94A88F
(148,168,143)
#A5B6A1
(165,182,161)
#B6C4B3
(182,196,179)
#C7D2C5
(199,210,197)
#D8E0D7
(216,224,215)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6235 color. Also use rgb(63,98,53) instead hex code.

Text Font Color

.myTextColor { color: #3F6235; }

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

This text font color is #3F6235.

Background Color

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

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

This div background color is #3F6235.

Border color

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

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

This div border color is #3F6235.

Opacity

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

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

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

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

This text has shadow with #3F6235 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6235.

Preview

Color preview on black background

This text has color #3F6235 on black background.


Color preview on white background

This text has color #3F6235 on white background.


Black color preview on #3F6235 background

This text has black color on #3F6235 background.


White color preview on #3F6235 background

This text has white color on #3F6235 background.


Related colors

Complementary color

Complementary color for #hex is #C09DCA.


I love getcolorcode.com

Triadic colors

1 #353F62 and #62353F with #3F6235 are triadic colors.

2 #35623F and #623F35 with #3F6235 are triadic colors.