COLOR #3F7259

HEX: #3F7259
RGB: (63,114,89)

Color info

#3F7259 contains red, green and blue colors in about the same proportion. Web safe color of #3F7259 is #336666 (or #366).

RGB color model

#3F7259 color RGB value is (63,114,89).

  • red value is 63;
  • green value is 114;
  • blue value is 89.
RGB:
(63,114,89)
(25%,45%,35%)

RGB channels and saturation

R 63 of 255 = 25%
G 114 of 255 = 45%
B 89 of 255 = 35%

63
114
89

R + G + B ~ 35%. #3F7259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 114 + 89 = 266 (100%)
R 63 of 266 ~ 23.68%
G 114 of 266 ~ 42.86%
B 89 of 266 ~ 33.46%

%23.68
%42.86
%33.46

CMYK color model

#3F7259 color CMYK value is (45,0,22,55).

  • cyan value is 44.74%
  • magenta value is 0.00%
  • yellow value is 21.93%
  • key color value is 55.29%
CMYK:
(45,0,22,55)
C45M0Y22K55 
(45%,0%,22%,55%)
(0.45/0.00/0.22/0.55)	

CMYK percentages

%44.74
%0
%21.93
%55.29

Codes

Color #3F7259 in popluar color models

3F7259
RGB6311489
HSL151°28.81%34.71%
HSB/HSV151°44.74%44.71%
CMYK44.74%0.00%21.93%
55.29%

Color #3F7259 in popluar number systems.

HEX3F7259
Decimal6311489
Binary11111111100101011001
Octal77162131

Shades and tints

Shades of #3F7259

#3F7259
(63,114,89)
#3A6851
(58,104,81)
#355E49
(53,94,73)
#305441
(48,84,65)
#2B4A39
(43,74,57)
#264031
(38,64,49)
#213629
(33,54,41)
#1C2C21
(28,44,33)
#172219
(23,34,25)
#121811
(18,24,17)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #3F7259

#3F7259
(63,114,89)
#507E68
(80,126,104)
#618A77
(97,138,119)
#729686
(114,150,134)
#83A295
(131,162,149)
#94AEA4
(148,174,164)
#A5BAB3
(165,186,179)
#B6C6C2
(182,198,194)
#C7D2D1
(199,210,209)
#D8DEE0
(216,222,224)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7259 color. Also use rgb(63,114,89) instead hex code.

Text Font Color

.myTextColor { color: #3F7259; }

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

This text font color is #3F7259.


Background Color

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

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

This div background color is #3F7259.


Border color

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

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

This div border color is #3F7259.


Opacity

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

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

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

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

This text has shadow with #3F7259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7259 on black background.


Color preview on white background

This text has color #3F7259 on white background.



Black color preview on #3F7259 background

This text has black color on #3F7259 background.


White color preview on #3F7259 background

This text has white color on #3F7259 background.