COLOR #3B4F67

HEX: #3B4F67
RGB: (59,79,103)

Color info

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

RGB color model

#3B4F67 color RGB value is (59,79,103).

  • red value is 59;
  • green value is 79;
  • blue value is 103.
RGB:
(59,79,103)
(23%,31%,40%)

RGB channels and saturation

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

59
79
103

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

Portions of RGB colors in percentages

R + G + B =
59 + 79 + 103 = 241 (100%)
R 59 of 241 ~ 24.48%
G 79 of 241 ~ 32.78%
B 103 of 241 ~ 42.74%

%24.48
%32.78
%42.74

CMYK color model

#3B4F67 color CMYK value is (43,23,0,60).

  • cyan value is 42.72%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(43,23,0,60)
C43M23Y0K60 
(43%,23%,0%,60%)
(0.43/0.23/0.00/0.60)	

CMYK percentages

%42.72
%23.3
%0
%59.61

Codes

Color #3B4F67 in popluar color models

3B4F67
RGB5979103
HSL213°27.16%31.76%
HSB/HSV213°42.72%40.39%
CMYK42.72%23.30%0.00%
59.61%

Color #3B4F67 in popluar number systems.

HEX3B4F67
Decimal5979103
Binary11101110011111100111
Octal73117147

Shades and tints

Shades of #3B4F67

#3B4F67
(59,79,103)
#36485E
(54,72,94)
#314155
(49,65,85)
#2C3A4C
(44,58,76)
#273343
(39,51,67)
#222C3A
(34,44,58)
#1D2531
(29,37,49)
#181E28
(24,30,40)
#13171F
(19,23,31)
#0E1016
(14,16,22)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #3B4F67

#3B4F67
(59,79,103)
#4C5F74
(76,95,116)
#5D6F81
(93,111,129)
#6E7F8E
(110,127,142)
#7F8F9B
(127,143,155)
#909FA8
(144,159,168)
#A1AFB5
(161,175,181)
#B2BFC2
(178,191,194)
#C3CFCF
(195,207,207)
#D4DFDC
(212,223,220)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4F67; }

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

This text font color is #3B4F67.


Background Color

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

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

This div background color is #3B4F67.


Border color

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

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

This div border color is #3B4F67.


Opacity

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

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

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

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

This text has shadow with #3B4F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4F67 on black background.


Color preview on white background

This text has color #3B4F67 on white background.



Black color preview on #3B4F67 background

This text has black color on #3B4F67 background.


White color preview on #3B4F67 background

This text has white color on #3B4F67 background.