COLOR #3F756A

HEX: #3F756A RGB: (63,117,106)

Color info

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

RGB color model

#3F756A color RGB value is (63,117,106).

RGB: (63,117,106) (25%, 46%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 117 of 255 = 46%
B 106 of 255 = 42%

63
117
106

R + G + B ~ 38%. #3F756A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 117 + 106 = 286 (100%)
R 63 of 286 ~ 22.03%
G 117 of 286 ~ 40.91%
B 106 of 286 ~ 37.06'%

%22.03
%40.91
%37.06

CMYK color model

#3F756A color CMYK value is (46,0,9,54).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • key color value is 54.12%

CMYK: (46,0,9,54)
C46M0Y9K54 (46%, 0%, 9%, 54%)
(0.46 / 0.00 / 0.09 / 0.54)

CMYK percentages

%46.15
%0
%9.4
%54.12

Codes

Color #3F756A in popluar color models

3F 75 6A
RGB 63 117 106
HSL 168° 30.00% 35.29%
HSB/HSV 168° 46.15% 45.88%
CMYK 46.15% 0.00% 9.40%
54.12%

Color #3F756A in popluar number systems.

HEX 3F 75 6A
Decimal 63 117 106
Binary 111111 1110101 1101010
Octal 77 165 152

Shades and tints

Shades of #3F756A

#3F756A
(63,117,106)
#3A6B61
(58,107,97)
#356158
(53,97,88)
#30574F
(48,87,79)
#2B4D46
(43,77,70)
#26433D
(38,67,61)
#213934
(33,57,52)
#1C2F2B
(28,47,43)
#172522
(23,37,34)
#121B19
(18,27,25)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #3F756A

#3F756A
(63,117,106)
#508177
(80,129,119)
#618D84
(97,141,132)
#729991
(114,153,145)
#83A59E
(131,165,158)
#94B1AB
(148,177,171)
#A5BDB8
(165,189,184)
#B6C9C5
(182,201,197)
#C7D5D2
(199,213,210)
#D8E1DF
(216,225,223)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F756A; }

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

This text font color is #3F756A.

Background Color

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

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

This div background color is #3F756A.

Border color

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

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

This div border color is #3F756A.

Opacity

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

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

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

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

This text has shadow with #3F756A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F756A.

Preview

Color preview on black background

This text has color #3F756A on black background.


Color preview on white background

This text has color #3F756A on white background.


Black color preview on #3F756A background

This text has black color on #3F756A background.


White color preview on #3F756A background

This text has white color on #3F756A background.


Related colors

Complementary color

Complementary color for #hex is #C08A95.


I love getcolorcode.com

Triadic colors

1 #6A3F75 and #756A3F with #3F756A are triadic colors.

2 #6A753F and #753F6A with #3F756A are triadic colors.