COLOR #334759

HEX: #334759
RGB: (51,71,89)

Color info

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

RGB color model

#334759 color RGB value is (51,71,89).

  • red value is 51;
  • green value is 71;
  • blue value is 89.
RGB:
(51,71,89)
(20%,28%,35%)

RGB channels and saturation

R 51 of 255 = 20%
G 71 of 255 = 28%
B 89 of 255 = 35%

51
71
89

R + G + B ~ 28%. #334759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 71 + 89 = 211 (100%)
R 51 of 211 ~ 24.17%
G 71 of 211 ~ 33.65%
B 89 of 211 ~ 42.18%

%24.17
%33.65
%42.18

CMYK color model

#334759 color CMYK value is (43,20,0,65).

  • cyan value is 42.70%
  • magenta value is 20.22%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(43,20,0,65)
C43M20Y0K65 
(43%,20%,0%,65%)
(0.43/0.20/0.00/0.65)	

CMYK percentages

%42.7
%20.22
%0
%65.1

Codes

Color #334759 in popluar color models

334759
RGB517189
HSL208°27.14%27.45%
HSB/HSV208°42.70%34.90%
CMYK42.70%20.22%0.00%
65.10%

Color #334759 in popluar number systems.

HEX334759
Decimal517189
Binary11001110001111011001
Octal63107131

Shades and tints

Shades of #334759

#334759
(51,71,89)
#2F4151
(47,65,81)
#2B3B49
(43,59,73)
#273541
(39,53,65)
#232F39
(35,47,57)
#1F2931
(31,41,49)
#1B2329
(27,35,41)
#171D21
(23,29,33)
#131719
(19,23,25)
#0F1111
(15,17,17)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #334759

#334759
(51,71,89)
#455768
(69,87,104)
#576777
(87,103,119)
#697786
(105,119,134)
#7B8795
(123,135,149)
#8D97A4
(141,151,164)
#9FA7B3
(159,167,179)
#B1B7C2
(177,183,194)
#C3C7D1
(195,199,209)
#D5D7E0
(213,215,224)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334759 color. Also use rgb(51,71,89) instead hex code.

Text Font Color

.myTextColor { color: #334759; }

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

This text font color is #334759.


Background Color

.myBgColor { background-color: #334759; }

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

This div background color is #334759.


Border color

.myBorderColor { border: 1px solid #334759; }

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

This div border color is #334759.


Opacity

.myOpacity80 { color: #334759; opacity: 0.8; }

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

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

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

This text has shadow with #334759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334759 on black background.


Color preview on white background

This text has color #334759 on white background.



Black color preview on #334759 background

This text has black color on #334759 background.


White color preview on #334759 background

This text has white color on #334759 background.