COLOR #3F6A58

HEX: #3F6A58
RGB: (63,106,88)

Color info

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

RGB color model

#3F6A58 color RGB value is (63,106,88).

  • red value is 63;
  • green value is 106;
  • blue value is 88.
RGB:
(63,106,88)
(25%,42%,35%)

RGB channels and saturation

R 63 of 255 = 25%
G 106 of 255 = 42%
B 88 of 255 = 35%

63
106
88

R + G + B ~ 34%. #3F6A58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 106 + 88 = 257 (100%)
R 63 of 257 ~ 24.51%
G 106 of 257 ~ 41.25%
B 88 of 257 ~ 34.24%

%24.51
%41.25
%34.24

CMYK color model

#3F6A58 color CMYK value is (41,0,17,58).

  • cyan value is 40.57%
  • magenta value is 0.00%
  • yellow value is 16.98%
  • key color value is 58.43%
CMYK:
(41,0,17,58)
C41M0Y17K58 
(41%,0%,17%,58%)
(0.41/0.00/0.17/0.58)	

CMYK percentages

%40.57
%0
%16.98
%58.43

Codes

Color #3F6A58 in popluar color models

3F6A58
RGB6310688
HSL155°25.44%33.14%
HSB/HSV155°40.57%41.57%
CMYK40.57%0.00%16.98%
58.43%

Color #3F6A58 in popluar number systems.

HEX3F6A58
Decimal6310688
Binary11111111010101011000
Octal77152130

Shades and tints

Shades of #3F6A58

#3F6A58
(63,106,88)
#3A6150
(58,97,80)
#355848
(53,88,72)
#304F40
(48,79,64)
#2B4638
(43,70,56)
#263D30
(38,61,48)
#213428
(33,52,40)
#1C2B20
(28,43,32)
#172218
(23,34,24)
#121910
(18,25,16)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #3F6A58

#3F6A58
(63,106,88)
#507767
(80,119,103)
#618476
(97,132,118)
#729185
(114,145,133)
#839E94
(131,158,148)
#94ABA3
(148,171,163)
#A5B8B2
(165,184,178)
#B6C5C1
(182,197,193)
#C7D2D0
(199,210,208)
#D8DFDF
(216,223,223)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6A58 color. Also use rgb(63,106,88) instead hex code.

Text Font Color

.myTextColor { color: #3F6A58; }

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

This text font color is #3F6A58.


Background Color

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

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

This div background color is #3F6A58.


Border color

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

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

This div border color is #3F6A58.


Opacity

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

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

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

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

This text has shadow with #3F6A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6A58 on black background.


Color preview on white background

This text has color #3F6A58 on white background.



Black color preview on #3F6A58 background

This text has black color on #3F6A58 background.


White color preview on #3F6A58 background

This text has white color on #3F6A58 background.