COLOR #334859

HEX: #334859
RGB: (51,72,89)

Color info

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

RGB color model

#334859 color RGB value is (51,72,89).

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

RGB channels and saturation

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

51
72
89

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

Portions of RGB colors in percentages

R + G + B =
51 + 72 + 89 = 212 (100%)
R 51 of 212 ~ 24.06%
G 72 of 212 ~ 33.96%
B 89 of 212 ~ 41.98%

%24.06
%33.96
%41.98

CMYK color model

#334859 color CMYK value is (43,19,0,65).

  • cyan value is 42.70%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(43,19,0,65)
C43M19Y0K65 
(43%,19%,0%,65%)
(0.43/0.19/0.00/0.65)	

CMYK percentages

%42.7
%19.1
%0
%65.1

Codes

Color #334859 in popluar color models

334859
RGB517289
HSL207°27.14%27.45%
HSB/HSV207°42.70%34.90%
CMYK42.70%19.10%0.00%
65.10%

Color #334859 in popluar number systems.

HEX334859
Decimal517289
Binary11001110010001011001
Octal63110131

Shades and tints

Shades of #334859

#334859
(51,72,89)
#2F4251
(47,66,81)
#2B3C49
(43,60,73)
#273641
(39,54,65)
#233039
(35,48,57)
#1F2A31
(31,42,49)
#1B2429
(27,36,41)
#171E21
(23,30,33)
#131819
(19,24,25)
#0F1211
(15,18,17)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #334859

#334859
(51,72,89)
#455868
(69,88,104)
#576877
(87,104,119)
#697886
(105,120,134)
#7B8895
(123,136,149)
#8D98A4
(141,152,164)
#9FA8B3
(159,168,179)
#B1B8C2
(177,184,194)
#C3C8D1
(195,200,209)
#D5D8E0
(213,216,224)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334859; }

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

This text font color is #334859.


Background Color

.myBgColor { background-color: #334859; }

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

This div background color is #334859.


Border color

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

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

This div border color is #334859.


Opacity

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

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

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

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

This text has shadow with #334859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334859 on black background.


Color preview on white background

This text has color #334859 on white background.



Black color preview on #334859 background

This text has black color on #334859 background.


White color preview on #334859 background

This text has white color on #334859 background.