COLOR #3F6135

HEX: #3F6135 RGB: (63,97,53)

Color info

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

RGB color model

#3F6135 color RGB value is (63,97,53).

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

RGB channels and saturation

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

63
97
53

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

Portions of RGB colors in percentages

R + G + B = 63 + 97 + 53 = 213 (100%)
R 63 of 213 ~ 29.58%
G 97 of 213 ~ 45.54%
B 53 of 213 ~ 24.88'%

%29.58
%45.54
%24.88

CMYK color model

#3F6135 color CMYK value is (35,0,45,62).

  • cyan value is 35.05%
  • magenta value is 0.00%
  • yellow value is 45.36%
  • key color value is 61.96%

CMYK: (35,0,45,62)
C35M0Y45K62 (35%, 0%, 45%, 62%)
(0.35 / 0.00 / 0.45 / 0.62)

CMYK percentages

%35.05
%0
%45.36
%61.96

Codes

Color #3F6135 in popluar color models

3F 61 35
RGB 63 97 53
HSL 106° 29.33% 29.41%
HSB/HSV 106° 45.36% 38.04%
CMYK 35.05% 0.00% 45.36%
61.96%

Color #3F6135 in popluar number systems.

HEX 3F 61 35
Decimal 63 97 53
Binary 111111 1100001 110101
Octal 77 141 65

Shades and tints

Shades of #3F6135

#3F6135
(63,97,53)
#3A5931
(58,89,49)
#35512D
(53,81,45)
#304929
(48,73,41)
#2B4125
(43,65,37)
#263921
(38,57,33)
#21311D
(33,49,29)
#1C2919
(28,41,25)
#172115
(23,33,21)
#121911
(18,25,17)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #3F6135

#3F6135
(63,97,53)
#506F47
(80,111,71)
#617D59
(97,125,89)
#728B6B
(114,139,107)
#83997D
(131,153,125)
#94A78F
(148,167,143)
#A5B5A1
(165,181,161)
#B6C3B3
(182,195,179)
#C7D1C5
(199,209,197)
#D8DFD7
(216,223,215)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6135; }

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

This text font color is #3F6135.

Background Color

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

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

This div background color is #3F6135.

Border color

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

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

This div border color is #3F6135.

Opacity

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

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

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

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

This text has shadow with #3F6135 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6135.

Preview

Color preview on black background

This text has color #3F6135 on black background.


Color preview on white background

This text has color #3F6135 on white background.


Black color preview on #3F6135 background

This text has black color on #3F6135 background.


White color preview on #3F6135 background

This text has white color on #3F6135 background.


Related colors

Complementary color

Complementary color for #hex is #C09ECA.


I love getcolorcode.com

Triadic colors

1 #353F61 and #61353F with #3F6135 are triadic colors.

2 #35613F and #613F35 with #3F6135 are triadic colors.