COLOR #3B4F66

HEX: #3B4F66 RGB: (59,79,102)

Color info

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

RGB color model

#3B4F66 color RGB value is (59,79,102).

RGB: (59,79,102) (23%, 31%, 40%)

RGB channels and saturation

R 59 of 255 = 23%
G 79 of 255 = 31%
B 102 of 255 = 40%

59
79
102

R + G + B ~ 31%. #3B4F66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 79 + 102 = 240 (100%)
R 59 of 240 ~ 24.58%
G 79 of 240 ~ 32.92%
B 102 of 240 ~ 42.5'%

%24.58
%32.92
%42.5

CMYK color model

#3B4F66 color CMYK value is (42,23,0,60).

  • cyan value is 42.16%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (42,23,0,60)
C42M23Y0K60 (42%, 23%, 0%, 60%)
(0.42 / 0.23 / 0.00 / 0.60)

CMYK percentages

%42.16
%22.55
%0
%60

Codes

Color #3B4F66 in popluar color models

3B 4F 66
RGB 59 79 102
HSL 212° 26.71% 31.57%
HSB/HSV 212° 42.16% 40.00%
CMYK 42.16% 22.55% 0.00%
60.00%

Color #3B4F66 in popluar number systems.

HEX 3B 4F 66
Decimal 59 79 102
Binary 111011 1001111 1100110
Octal 73 117 146

Shades and tints

Shades of #3B4F66

#3B4F66
(59,79,102)
#36485D
(54,72,93)
#314154
(49,65,84)
#2C3A4B
(44,58,75)
#273342
(39,51,66)
#222C39
(34,44,57)
#1D2530
(29,37,48)
#181E27
(24,30,39)
#13171E
(19,23,30)
#0E1015
(14,16,21)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #3B4F66

#3B4F66
(59,79,102)
#4C5F73
(76,95,115)
#5D6F80
(93,111,128)
#6E7F8D
(110,127,141)
#7F8F9A
(127,143,154)
#909FA7
(144,159,167)
#A1AFB4
(161,175,180)
#B2BFC1
(178,191,193)
#C3CFCE
(195,207,206)
#D4DFDB
(212,223,219)
#E5EFE8
(229,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4F66 color. Also use rgb(59,79,102) instead hex code.

Text Font Color

.myTextColor { color: #3B4F66; }

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

This text font color is #3B4F66.

Background Color

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

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

This div background color is #3B4F66.

Border color

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

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

This div border color is #3B4F66.

Opacity

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

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

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

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

This text has shadow with #3B4F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4F66.

Preview

Color preview on black background

This text has color #3B4F66 on black background.


Color preview on white background

This text has color #3B4F66 on white background.


Black color preview on #3B4F66 background

This text has black color on #3B4F66 background.


White color preview on #3B4F66 background

This text has white color on #3B4F66 background.


Related colors

Complementary color

Complementary color for #hex is #C4B099.


I love getcolorcode.com

Triadic colors

1 #663B4F and #4F663B with #3B4F66 are triadic colors.

2 #664F3B and #4F3B66 with #3B4F66 are triadic colors.