COLOR #3B476E

HEX: #3B476E
RGB: (59,71,110)

Color info

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

RGB color model

#3B476E color RGB value is (59,71,110).

  • red value is 59;
  • green value is 71;
  • blue value is 110.
RGB:
(59,71,110)
(23%,28%,43%)

RGB channels and saturation

R 59 of 255 = 23%
G 71 of 255 = 28%
B 110 of 255 = 43%

59
71
110

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

Portions of RGB colors in percentages

R + G + B =
59 + 71 + 110 = 240 (100%)
R 59 of 240 ~ 24.58%
G 71 of 240 ~ 29.58%
B 110 of 240 ~ 45.83%

%24.58
%29.58
%45.83

CMYK color model

#3B476E color CMYK value is (46,35,0,57).

  • cyan value is 46.36%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(46,35,0,57)
C46M35Y0K57 
(46%,35%,0%,57%)
(0.46/0.35/0.00/0.57)	

CMYK percentages

%46.36
%35.45
%0
%56.86

Codes

Color #3B476E in popluar color models

3B476E
RGB5971110
HSL226°30.18%33.14%
HSB/HSV226°46.36%43.14%
CMYK46.36%35.45%0.00%
56.86%

Color #3B476E in popluar number systems.

HEX3B476E
Decimal5971110
Binary11101110001111101110
Octal73107156

Shades and tints

Shades of #3B476E

#3B476E
(59,71,110)
#364164
(54,65,100)
#313B5A
(49,59,90)
#2C3550
(44,53,80)
#272F46
(39,47,70)
#22293C
(34,41,60)
#1D2332
(29,35,50)
#181D28
(24,29,40)
#13171E
(19,23,30)
#0E1114
(14,17,20)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #3B476E

#3B476E
(59,71,110)
#4C577B
(76,87,123)
#5D6788
(93,103,136)
#6E7795
(110,119,149)
#7F87A2
(127,135,162)
#9097AF
(144,151,175)
#A1A7BC
(161,167,188)
#B2B7C9
(178,183,201)
#C3C7D6
(195,199,214)
#D4D7E3
(212,215,227)
#E5E7F0
(229,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B476E color. Also use rgb(59,71,110) instead hex code.

Text Font Color

.myTextColor { color: #3B476E; }

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

This text font color is #3B476E.


Background Color

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

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

This div background color is #3B476E.


Border color

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

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

This div border color is #3B476E.


Opacity

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

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

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

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

This text has shadow with #3B476E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B476E on black background.


Color preview on white background

This text has color #3B476E on white background.



Black color preview on #3B476E background

This text has black color on #3B476E background.


White color preview on #3B476E background

This text has white color on #3B476E background.