COLOR #3F5A5B

HEX: #3F5A5B RGB: (63,90,91)

Color info

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

RGB color model

#3F5A5B color RGB value is (63,90,91).

RGB: (63,90,91) (25%, 35%, 36%)

RGB channels and saturation

R 63 of 255 = 25%
G 90 of 255 = 35%
B 91 of 255 = 36%

63
90
91

R + G + B ~ 32%. #3F5A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 90 + 91 = 244 (100%)
R 63 of 244 ~ 25.82%
G 90 of 244 ~ 36.89%
B 91 of 244 ~ 37.3'%

%25.82
%36.89
%37.3

CMYK color model

#3F5A5B color CMYK value is (31,1,0,64).

  • cyan value is 30.77%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (31,1,0,64)
C31M1Y0K64 (31%, 1%, 0%, 64%)
(0.31 / 0.01 / 0.00 / 0.64)

CMYK percentages

%30.77
%1.1
%0
%64.31

Codes

Color #3F5A5B in popluar color models

3F 5A 5B
RGB 63 90 91
HSL 182° 18.18% 30.20%
HSB/HSV 182° 30.77% 35.69%
CMYK 30.77% 1.10% 0.00%
64.31%

Color #3F5A5B in popluar number systems.

HEX 3F 5A 5B
Decimal 63 90 91
Binary 111111 1011010 1011011
Octal 77 132 133

Shades and tints

Shades of #3F5A5B

#3F5A5B
(63,90,91)
#3A5253
(58,82,83)
#354A4B
(53,74,75)
#304243
(48,66,67)
#2B3A3B
(43,58,59)
#263233
(38,50,51)
#212A2B
(33,42,43)
#1C2223
(28,34,35)
#171A1B
(23,26,27)
#121213
(18,18,19)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #3F5A5B

#3F5A5B
(63,90,91)
#506969
(80,105,105)
#617877
(97,120,119)
#728785
(114,135,133)
#839693
(131,150,147)
#94A5A1
(148,165,161)
#A5B4AF
(165,180,175)
#B6C3BD
(182,195,189)
#C7D2CB
(199,210,203)
#D8E1D9
(216,225,217)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5A5B; }

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

This text font color is #3F5A5B.

Background Color

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

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

This div background color is #3F5A5B.

Border color

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

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

This div border color is #3F5A5B.

Opacity

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

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

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

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

This text has shadow with #3F5A5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5A5B.

Preview

Color preview on black background

This text has color #3F5A5B on black background.


Color preview on white background

This text has color #3F5A5B on white background.


Black color preview on #3F5A5B background

This text has black color on #3F5A5B background.


White color preview on #3F5A5B background

This text has white color on #3F5A5B background.


Related colors

Complementary color

Complementary color for #hex is #C0A5A4.


I love getcolorcode.com

Triadic colors

1 #5B3F5A and #5A5B3F with #3F5A5B are triadic colors.

2 #5B5A3F and #5A3F5B with #3F5A5B are triadic colors.