COLOR #3F6244

HEX: #3F6244
RGB: (63,98,68)

Color info

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

RGB color model

#3F6244 color RGB value is (63,98,68).

  • red value is 63;
  • green value is 98;
  • blue value is 68.
RGB:
(63,98,68)
(25%,38%,27%)

RGB channels and saturation

R 63 of 255 = 25%
G 98 of 255 = 38%
B 68 of 255 = 27%

63
98
68

R + G + B ~ 30%. #3F6244 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 98 + 68 = 229 (100%)
R 63 of 229 ~ 27.51%
G 98 of 229 ~ 42.79%
B 68 of 229 ~ 29.69%

%27.51
%42.79
%29.69

CMYK color model

#3F6244 color CMYK value is (36,0,31,62).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 61.57%
CMYK:
(36,0,31,62)
C36M0Y31K62 
(36%,0%,31%,62%)
(0.36/0.00/0.31/0.62)	

CMYK percentages

%35.71
%0
%30.61
%61.57

Codes

Color #3F6244 in popluar color models

3F6244
RGB639868
HSL129°21.74%31.57%
HSB/HSV129°35.71%38.43%
CMYK35.71%0.00%30.61%
61.57%

Color #3F6244 in popluar number systems.

HEX3F6244
Decimal639868
Binary11111111000101000100
Octal77142104

Shades and tints

Shades of #3F6244

#3F6244
(63,98,68)
#3A5A3E
(58,90,62)
#355238
(53,82,56)
#304A32
(48,74,50)
#2B422C
(43,66,44)
#263A26
(38,58,38)
#213220
(33,50,32)
#1C2A1A
(28,42,26)
#172214
(23,34,20)
#121A0E
(18,26,14)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #3F6244

#3F6244
(63,98,68)
#507055
(80,112,85)
#617E66
(97,126,102)
#728C77
(114,140,119)
#839A88
(131,154,136)
#94A899
(148,168,153)
#A5B6AA
(165,182,170)
#B6C4BB
(182,196,187)
#C7D2CC
(199,210,204)
#D8E0DD
(216,224,221)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6244; }

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

This text font color is #3F6244.


Background Color

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

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

This div background color is #3F6244.


Border color

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

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

This div border color is #3F6244.


Opacity

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

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

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

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

This text has shadow with #3F6244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6244 on black background.


Color preview on white background

This text has color #3F6244 on white background.



Black color preview on #3F6244 background

This text has black color on #3F6244 background.


White color preview on #3F6244 background

This text has white color on #3F6244 background.