COLOR #3F705D

HEX: #3F705D
RGB: (63,112,93)

Color info

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

RGB color model

#3F705D color RGB value is (63,112,93).

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

RGB channels and saturation

R 63 of 255 = 25%
G 112 of 255 = 44%
B 93 of 255 = 36%

63
112
93

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

Portions of RGB colors in percentages

R + G + B =
63 + 112 + 93 = 268 (100%)
R 63 of 268 ~ 23.51%
G 112 of 268 ~ 41.79%
B 93 of 268 ~ 34.7%

%23.51
%41.79
%34.7

CMYK color model

#3F705D color CMYK value is (44,0,17,56).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 56.08%
CMYK:
(44,0,17,56)
C44M0Y17K56 
(44%,0%,17%,56%)
(0.44/0.00/0.17/0.56)	

CMYK percentages

%43.75
%0
%16.96
%56.08

Codes

Color #3F705D in popluar color models

3F705D
RGB6311293
HSL157°28.00%34.31%
HSB/HSV157°43.75%43.92%
CMYK43.75%0.00%16.96%
56.08%

Color #3F705D in popluar number systems.

HEX3F705D
Decimal6311293
Binary11111111100001011101
Octal77160135

Shades and tints

Shades of #3F705D

#3F705D
(63,112,93)
#3A6655
(58,102,85)
#355C4D
(53,92,77)
#305245
(48,82,69)
#2B483D
(43,72,61)
#263E35
(38,62,53)
#21342D
(33,52,45)
#1C2A25
(28,42,37)
#17201D
(23,32,29)
#121615
(18,22,21)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #3F705D

#3F705D
(63,112,93)
#507D6B
(80,125,107)
#618A79
(97,138,121)
#729787
(114,151,135)
#83A495
(131,164,149)
#94B1A3
(148,177,163)
#A5BEB1
(165,190,177)
#B6CBBF
(182,203,191)
#C7D8CD
(199,216,205)
#D8E5DB
(216,229,219)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F705D; }

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

This text font color is #3F705D.


Background Color

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

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

This div background color is #3F705D.


Border color

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

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

This div border color is #3F705D.


Opacity

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

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

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

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

This text has shadow with #3F705D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F705D on black background.


Color preview on white background

This text has color #3F705D on white background.



Black color preview on #3F705D background

This text has black color on #3F705D background.


White color preview on #3F705D background

This text has white color on #3F705D background.