COLOR #334E79

HEX: #334E79
RGB: (51,78,121)

Color info

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

RGB color model

#334E79 color RGB value is (51,78,121).

  • red value is 51;
  • green value is 78;
  • blue value is 121.
RGB:
(51,78,121)
(20%,31%,47%)

RGB channels and saturation

R 51 of 255 = 20%
G 78 of 255 = 31%
B 121 of 255 = 47%

51
78
121

R + G + B ~ 33%. #334E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 78 + 121 = 250 (100%)
R 51 of 250 ~ 20.4%
G 78 of 250 ~ 31.2%
B 121 of 250 ~ 48.4%

%20.4
%31.2
%48.4

CMYK color model

#334E79 color CMYK value is (58,36,0,53).

  • cyan value is 57.85%
  • magenta value is 35.54%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(58,36,0,53)
C58M36Y0K53 
(58%,36%,0%,53%)
(0.58/0.36/0.00/0.53)	

CMYK percentages

%57.85
%35.54
%0
%52.55

Codes

Color #334E79 in popluar color models

334E79
RGB5178121
HSL217°40.70%33.73%
HSB/HSV217°57.85%47.45%
CMYK57.85%35.54%0.00%
52.55%

Color #334E79 in popluar number systems.

HEX334E79
Decimal5178121
Binary11001110011101111001
Octal63116171

Shades and tints

Shades of #334E79

#334E79
(51,78,121)
#2F476E
(47,71,110)
#2B4063
(43,64,99)
#273958
(39,57,88)
#23324D
(35,50,77)
#1F2B42
(31,43,66)
#1B2437
(27,36,55)
#171D2C
(23,29,44)
#131621
(19,22,33)
#0F0F16
(15,15,22)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #334E79

#334E79
(51,78,121)
#455E85
(69,94,133)
#576E91
(87,110,145)
#697E9D
(105,126,157)
#7B8EA9
(123,142,169)
#8D9EB5
(141,158,181)
#9FAEC1
(159,174,193)
#B1BECD
(177,190,205)
#C3CED9
(195,206,217)
#D5DEE5
(213,222,229)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334E79 color. Also use rgb(51,78,121) instead hex code.

Text Font Color

.myTextColor { color: #334E79; }

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

This text font color is #334E79.


Background Color

.myBgColor { background-color: #334E79; }

<div style="background-color:#334E79">Inner text</div>

This div background color is #334E79.


Border color

.myBorderColor { border: 1px solid #334E79; }

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

This div border color is #334E79.


Opacity

.myOpacity80 { color: #334E79; opacity: 0.8; }

<p style="color:#334E79;opacity:0.8;">80%</p>

Text with #334E79 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 #334E79;}

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

This text has shadow with #334E79 color.

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

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

This text has shadow with #334E79 primary color and red secondary color.


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

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

This text has shadow with #334E79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334E79 on black background.


Color preview on white background

This text has color #334E79 on white background.



Black color preview on #334E79 background

This text has black color on #334E79 background.


White color preview on #334E79 background

This text has white color on #334E79 background.