COLOR #3B5377

HEX: #3B5377 RGB: (59,83,119)

Color info

#3B5377 contains mainly green and blue colors. Web safe color of #3B5377 is #336666 (or #366).

RGB color model

#3B5377 color RGB value is (59,83,119).

RGB: (59,83,119) (23%, 33%, 47%)

RGB channels and saturation

R 59 of 255 = 23%
G 83 of 255 = 33%
B 119 of 255 = 47%

59
83
119

R + G + B ~ 34%. #3B5377 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 83 + 119 = 261 (100%)
R 59 of 261 ~ 22.61%
G 83 of 261 ~ 31.8%
B 119 of 261 ~ 45.59'%

%22.61
%31.8
%45.59

CMYK color model

#3B5377 color CMYK value is (50,30,0,53).

  • cyan value is 50.42%
  • magenta value is 30.25%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (50,30,0,53)
C50M30Y0K53 (50%, 30%, 0%, 53%)
(0.50 / 0.30 / 0.00 / 0.53)

CMYK percentages

%50.42
%30.25
%0
%53.33

Codes

Color #3B5377 in popluar color models

3B 53 77
RGB 59 83 119
HSL 216° 33.71% 34.90%
HSB/HSV 216° 50.42% 46.67%
CMYK 50.42% 30.25% 0.00%
53.33%

Color #3B5377 in popluar number systems.

HEX 3B 53 77
Decimal 59 83 119
Binary 111011 1010011 1110111
Octal 73 123 167

Shades and tints

Shades of #3B5377

#3B5377
(59,83,119)
#364C6D
(54,76,109)
#314563
(49,69,99)
#2C3E59
(44,62,89)
#27374F
(39,55,79)
#223045
(34,48,69)
#1D293B
(29,41,59)
#182231
(24,34,49)
#131B27
(19,27,39)
#0E141D
(14,20,29)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #3B5377

#3B5377
(59,83,119)
#4C6283
(76,98,131)
#5D718F
(93,113,143)
#6E809B
(110,128,155)
#7F8FA7
(127,143,167)
#909EB3
(144,158,179)
#A1ADBF
(161,173,191)
#B2BCCB
(178,188,203)
#C3CBD7
(195,203,215)
#D4DAE3
(212,218,227)
#E5E9EF
(229,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5377 color. Also use rgb(59,83,119) instead hex code.

Text Font Color

.myTextColor { color: #3B5377; }

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

This text font color is #3B5377.

Background Color

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

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

This div background color is #3B5377.

Border color

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

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

This div border color is #3B5377.

Opacity

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

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

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

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

This text has shadow with #3B5377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5377.

Preview

Color preview on black background

This text has color #3B5377 on black background.


Color preview on white background

This text has color #3B5377 on white background.


Black color preview on #3B5377 background

This text has black color on #3B5377 background.


White color preview on #3B5377 background

This text has white color on #3B5377 background.


Related colors

Complementary color

Complementary color for #hex is #C4AC88.


I love getcolorcode.com

Triadic colors

1 #773B53 and #53773B with #3B5377 are triadic colors.

2 #77533B and #533B77 with #3B5377 are triadic colors.