COLOR #3F765C

HEX: #3F765C RGB: (63,118,92)

Color info

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

RGB color model

#3F765C color RGB value is (63,118,92).

RGB: (63,118,92) (25%, 46%, 36%)

RGB channels and saturation

R 63 of 255 = 25%
G 118 of 255 = 46%
B 92 of 255 = 36%

63
118
92

R + G + B ~ 36%. #3F765C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 118 + 92 = 273 (100%)
R 63 of 273 ~ 23.08%
G 118 of 273 ~ 43.22%
B 92 of 273 ~ 33.7'%

%23.08
%43.22
%33.7

CMYK color model

#3F765C color CMYK value is (47,0,22,54).

  • cyan value is 46.61%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 53.73%

CMYK: (47,0,22,54)
C47M0Y22K54 (47%, 0%, 22%, 54%)
(0.47 / 0.00 / 0.22 / 0.54)

CMYK percentages

%46.61
%0
%22.03
%53.73

Codes

Color #3F765C in popluar color models

3F 76 5C
RGB 63 118 92
HSL 152° 30.39% 35.49%
HSB/HSV 152° 46.61% 46.27%
CMYK 46.61% 0.00% 22.03%
53.73%

Color #3F765C in popluar number systems.

HEX 3F 76 5C
Decimal 63 118 92
Binary 111111 1110110 1011100
Octal 77 166 134

Shades and tints

Shades of #3F765C

#3F765C
(63,118,92)
#3A6C54
(58,108,84)
#35624C
(53,98,76)
#305844
(48,88,68)
#2B4E3C
(43,78,60)
#264434
(38,68,52)
#213A2C
(33,58,44)
#1C3024
(28,48,36)
#17261C
(23,38,28)
#121C14
(18,28,20)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #3F765C

#3F765C
(63,118,92)
#50826A
(80,130,106)
#618E78
(97,142,120)
#729A86
(114,154,134)
#83A694
(131,166,148)
#94B2A2
(148,178,162)
#A5BEB0
(165,190,176)
#B6CABE
(182,202,190)
#C7D6CC
(199,214,204)
#D8E2DA
(216,226,218)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F765C color. Also use rgb(63,118,92) instead hex code.

Text Font Color

.myTextColor { color: #3F765C; }

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

This text font color is #3F765C.

Background Color

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

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

This div background color is #3F765C.

Border color

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

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

This div border color is #3F765C.

Opacity

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

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

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

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

This text has shadow with #3F765C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F765C.

Preview

Color preview on black background

This text has color #3F765C on black background.


Color preview on white background

This text has color #3F765C on white background.


Black color preview on #3F765C background

This text has black color on #3F765C background.


White color preview on #3F765C background

This text has white color on #3F765C background.


Related colors

Complementary color

Complementary color for #hex is #C089A3.


I love getcolorcode.com

Triadic colors

1 #5C3F76 and #765C3F with #3F765C are triadic colors.

2 #5C763F and #763F5C with #3F765C are triadic colors.