COLOR #3F705A

HEX: #3F705A
RGB: (63,112,90)

Color info

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

RGB color model

#3F705A color RGB value is (63,112,90).

  • red value is 63;
  • green value is 112;
  • blue value is 90.
RGB:
(63,112,90)
(25%,44%,35%)

RGB channels and saturation

R 63 of 255 = 25%
G 112 of 255 = 44%
B 90 of 255 = 35%

63
112
90

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

Portions of RGB colors in percentages

R + G + B =
63 + 112 + 90 = 265 (100%)
R 63 of 265 ~ 23.77%
G 112 of 265 ~ 42.26%
B 90 of 265 ~ 33.96%

%23.77
%42.26
%33.96

CMYK color model

#3F705A color CMYK value is (44,0,20,56).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 56.08%
CMYK:
(44,0,20,56)
C44M0Y20K56 
(44%,0%,20%,56%)
(0.44/0.00/0.20/0.56)	

CMYK percentages

%43.75
%0
%19.64
%56.08

Codes

Color #3F705A in popluar color models

3F705A
RGB6311290
HSL153°28.00%34.31%
HSB/HSV153°43.75%43.92%
CMYK43.75%0.00%19.64%
56.08%

Color #3F705A in popluar number systems.

HEX3F705A
Decimal6311290
Binary11111111100001011010
Octal77160132

Shades and tints

Shades of #3F705A

#3F705A
(63,112,90)
#3A6652
(58,102,82)
#355C4A
(53,92,74)
#305242
(48,82,66)
#2B483A
(43,72,58)
#263E32
(38,62,50)
#21342A
(33,52,42)
#1C2A22
(28,42,34)
#17201A
(23,32,26)
#121612
(18,22,18)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #3F705A

#3F705A
(63,112,90)
#507D69
(80,125,105)
#618A78
(97,138,120)
#729787
(114,151,135)
#83A496
(131,164,150)
#94B1A5
(148,177,165)
#A5BEB4
(165,190,180)
#B6CBC3
(182,203,195)
#C7D8D2
(199,216,210)
#D8E5E1
(216,229,225)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F705A color. Also use rgb(63,112,90) instead hex code.

Text Font Color

.myTextColor { color: #3F705A; }

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

This text font color is #3F705A.


Background Color

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

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

This div background color is #3F705A.


Border color

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

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

This div border color is #3F705A.


Opacity

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

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

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

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

This text has shadow with #3F705A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F705A on black background.


Color preview on white background

This text has color #3F705A on white background.



Black color preview on #3F705A background

This text has black color on #3F705A background.


White color preview on #3F705A background

This text has white color on #3F705A background.