COLOR #3B4C62

HEX: #3B4C62
RGB: (59,76,98)

Color info

#3B4C62 contains red, green and blue colors in about the same proportion. Web safe color of #3B4C62 is #333366 (or #336).

RGB color model

#3B4C62 color RGB value is (59,76,98).

  • red value is 59;
  • green value is 76;
  • blue value is 98.
RGB:
(59,76,98)
(23%,30%,38%)

RGB channels and saturation

R 59 of 255 = 23%
G 76 of 255 = 30%
B 98 of 255 = 38%

59
76
98

R + G + B ~ 30%. #3B4C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 76 + 98 = 233 (100%)
R 59 of 233 ~ 25.32%
G 76 of 233 ~ 32.62%
B 98 of 233 ~ 42.06%

%25.32
%32.62
%42.06

CMYK color model

#3B4C62 color CMYK value is (40,22,0,62).

  • cyan value is 39.80%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(40,22,0,62)
C40M22Y0K62 
(40%,22%,0%,62%)
(0.40/0.22/0.00/0.62)	

CMYK percentages

%39.8
%22.45
%0
%61.57

Codes

Color #3B4C62 in popluar color models

3B4C62
RGB597698
HSL214°24.84%30.78%
HSB/HSV214°39.80%38.43%
CMYK39.80%22.45%0.00%
61.57%

Color #3B4C62 in popluar number systems.

HEX3B4C62
Decimal597698
Binary11101110011001100010
Octal73114142

Shades and tints

Shades of #3B4C62

#3B4C62
(59,76,98)
#36465A
(54,70,90)
#314052
(49,64,82)
#2C3A4A
(44,58,74)
#273442
(39,52,66)
#222E3A
(34,46,58)
#1D2832
(29,40,50)
#18222A
(24,34,42)
#131C22
(19,28,34)
#0E161A
(14,22,26)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #3B4C62

#3B4C62
(59,76,98)
#4C5C70
(76,92,112)
#5D6C7E
(93,108,126)
#6E7C8C
(110,124,140)
#7F8C9A
(127,140,154)
#909CA8
(144,156,168)
#A1ACB6
(161,172,182)
#B2BCC4
(178,188,196)
#C3CCD2
(195,204,210)
#D4DCE0
(212,220,224)
#E5ECEE
(229,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4C62 color. Also use rgb(59,76,98) instead hex code.

Text Font Color

.myTextColor { color: #3B4C62; }

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

This text font color is #3B4C62.


Background Color

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

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

This div background color is #3B4C62.


Border color

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

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

This div border color is #3B4C62.


Opacity

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

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

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

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

This text has shadow with #3B4C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4C62 on black background.


Color preview on white background

This text has color #3B4C62 on white background.



Black color preview on #3B4C62 background

This text has black color on #3B4C62 background.


White color preview on #3B4C62 background

This text has white color on #3B4C62 background.