COLOR #334959

HEX: #334959
RGB: (51,73,89)

Color info

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

RGB color model

#334959 color RGB value is (51,73,89).

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

RGB channels and saturation

R 51 of 255 = 20%
G 73 of 255 = 29%
B 89 of 255 = 35%

51
73
89

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

Portions of RGB colors in percentages

R + G + B =
51 + 73 + 89 = 213 (100%)
R 51 of 213 ~ 23.94%
G 73 of 213 ~ 34.27%
B 89 of 213 ~ 41.78%

%23.94
%34.27
%41.78

CMYK color model

#334959 color CMYK value is (43,18,0,65).

  • cyan value is 42.70%
  • magenta value is 17.98%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(43,18,0,65)
C43M18Y0K65 
(43%,18%,0%,65%)
(0.43/0.18/0.00/0.65)	

CMYK percentages

%42.7
%17.98
%0
%65.1

Codes

Color #334959 in popluar color models

334959
RGB517389
HSL205°27.14%27.45%
HSB/HSV205°42.70%34.90%
CMYK42.70%17.98%0.00%
65.10%

Color #334959 in popluar number systems.

HEX334959
Decimal517389
Binary11001110010011011001
Octal63111131

Shades and tints

Shades of #334959

#334959
(51,73,89)
#2F4351
(47,67,81)
#2B3D49
(43,61,73)
#273741
(39,55,65)
#233139
(35,49,57)
#1F2B31
(31,43,49)
#1B2529
(27,37,41)
#171F21
(23,31,33)
#131919
(19,25,25)
#0F1311
(15,19,17)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #334959

#334959
(51,73,89)
#455968
(69,89,104)
#576977
(87,105,119)
#697986
(105,121,134)
#7B8995
(123,137,149)
#8D99A4
(141,153,164)
#9FA9B3
(159,169,179)
#B1B9C2
(177,185,194)
#C3C9D1
(195,201,209)
#D5D9E0
(213,217,224)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334959; }

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

This text font color is #334959.


Background Color

.myBgColor { background-color: #334959; }

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

This div background color is #334959.


Border color

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

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

This div border color is #334959.


Opacity

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

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

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

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

This text has shadow with #334959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334959 on black background.


Color preview on white background

This text has color #334959 on white background.



Black color preview on #334959 background

This text has black color on #334959 background.


White color preview on #334959 background

This text has white color on #334959 background.